You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Andrei Pozolotin <an...@gmail.com> on 2012/11/01 17:50:34 UTC

Re: java 7 osgi core & compendium

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é <jb...@nanthrax.net>
To: dev@felix.apache.org
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
>> <an...@gmail.com> 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 <da...@gmail.com>
>>> To: dev@felix.apache.org
>>> 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 <an...@gmail.com>
>>> 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
>>>
>>>
>


Re: java 7 osgi core & compendium

Posted by Andrei Pozolotin <an...@gmail.com>.
my motivation for this is not to release "versions side by side", but to
ease migration and related testing

-------- Original Message --------
Subject: Re: java 7 osgi core & compendium
From: Andreas Pieber <an...@gmail.com>
To: Apache Karaf <de...@karaf.apache.org>
Date: Thu 01 Nov 2012 01:30:48 PM CDT
> I'm not quite sure about that part... why do we want to add the artifactIds
> as properties? a) they wont change that much b) we do not really want to
> release karaf versions for multible core/compendium versions side by side.
>
> Just my 0.02€
>
> Kind regards,
> Andreas
>
>
> On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin <andrei.pozolotin@gmail.com
>> wrote:
>> JB: great, thank you!
>>
>> also:
>>
>> since migration to R5 will probably be as painful as this one, I suggest
>> to have more properties, such as
>>
>>         <osgi.groupId>org.osgi</osgi.groupId>
>>         <osgi.core.version>4.3.1</osgi.core.version>
>>         <osgi.compendium.version>4.3.1</osgi.compendium.version>
>>         <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
>>
>>
>> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>
>>
>> and to make switch between osgi releases controlled via maven profile(s)
>>
>> -------- Original Message --------
>> Subject: Re: java 7 osgi core & compendium
>> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
>> To: Andrei Pozolotin <an...@gmail.com>
>> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
>> Date: Thu 01 Nov 2012 11:51:51 AM CDT
>>> Hi,
>>>
>>> I will work on it tonight.
>>> I keep you posted.
>>>
>>> Regards
>>> JB
>>>
>>> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>>>> To: dev@felix.apache.org
>>>> 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
>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>> To: dev@felix.apache.org
>>>>>>> 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
>>>>>>> <an...@gmail.com>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>


Re: java 7 osgi core & compendium

Posted by Christian Schneider <ch...@die-schneider.net>.
Indeed this would be a bit more effort but I hope the spec jars will 
work in the future.
Building the jars ourself was hopefully an exemption.

Christian

Am 01.11.2012 20:55, schrieb Andrei Pozolotin:
> what will you do if you need to play with experimental/self-built osgi 
> jars again?
>
> at seems at least groupId needs be a parameter;
>
> -------- Original Message --------
> Subject: Re: java 7 osgi core & compendium
> From: Christian Schneider <ch...@die-schneider.net>
> To: dev@karaf.apache.org
> Date: Thu 01 Nov 2012 02:50:30 PM CDT
>> +1
>>
>> Let´s keep the groupId and artifactId static.
>>
>> Christian
>>
>> Am 01.11.2012 19:30, schrieb Andreas Pieber:
>>> I'm not quite sure about that part... why do we want to add the 
>>> artifactIds
>>> as properties? a) they wont change that much b) we do not really 
>>> want to
>>> release karaf versions for multible core/compendium versions side by 
>>> side.
>>>
>>> Just my 0.02€
>>>
>>> Kind regards,
>>> Andreas
>>>
>>>
>>> On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin 
>>> <andrei.pozolotin@gmail.com
>>>> wrote:
>>>> JB: great, thank you!
>>>>
>>>> also:
>>>>
>>>> since migration to R5 will probably be as painful as this one, I 
>>>> suggest
>>>> to have more properties, such as
>>>>
>>>>          <osgi.groupId>org.osgi</osgi.groupId>
>>>> <osgi.core.version>4.3.1</osgi.core.version>
>>>> <osgi.compendium.version>4.3.1</osgi.compendium.version>
>>>> <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
>>>>
>>>>
>>>> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId> 
>>>>
>>>>
>>>> and to make switch between osgi releases controlled via maven 
>>>> profile(s)
>>>>
>>>> -------- Original Message --------
>>>> Subject: Re: java 7 osgi core & compendium
>>>> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
>>>> To: Andrei Pozolotin <an...@gmail.com>
>>>> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
>>>> Date: Thu 01 Nov 2012 11:51:51 AM CDT
>>>>> Hi,
>>>>>
>>>>> I will work on it tonight.
>>>>> I keep you posted.
>>>>>
>>>>> Regards
>>>>> JB
>>>>>
>>>>> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>>>>>> To: dev@felix.apache.org
>>>>>> 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
>>>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>>>> To: dev@felix.apache.org
>>>>>>>>> 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
>>>>>>>>> <an...@gmail.com>
>>>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>>>
>>
>>
>


-- 
  
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Divisionhttp://www.talend.com  


Re: java 7 osgi core & compendium

Posted by Andreas Pieber <an...@gmail.com>.
Using a little python "replaceall" script :-)

Sorry, I don't mean to offer any offence by this. I just think that this
changes are really, really seldom and would not justify the change in
structure.

Kind regards,
Andreas
On Nov 1, 2012 8:56 PM, "Andrei Pozolotin" <an...@gmail.com>
wrote:

> what will you do if you need to play with experimental/self-built osgi
> jars again?
>
> at seems at least groupId needs be a parameter;
>
> -------- Original Message --------
> Subject: Re: java 7 osgi core & compendium
> From: Christian Schneider <ch...@die-schneider.net>
> To: dev@karaf.apache.org
> Date: Thu 01 Nov 2012 02:50:30 PM CDT
> > +1
> >
> > Let´s keep the groupId and artifactId static.
> >
> > Christian
> >
> > Am 01.11.2012 19:30, schrieb Andreas Pieber:
> >> I'm not quite sure about that part... why do we want to add the
> >> artifactIds
> >> as properties? a) they wont change that much b) we do not really want to
> >> release karaf versions for multible core/compendium versions side by
> >> side.
> >>
> >> Just my 0.02€
> >>
> >> Kind regards,
> >> Andreas
> >>
> >>
> >> On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin
> >> <andrei.pozolotin@gmail.com
> >>> wrote:
> >>> JB: great, thank you!
> >>>
> >>> also:
> >>>
> >>> since migration to R5 will probably be as painful as this one, I
> >>> suggest
> >>> to have more properties, such as
> >>>
> >>>          <osgi.groupId>org.osgi</osgi.groupId>
> >>>          <osgi.core.version>4.3.1</osgi.core.version>
> >>>          <osgi.compendium.version>4.3.1</osgi.compendium.version>
> >>>          <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
> >>>
> >>>
> >>>
> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>
> >>>
> >>>
> >>> and to make switch between osgi releases controlled via maven
> >>> profile(s)
> >>>
> >>> -------- Original Message --------
> >>> Subject: Re: java 7 osgi core & compendium
> >>> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
> >>> To: Andrei Pozolotin <an...@gmail.com>
> >>> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
> >>> Date: Thu 01 Nov 2012 11:51:51 AM CDT
> >>>> Hi,
> >>>>
> >>>> I will work on it tonight.
> >>>> I keep you posted.
> >>>>
> >>>> Regards
> >>>> JB
> >>>>
> >>>> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
> >>>>> To: dev@felix.apache.org
> >>>>> 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
> >>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
> >>>>>>>> To: dev@felix.apache.org
> >>>>>>>> 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
> >>>>>>>> <an...@gmail.com>
> >>>>>>>> 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
> >>>>>>>>
> >>>>>>>>
> >>>
> >
> >
>
>

Re: java 7 osgi core & compendium

Posted by Andrei Pozolotin <an...@gmail.com>.
what will you do if you need to play with experimental/self-built osgi
jars again?

at seems at least groupId needs be a parameter;

-------- Original Message --------
Subject: Re: java 7 osgi core & compendium
From: Christian Schneider <ch...@die-schneider.net>
To: dev@karaf.apache.org
Date: Thu 01 Nov 2012 02:50:30 PM CDT
> +1
>
> Let´s keep the groupId and artifactId static.
>
> Christian
>
> Am 01.11.2012 19:30, schrieb Andreas Pieber:
>> I'm not quite sure about that part... why do we want to add the
>> artifactIds
>> as properties? a) they wont change that much b) we do not really want to
>> release karaf versions for multible core/compendium versions side by
>> side.
>>
>> Just my 0.02€
>>
>> Kind regards,
>> Andreas
>>
>>
>> On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin
>> <andrei.pozolotin@gmail.com
>>> wrote:
>>> JB: great, thank you!
>>>
>>> also:
>>>
>>> since migration to R5 will probably be as painful as this one, I
>>> suggest
>>> to have more properties, such as
>>>
>>>          <osgi.groupId>org.osgi</osgi.groupId>
>>>          <osgi.core.version>4.3.1</osgi.core.version>
>>>          <osgi.compendium.version>4.3.1</osgi.compendium.version>
>>>          <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
>>>
>>>
>>> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>
>>>
>>>
>>> and to make switch between osgi releases controlled via maven
>>> profile(s)
>>>
>>> -------- Original Message --------
>>> Subject: Re: java 7 osgi core & compendium
>>> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
>>> To: Andrei Pozolotin <an...@gmail.com>
>>> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
>>> Date: Thu 01 Nov 2012 11:51:51 AM CDT
>>>> Hi,
>>>>
>>>> I will work on it tonight.
>>>> I keep you posted.
>>>>
>>>> Regards
>>>> JB
>>>>
>>>> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>>> To: dev@felix.apache.org
>>>>>>>> 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
>>>>>>>> <an...@gmail.com>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>
>
>


Re: java 7 osgi core & compendium

Posted by Christian Schneider <ch...@die-schneider.net>.
+1

Let´s keep the groupId and artifactId static.

Christian

Am 01.11.2012 19:30, schrieb Andreas Pieber:
> I'm not quite sure about that part... why do we want to add the artifactIds
> as properties? a) they wont change that much b) we do not really want to
> release karaf versions for multible core/compendium versions side by side.
>
> Just my 0.02€
>
> Kind regards,
> Andreas
>
>
> On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin <andrei.pozolotin@gmail.com
>> wrote:
>> JB: great, thank you!
>>
>> also:
>>
>> since migration to R5 will probably be as painful as this one, I suggest
>> to have more properties, such as
>>
>>          <osgi.groupId>org.osgi</osgi.groupId>
>>          <osgi.core.version>4.3.1</osgi.core.version>
>>          <osgi.compendium.version>4.3.1</osgi.compendium.version>
>>          <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
>>
>>
>> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>
>>
>> and to make switch between osgi releases controlled via maven profile(s)
>>
>> -------- Original Message --------
>> Subject: Re: java 7 osgi core & compendium
>> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
>> To: Andrei Pozolotin <an...@gmail.com>
>> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
>> Date: Thu 01 Nov 2012 11:51:51 AM CDT
>>> Hi,
>>>
>>> I will work on it tonight.
>>> I keep you posted.
>>>
>>> Regards
>>> JB
>>>
>>> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>>>> To: dev@felix.apache.org
>>>> 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
>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>> To: dev@felix.apache.org
>>>>>>> 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
>>>>>>> <an...@gmail.com>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>


-- 
  
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com


Re: java 7 osgi core & compendium

Posted by Andreas Pieber <an...@gmail.com>.
I'm not quite sure about that part... why do we want to add the artifactIds
as properties? a) they wont change that much b) we do not really want to
release karaf versions for multible core/compendium versions side by side.

Just my 0.02€

Kind regards,
Andreas


On Thu, Nov 1, 2012 at 6:05 PM, Andrei Pozolotin <andrei.pozolotin@gmail.com
> wrote:

> JB: great, thank you!
>
> also:
>
> since migration to R5 will probably be as painful as this one, I suggest
> to have more properties, such as
>
>         <osgi.groupId>org.osgi</osgi.groupId>
>         <osgi.core.version>4.3.1</osgi.core.version>
>         <osgi.compendium.version>4.3.1</osgi.compendium.version>
>         <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
>
>
> <osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>
>
> and to make switch between osgi releases controlled via maven profile(s)
>
> -------- Original Message --------
> Subject: Re: java 7 osgi core & compendium
> From: Jean-Baptiste Onofré <jb...@nanthrax.net>
> To: Andrei Pozolotin <an...@gmail.com>
> Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
> Date: Thu 01 Nov 2012 11:51:51 AM CDT
> > Hi,
> >
> > I will work on it tonight.
> > I keep you posted.
> >
> > Regards
> > JB
> >
> > On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
> >> To: dev@felix.apache.org
> >> 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
> >>>> <an...@gmail.com> 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 <da...@gmail.com>
> >>>>> To: dev@felix.apache.org
> >>>>> 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
> >>>>> <an...@gmail.com>
> >>>>> 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
> >>>>>
> >>>>>
> >>>
> >>
> >
>
>

Re: java 7 osgi core & compendium

Posted by Andrei Pozolotin <an...@gmail.com>.
JB: great, thank you!

also:

since migration to R5 will probably be as painful as this one, I suggest
to have more properties, such as

        <osgi.groupId>org.osgi</osgi.groupId>
        <osgi.core.version>4.3.1</osgi.core.version>
        <osgi.compendium.version>4.3.1</osgi.compendium.version>
        <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
       
<osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>

and to make switch between osgi releases controlled via maven profile(s)

-------- Original Message --------
Subject: Re: java 7 osgi core & compendium
From: Jean-Baptiste Onofré <jb...@nanthrax.net>
To: Andrei Pozolotin <an...@gmail.com>
Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
Date: Thu 01 Nov 2012 11:51:51 AM CDT
> Hi,
>
> I will work on it tonight.
> I keep you posted.
>
> Regards
> JB
>
> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>> To: dev@felix.apache.org
>> 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
>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>> <an...@gmail.com>
>>>>> 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
>>>>>
>>>>>
>>>
>>
>


Re: java 7 osgi core & compendium

Posted by Andrei Pozolotin <an...@gmail.com>.
JB: great, thank you!

also:

since migration to R5 will probably be as painful as this one, I suggest
to have more properties, such as

        <osgi.groupId>org.osgi</osgi.groupId>
        <osgi.core.version>4.3.1</osgi.core.version>
        <osgi.compendium.version>4.3.1</osgi.compendium.version>
        <osgi.core.artifactId>org.osgi.core</osgi.core.artifactId>
       
<osgi.compendium.artifactId>org.osgi.compendium</osgi.compendium.artifactId>

and to make switch between osgi releases controlled via maven profile(s)

-------- Original Message --------
Subject: Re: java 7 osgi core & compendium
From: Jean-Baptiste Onofré <jb...@nanthrax.net>
To: Andrei Pozolotin <an...@gmail.com>
Cc: Felix Dev <de...@felix.apache.org>, Karaf Dev <de...@karaf.apache.org>
Date: Thu 01 Nov 2012 11:51:51 AM CDT
> Hi,
>
> I will work on it tonight.
> I keep you posted.
>
> Regards
> JB
>
> On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
>> To: dev@felix.apache.org
>> 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
>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>> <an...@gmail.com>
>>>>> 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
>>>>>
>>>>>
>>>
>>
>


Re: java 7 osgi core & compendium

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

I will work on it tonight.
I keep you posted.

Regards
JB

On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
> To: dev@felix.apache.org
> 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
>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>> To: dev@felix.apache.org
>>>> 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 <an...@gmail.com>
>>>> 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
>>>>
>>>>
>>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: java 7 osgi core & compendium

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

I will work on it tonight.
I keep you posted.

Regards
JB

On 11/01/2012 05:50 PM, 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é <jb...@nanthrax.net>
> To: dev@felix.apache.org
> 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
>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>> To: dev@felix.apache.org
>>>> 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 <an...@gmail.com>
>>>> 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
>>>>
>>>>
>>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
It seems David Bosschaert is still waiting for some validation of the
jars [1].

kind regards,
christoph

[1] https://www.osgi.org/bugzilla/show_bug.cgi?id=153#c13

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é <jb...@nanthrax.net>
>>> To: dev@felix.apache.org
>>> 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
>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>> To: dev@felix.apache.org
>>>>>> 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
>>>>>> <an...@gmail.com>
>>>>>> 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
>>>>>>
>>>>>>
>>>>
>>>
>>>
> 



Re: java 7 osgi core & compendium

Posted by Andreas Pieber <an...@gmail.com>.
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 <cl...@gmail.com> wrote:

> Hi
>
> On Thu, Nov 8, 2012 at 3:03 PM, Christoph Gritschenberger
> <ch...@gmail.com> 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é <jb...@nanthrax.net>
> >>>> To: dev@felix.apache.org
> >>>> 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
> >>>>>> <an...@gmail.com> 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 <da...@gmail.com>
> >>>>>>> To: dev@felix.apache.org
> >>>>>>> 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
> >>>>>>> <an...@gmail.com>
> >>>>>>> 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: cibsen@redhat.com
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
>

Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
Hi,

The only change is full JDK-7 compatibility [1] of the jars. The code
has not changed at all.

kind regards,
christoph

[1] http://blog.osgi.org/2012/10/43-companion-code-for-java-7.html

On 09/11/12 11:27, Claus Ibsen wrote:
> Hi
> 
> On Thu, Nov 8, 2012 at 3:03 PM, Christoph Gritschenberger
> <ch...@gmail.com> 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é <jb...@nanthrax.net>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>>> To: dev@felix.apache.org
>>>>>>>> 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
>>>>>>>> <an...@gmail.com>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>
>>
>>
> 
> 
> 



Re: java 7 osgi core & compendium

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

On Thu, Nov 8, 2012 at 3:03 PM, Christoph Gritschenberger
<ch...@gmail.com> 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é <jb...@nanthrax.net>
>>>> To: dev@felix.apache.org
>>>> 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
>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>> To: dev@felix.apache.org
>>>>>>> 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
>>>>>>> <an...@gmail.com>
>>>>>>> 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: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
Hi JB,

What's the status on the osgi-4.3.1-upgrade on trunk? Is there anything
missing or not working yet?

I'd be happy to help.

kind regards,
christoph

On 08/11/12 20:46, Jean-Baptiste Onofré wrote:
> Hi Christoph,
> 
> I already updated on Karaf 2.3.x (yesterday), and trunk is ready on my
> git local (I will commit tonight or tomorrow).
> 
> Regards
> JB
> 
> On 11/08/2012 03:03 PM, Christoph Gritschenberger wrote:
>> osgi core and compendium 4.3.1 are now available in central
>>
>> 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é <jb...@nanthrax.net>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>>> To: dev@felix.apache.org
>>>>>>>> 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
>>>>>>>> <an...@gmail.com>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>
>>
>>
> 



Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
Hi JB,

Thanks for the update.

kind regards,
christoph

On 08/11/12 20:46, Jean-Baptiste Onofré wrote:
> Hi Christoph,
> 
> I already updated on Karaf 2.3.x (yesterday), and trunk is ready on my
> git local (I will commit tonight or tomorrow).
> 
> Regards
> JB
> 
> On 11/08/2012 03:03 PM, Christoph Gritschenberger wrote:
>> osgi core and compendium 4.3.1 are now available in central
>>
>> 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é <jb...@nanthrax.net>
>>>>> To: dev@felix.apache.org
>>>>> 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
>>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>>> To: dev@felix.apache.org
>>>>>>>> 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
>>>>>>>> <an...@gmail.com>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>
>>
>>
> 



Re: java 7 osgi core & compendium

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Christoph,

I already updated on Karaf 2.3.x (yesterday), and trunk is ready on my 
git local (I will commit tonight or tomorrow).

Regards
JB

On 11/08/2012 03:03 PM, Christoph Gritschenberger wrote:
> osgi core and compendium 4.3.1 are now available in central
>
> 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é <jb...@nanthrax.net>
>>>> To: dev@felix.apache.org
>>>> 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
>>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>>> To: dev@felix.apache.org
>>>>>>> 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
>>>>>>> <an...@gmail.com>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>
>>>>
>>>>
>>
>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
osgi core and compendium 4.3.1 are now available in central

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é <jb...@nanthrax.net>
>>> To: dev@felix.apache.org
>>> 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
>>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>>> To: dev@felix.apache.org
>>>>>> 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
>>>>>> <an...@gmail.com>
>>>>>> 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
>>>>>>
>>>>>>
>>>>
>>>
>>>
> 



Re: java 7 osgi core & compendium

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
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é <jb...@nanthrax.net>
>> To: dev@felix.apache.org
>> 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
>>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>>> To: dev@felix.apache.org
>>>>> 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 <an...@gmail.com>
>>>>> 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
>>>>>
>>>>>
>>>
>>
>>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: java 7 osgi core & compendium

Posted by Christoph Gritschenberger <ch...@gmail.com>.
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é <jb...@nanthrax.net>
> To: dev@felix.apache.org
> 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
>>> <an...@gmail.com> 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 <da...@gmail.com>
>>>> To: dev@felix.apache.org
>>>> 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 <an...@gmail.com>
>>>> 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
>>>>
>>>>
>>
> 
>