You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Charles Moulliard <ch...@gmail.com> on 2013/05/31 19:18:17 UTC

Spring ... not longer OSGIfied

Hi,

As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
to do :

karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
Bundle ID: 638
karaf@root> headers 638

Bundle 638
----------
Manifest-Version = 1.0
Implementation-Version = 3.2.2.RELEASE
Implementation-Title = spring-orm
Created-By = 1.7.0_10 (Oracle Corporation)

1) Create ServiceMix Spring OSGI Bundle
2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...

Regards,

-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Spring ... not longer OSGIfied

Posted by Stephen Evanchik <ev...@gmail.com>.
I believe those bundles have a different set of Maven coordinates and a
different set of Bundle-SymbolicName's.


Stephen


On Fri, May 31, 2013 at 1:50 PM, Harald Wellmann <hw...@gmail.com>wrote:

> Spring OSGi bundles are still available from
>
> http://ebr.springsource.com/repository/app/library/detail?name=org.springframework.spring
>
> Regards,
> Harald
>
>
> 2013/5/31 Charles Moulliard <ch...@gmail.com>
>
> > Hi,
> >
> > As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we
> plan
> > to do :
> >
> > karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
> > Bundle ID: 638
> > karaf@root> headers 638
> >
> > Bundle 638
> > ----------
> > Manifest-Version = 1.0
> > Implementation-Version = 3.2.2.RELEASE
> > Implementation-Title = spring-orm
> > Created-By = 1.7.0_10 (Oracle Corporation)
> >
> > 1) Create ServiceMix Spring OSGI Bundle
> > 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
> >
> > Regards,
> >
> > --
> > Charles Moulliard
> > Apache Committer / Sr. Enterprise Architect (RedHat)
> > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
> >
>



-- 
Stephen Evanchik
http://stephen.evanchik.com

Re: Spring ... not longer OSGIfied

Posted by Harald Wellmann <hw...@gmail.com>.
Spring OSGi bundles are still available from
http://ebr.springsource.com/repository/app/library/detail?name=org.springframework.spring

Regards,
Harald


2013/5/31 Charles Moulliard <ch...@gmail.com>

> Hi,
>
> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
> to do :
>
> karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
> Bundle ID: 638
> karaf@root> headers 638
>
> Bundle 638
> ----------
> Manifest-Version = 1.0
> Implementation-Version = 3.2.2.RELEASE
> Implementation-Title = spring-orm
> Created-By = 1.7.0_10 (Oracle Corporation)
>
> 1) Create ServiceMix Spring OSGI Bundle
> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>
> Regards,
>
> --
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>

Re: Spring ... not longer OSGIfied

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Karaf 2.3.x, Karaf 2.x (2.4.0-SNAPSHOT) and 3.0.0-SNAPSHOT already have 
the Spring EBR defined in the etc/org.ops4j.pax.url.mvn.cfg file.

Regards
JB

On 06/03/2013 11:44 AM, Achim Nierbeck wrote:
> Hi Charles,
>
> yes, as is Karaf 3.0 already using those repositories for supplying the
> Spring bundles.
>
> regards, Achim
>
>
> 2013/6/3 Charles Moulliard <ch...@gmail.com>
>
>> So next release of Karaf 2.3.2 will use those Spring EBR Maven repo ?
>>
>>
>> On Fri, May 31, 2013 at 10:44 PM, Jean-Baptiste Onofré <jb@nanthrax.net
>>> wrote:
>>
>>> It's on the Spring EBR:
>>>
>>> http://ebr.springsource.com/**repository/app/faq<
>> http://ebr.springsource.com/repository/app/faq>
>>>
>>> FYI, Karaf 2.x and 3.x now uses Spring 3.2.x as OSGi bundle, and
>>> etc/org.ops4j.pax.url.mvn.cfg contains the Spring EBR repository.
>>>
>>> Regards
>>> JB
>>>
>>>
>>> On 05/31/2013 07:18 PM, Charles Moulliard wrote:
>>>
>>>> Hi,
>>>>
>>>> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we
>> plan
>>>> to do :
>>>>
>>>> karaf@root> install mvn:org.springframework/**spring-orm/3.2.2.RELEASE
>>>> Bundle ID: 638
>>>> karaf@root> headers 638
>>>>
>>>> Bundle 638
>>>> ----------
>>>> Manifest-Version = 1.0
>>>> Implementation-Version = 3.2.2.RELEASE
>>>> Implementation-Title = spring-orm
>>>> Created-By = 1.7.0_10 (Oracle Corporation)
>>>>
>>>> 1) Create ServiceMix Spring OSGI Bundle
>>>> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>>>>
>>>> Regards,
>>>>
>>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbonofre@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>
>>
>>
>> --
>> Charles Moulliard
>> Apache Committer / Sr. Enterprise Architect (RedHat)
>> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>>
>
>
>

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

Re: Spring ... not longer OSGIfied

Posted by Achim Nierbeck <bc...@googlemail.com>.
Hi Charles,

yes, as is Karaf 3.0 already using those repositories for supplying the
Spring bundles.

regards, Achim


2013/6/3 Charles Moulliard <ch...@gmail.com>

> So next release of Karaf 2.3.2 will use those Spring EBR Maven repo ?
>
>
> On Fri, May 31, 2013 at 10:44 PM, Jean-Baptiste Onofré <jb@nanthrax.net
> >wrote:
>
> > It's on the Spring EBR:
> >
> > http://ebr.springsource.com/**repository/app/faq<
> http://ebr.springsource.com/repository/app/faq>
> >
> > FYI, Karaf 2.x and 3.x now uses Spring 3.2.x as OSGi bundle, and
> > etc/org.ops4j.pax.url.mvn.cfg contains the Spring EBR repository.
> >
> > Regards
> > JB
> >
> >
> > On 05/31/2013 07:18 PM, Charles Moulliard wrote:
> >
> >> Hi,
> >>
> >> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we
> plan
> >> to do :
> >>
> >> karaf@root> install mvn:org.springframework/**spring-orm/3.2.2.RELEASE
> >> Bundle ID: 638
> >> karaf@root> headers 638
> >>
> >> Bundle 638
> >> ----------
> >> Manifest-Version = 1.0
> >> Implementation-Version = 3.2.2.RELEASE
> >> Implementation-Title = spring-orm
> >> Created-By = 1.7.0_10 (Oracle Corporation)
> >>
> >> 1) Create ServiceMix Spring OSGI Bundle
> >> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
> >>
> >> Regards,
> >>
> >>
> > --
> > Jean-Baptiste Onofré
> > jbonofre@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
> >
>
>
>
> --
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>



-- 

Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
OPS4J Pax for Vaadin <http://team.ops4j.org/wiki/display/PAXVAADIN/Home>
Commiter & Project Lead
blog <http://notizblog.nierbeck.de/>

Re: Spring ... not longer OSGIfied

Posted by Charles Moulliard <ch...@gmail.com>.
So next release of Karaf 2.3.2 will use those Spring EBR Maven repo ?


On Fri, May 31, 2013 at 10:44 PM, Jean-Baptiste Onofré <jb...@nanthrax.net>wrote:

> It's on the Spring EBR:
>
> http://ebr.springsource.com/**repository/app/faq<http://ebr.springsource.com/repository/app/faq>
>
> FYI, Karaf 2.x and 3.x now uses Spring 3.2.x as OSGi bundle, and
> etc/org.ops4j.pax.url.mvn.cfg contains the Spring EBR repository.
>
> Regards
> JB
>
>
> On 05/31/2013 07:18 PM, Charles Moulliard wrote:
>
>> Hi,
>>
>> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
>> to do :
>>
>> karaf@root> install mvn:org.springframework/**spring-orm/3.2.2.RELEASE
>> Bundle ID: 638
>> karaf@root> headers 638
>>
>> Bundle 638
>> ----------
>> Manifest-Version = 1.0
>> Implementation-Version = 3.2.2.RELEASE
>> Implementation-Title = spring-orm
>> Created-By = 1.7.0_10 (Oracle Corporation)
>>
>> 1) Create ServiceMix Spring OSGI Bundle
>> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>>
>> Regards,
>>
>>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>



-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: Spring ... not longer OSGIfied

Posted by Daniel Kulp <dk...@apache.org>.
One thing that projects like CXF and Camel and such SHOULD be aware of is that since the jars they are building against are no longer bundles, the bundle plugin will not create version ranges for the imports.   They likely should re-audit any jars they have that use spring to check to make sure the proper version ranges are in place.

Dan


On May 31, 2013, at 4:44 PM, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:

> It's on the Spring EBR:
> 
> http://ebr.springsource.com/repository/app/faq
> 
> FYI, Karaf 2.x and 3.x now uses Spring 3.2.x as OSGi bundle, and etc/org.ops4j.pax.url.mvn.cfg contains the Spring EBR repository.
> 
> Regards
> JB
> 
> On 05/31/2013 07:18 PM, Charles Moulliard wrote:
>> Hi,
>> 
>> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
>> to do :
>> 
>> karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
>> Bundle ID: 638
>> karaf@root> headers 638
>> 
>> Bundle 638
>> ----------
>> Manifest-Version = 1.0
>> Implementation-Version = 3.2.2.RELEASE
>> Implementation-Title = spring-orm
>> Created-By = 1.7.0_10 (Oracle Corporation)
>> 
>> 1) Create ServiceMix Spring OSGI Bundle
>> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>> 
>> Regards,
>> 
> 
> -- 
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: Spring ... not longer OSGIfied

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
It's on the Spring EBR:

http://ebr.springsource.com/repository/app/faq

FYI, Karaf 2.x and 3.x now uses Spring 3.2.x as OSGi bundle, and 
etc/org.ops4j.pax.url.mvn.cfg contains the Spring EBR repository.

Regards
JB

On 05/31/2013 07:18 PM, Charles Moulliard wrote:
> Hi,
>
> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
> to do :
>
> karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
> Bundle ID: 638
> karaf@root> headers 638
>
> Bundle 638
> ----------
> Manifest-Version = 1.0
> Implementation-Version = 3.2.2.RELEASE
> Implementation-Title = spring-orm
> Created-By = 1.7.0_10 (Oracle Corporation)
>
> 1) Create ServiceMix Spring OSGI Bundle
> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>
> Regards,
>

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

Re: Spring ... not longer OSGIfied

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

I think you didn't see my message on the Karaf mailing list.

Spring 3.2.x is OSGi-ed !!
It's just not on Central but on Spring EBR repo.

Karaf >= 2.3.x already provides Spring 3.2.2.RELEASE feature.

Regards
JB

On 05/31/2013 07:18 PM, Charles Moulliard wrote:
> Hi,
>
> As last bundles of Spring (> 3.2) are not longer OSGIfied, what do we plan
> to do :
>
> karaf@root> install mvn:org.springframework/spring-orm/3.2.2.RELEASE
> Bundle ID: 638
> karaf@root> headers 638
>
> Bundle 638
> ----------
> Manifest-Version = 1.0
> Implementation-Version = 3.2.2.RELEASE
> Implementation-Title = spring-orm
> Created-By = 1.7.0_10 (Oracle Corporation)
>
> 1) Create ServiceMix Spring OSGI Bundle
> 2) Switch from Spring to Blueprint, Aries JTA, Aries JPA, ...
>
> Regards,
>

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