|
From: Costin L. <cos...@ya...> - 2008-06-24 17:46:53
|
Dear Spring community, I'm pleased to announce that Spring Dynamic Modules for OSGi(tm) Service Platforms (formerly known as Spring OSGi) 1.1.0 RC1 has been released. The first release candidate in the 1.1.x branch, RC1 introduces : * integration with SpringSource Bundle Repository * event notifications for rebinding OSGi service importers * support for custom locations for Spring powered bundles * pluggable mechanism for determining service dependencies * event notification regarding the pre-refresh dependency activities * dedicated exceptions for invalid importer proxy usage * access to the native OSGi ServiceReference for OSGi importers * support for S2AP Web-ContextPath header RC1 is expected to be the only candidate before 1.1.0 final is released. See the official announcement at: http://www.springframework.org/node/701 Cheers, -- Costin Leau Senior Software Engineer SpringSource (formerly Interface21) Limited - Spring Services from the Source Email: cos...@Sp... http://www.SpringSource.com Registered in England and Wales: No. 5187766 Registered Office: A2 Yeoman Gate, Yeoman Way, Worthing, West Sussex, BN13 3QZ, UK This e-mail and any attachments transmitted with it are strictly confidential and intended solely for the person or entity to whom they are addressed. Unauthorised use, copying, disclosure or distribution is prohibited. If you receive this e-mail in error please notify the sender immediately and then delete it along with any attachments. E-mails should be checked by the recipient to ensure that there are no viruses and SpringSource does not accept any responsibility if this is not done. Any views or opinions presented are solely those of the author and do not necessarily represent those of SpringSource. |
|
From: Yan P. <ypu...@li...> - 2008-06-27 16:05:20
|
The release candidate seems to not work for me: This is the manifest for spring-osgi-extender-1.10-rc1.jar Import-Package: org.apache.commons.logging,org.osgi.framework;version= "1.3",org.osgi.service.packageadmin;version="1.2",org.springframework .beans;version="2.5.4",org.springframework.beans.factory;version="2.5 .4",org.springframework.beans.factory.config;version="2.5.4",org.spri ngframework.beans.factory.xml;version="2.5.4",org.springframework.con text;version="2.5.4",org.springframework.context.event;version="2.5.4 ",org.springframework.core;version="2.5.4",org.springframework.core.e nums;version="2.5.4",org.springframework.core.task;version="2.5.4",or g.springframework.osgi;version="1.1.0.rc1",org.springframework.osgi.c ontext;version="1.1.0.rc1",org.springframework.osgi.context.event;ver sion="1.1.0.rc1",org.springframework.osgi.context.support;version="1. 1.0.rc1",org.springframework.osgi.extender;version="1.1.0.rc1",org.sp ringframework.osgi.extender.event;version="1.1.0.rc1",org.springframe work.osgi.extender.support;version="1.1.0.rc1",org.springframework.os gi.extender.support.scanning;version="1.1.0.rc1",org.springframework. osgi.io.internal.resolver;version="1.1.0.rc1",org.springframework.osg i.service.importer;version="1.1.0.rc1",org.springframework.osgi.servi ce.importer.event;version="1.1.0.rc1",org.springframework.osgi.servic e.importer.support;version="1.1.0.rc1",org.springframework.osgi.util; version="1.1.0.rc1",org.springframework.scheduling.timer;version="2.5 .4",org.springframework.util;version="2.5.4",org.xml.sax;resolution:= optional Spring-Version: 2.5.5 Note how it references 2.5.5 for spring version, but the imports are 2.5.4 In the lib directory there is 2.5.5 (for the distribution with the dependencies). Also why is it not using 2.5.5.A which is the version from the bundle repository ? I am quite confused Thanks Yan On Jun 24, 2008, at 10:46 AM, Costin Leau wrote: > Dear Spring community, > I'm pleased to announce that Spring Dynamic Modules for OSGi(tm) > Service > Platforms (formerly known as Spring OSGi) 1.1.0 RC1 has been released. > > The first release candidate in the 1.1.x branch, RC1 introduces : > > * integration with SpringSource Bundle Repository > * event notifications for rebinding OSGi service importers > * support for custom locations for Spring powered bundles > * pluggable mechanism for determining service dependencies > * event notification regarding the pre-refresh dependency activities > * dedicated exceptions for invalid importer proxy usage > * access to the native OSGi ServiceReference for OSGi importers > * support for S2AP Web-ContextPath header > > RC1 is expected to be the only candidate before 1.1.0 final is > released. > > See the official announcement at: http://www.springframework.org/node/701 > > Cheers, > -- > Costin Leau > Senior Software Engineer > SpringSource (formerly Interface21) Limited - Spring Services from the > Source > Email: cos...@Sp... > http://www.SpringSource.com > Registered in England and Wales: No. 5187766 > Registered Office: A2 Yeoman Gate, Yeoman Way, Worthing, West Sussex, > BN13 3QZ, UK > > This e-mail and any attachments transmitted with it are strictly > confidential and intended solely for the person or entity to whom they > are addressed. Unauthorised use, copying, disclosure or distribution > is > prohibited. If you receive this e-mail in error please notify the > sender > immediately and then delete it along with any attachments. E-mails > should be checked by the recipient to ensure that there are no viruses > and SpringSource does not accept any responsibility if this is not > done. > Any views or opinions presented are solely those of the author and do > not necessarily represent those of SpringSource. > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |