Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C28F17D3F for ; Tue, 11 Nov 2014 08:12:35 +0000 (UTC) Received: (qmail 8843 invoked by uid 500); 11 Nov 2014 08:12:35 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 8786 invoked by uid 500); 11 Nov 2014 08:12:35 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 8773 invoked by uid 99); 11 Nov 2014 08:12:34 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 08:12:34 +0000 Received: from mail-yh0-f45.google.com (mail-yh0-f45.google.com [209.85.213.45]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id CA9EB1A0476 for ; Tue, 11 Nov 2014 08:11:39 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id f73so2290071yha.18 for ; Tue, 11 Nov 2014 00:12:30 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.236.32.8 with SMTP id n8mr36129126yha.74.1415693550471; Tue, 11 Nov 2014 00:12:30 -0800 (PST) Received: by 10.170.56.82 with HTTP; Tue, 11 Nov 2014 00:12:30 -0800 (PST) In-Reply-To: <1415650980738-5010417.post@n6.nabble.com> References: <1415650980738-5010417.post@n6.nabble.com> Date: Tue, 11 Nov 2014 10:12:30 +0200 Message-ID: Subject: Re: maven bundle plugin and baselining From: Robert Munteanu To: users@felix.apache.org Content-Type: text/plain; charset=UTF-8 Hi, On Mon, Nov 10, 2014 at 10:23 PM, mit_jones wrote: > Hi, > > I have been experimenting with the maven-bundle-plugin baseline Mojo. I > can't find much documentation so not sure if I am seeing the expected > behaviour but it appears to be different than what I see in a 'native' > Eclipse bnd environment. I'm not familiar with the Eclipse bnd environment, but here's a blanket statement about my understanding of baselining: it only concerns public API since that's the one that 'matters' in terms of backwards compatibility in OSGi. You are free to perform whatever changes you want to your implementation packages ; those will be validated by your Java compiler. Cheers, Robert > > 1) Only public API changes were detected. I noted that perhaps this is a > limitation of the plugin and was alluded to by Raymond Auge in > https://groups.google.com/forum/#!msg/bndtools-users/Hkm83OHl_F4/ObdcmvnEfnMJ > "without access to bnd's internal data collection model" > > 2) If the package isn't in the section it is ignored > > 3) The report did not give advice on bumping the Bundle version only the > package version > > Can someone please confirm that this is a limitation of the > maven-bundle-plugin not something I have implemented incorrectly? > > > Thanks, > > Tim > > > > -- > View this message in context: http://apache-felix.18485.x6.nabble.com/maven-bundle-plugin-and-baselining-tp5010417.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org