Hey Claus, 4.3.0 and 4.3.1 are exactly the same, except for the advantage that 4.3.1 is built for use with java7. That's also the reason why we've upgraded Karaf to get the entire thing (finally) java7 ready.
Kind regards, Andreas On Fri, Nov 9, 2012 at 11:27 AM, Claus Ibsen <[email protected]> wrote: > Hi > > On Thu, Nov 8, 2012 at 3:03 PM, Christoph Gritschenberger > <[email protected]> wrote: > > osgi core and compendium 4.3.1 are now available in central > > > > Are there any changes in 4.3.0 -> 4.3.1 that is good to know? > And why would you want to upgrade? > > > kind regards, > > christoph > > > > On 02/11/12 09:48, Jean-Baptiste Onofré wrote: > >> No problem for me as well. > >> > >> I'm just waiting for the artifact present on Central to commit what I > did. > >> > >> Regards > >> JB > >> > >> On 11/02/2012 09:44 AM, Christoph Gritschenberger wrote: > >>> I compiled karaf with the 4.3.1-jars without a problem. Here is what I > >>> did: > >>> > >>> * Download the jars from osgi.org [1] [2] > >>> * install them to my local maven-repo > >>> mvn install:install-file -Dfile=osgi.core-4.3.1.jar > >>> -DgroupId=org.osgi > >>> -DartifactId=org.osgi.core -Dversion=4.3.1 -Dpackaging=jar > >>> mvn install:install-file -Dfile=osgi.cmpn-4.3.1.jar > >>> -DgroupId=org.osgi > >>> -DartifactId=org.osgi.compendium -Dversion=4.3.1 -Dpackaging=jar > >>> * Replace all "org.apache.karaf.osgi" with "org.osgi" > >>> * fix some hardcoded versions > >>> > >>> The I was able to compile without tests (-DskipTests) > >>> The test-compile only fails for regression. As it's not the only place > >>> where the generics are used, I think the jars are not at fault here. > >>> > >>> kind regards, > >>> christoph > >>> > >>> [1] > >>> > http://www.osgi.org/Download/File?url=/download/r4v43/osgi.core-4.3.1.jar > >>> [2] > >>> > http://www.osgi.org/Download/File?url=/download/r4v43/osgi.cmpn-4.3.1.jar > >>> > >>> On 01/11/12 17:50, Andrei Pozolotin wrote: > >>>> JB: > >>>> > >>>> https://www.osgi.org/bugzilla/show_bug.cgi?id=153 > >>>> > >>>> I tried to migrate karaf trunk to new osgi 4.3.1 > >>>> https://github.com/carrot-garden/carrot-apache-karaf/tree/osgi-4.3.1 > >>>> > >>>> so far compile fails. I hope JB has better luck. > >>>> > >>>> > >>>> -------- Original Message -------- > >>>> Subject: Re: java 7 osgi core & compendium > >>>> From: Jean-Baptiste Onofré <[email protected]> > >>>> To: [email protected] > >>>> Date: Tue 30 Oct 2012 05:26:53 AM CDT > >>>>> Thanks David, > >>>>> > >>>>> I gonna make a try in Karaf. > >>>>> > >>>>> I keep you posted. > >>>>> > >>>>> Regards > >>>>> JB > >>>>> > >>>>> On 10/30/2012 11:24 AM, David Bosschaert wrote: > >>>>>> I've uploaded the 4.3.1 jars to the Maven Central staging area. It > >>>>>> would be great if someone could check that they are indeed working > >>>>>> fine and properly signed. > >>>>>> > >>>>>> See: https://www.osgi.org/bugzilla/show_bug.cgi?id=153#c13 > >>>>>> > >>>>>> Thanks, > >>>>>> > >>>>>> David > >>>>>> > >>>>>> On 8 October 2012 20:45, Andrei Pozolotin > >>>>>> <[email protected]> wrote: > >>>>>>> David: > >>>>>>> > >>>>>>> great! thank you. > >>>>>>> > >>>>>>> I answered back on > https://www.osgi.org/bugzilla/show_bug.cgi?id=153 > >>>>>>> > >>>>>>> Andrei. > >>>>>>> > >>>>>>> > >>>>>>> -------- Original Message -------- > >>>>>>> Subject: Re: java 7 osgi core & compendium > >>>>>>> From: David Bosschaert <[email protected]> > >>>>>>> To: [email protected] > >>>>>>> Date: Mon 08 Oct 2012 03:05:18 AM CDT > >>>>>>> > >>>>>>> Hi Andrei, > >>>>>>> > >>>>>>> I left a comment on that bug and reassigned it to me, as I have > been > >>>>>>> the one who uploaded OSGi Artifacts to Maven in the recent past. > >>>>>>> I would be happy to help getting OSGi 4.3 artifacts in maven that > >>>>>>> work > >>>>>>> with Java 7. > >>>>>>> > >>>>>>> Best regards, > >>>>>>> > >>>>>>> David > >>>>>>> > >>>>>>> On 5 October 2012 20:03, Andrei Pozolotin > >>>>>>> <[email protected]> > >>>>>>> wrote: > >>>>>>> > >>>>>>> *Felix and Jean-Baptiste*: > >>>>>>> > >>>>>>> since osgi alliance does not want to take responsibility for > >>>>>>> this > >>>>>>> https://www.osgi.org/bugzilla/show_bug.cgi?id=153 > >>>>>>> > >>>>>>> 1) do you think it would be appropriate for felix or karaf to > >>>>>>> step in, > >>>>>>> and to produce and maintain shared java 7 osgi core & > >>>>>>> compendium > >>>>>>> jars for all of us? > >>>>>>> > >>>>>>> 2) or else should everyone continue to bake their own? > >>>>>>> > >>>>>>> 3) if shared, can you agree who should lead? > >>>>>>> > >>>>>>> Thank you, > >>>>>>> > >>>>>>> Andrei > >>>>>>> > >>>>>>> > >>>>> > >>>> > >>>> > >> > > > > > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > FuseSource is now part of Red Hat > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen >
