PDA

View Full Version : Spring Dynamic Modules 1.1.0 Released



Costin Leau
Jul 4th, 2008, 06:01 AM
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 final has been released.

Downloads (http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=227224&release_id=611253) | JavaDocs (http://static.springframework.org/osgi/docs/1.1.0/api/) | Reference Documentation (http://static.springframework.org/osgi/docs/1.1.0/reference/html/) | FAQ (http://static.springframework.org/osgi/docs/1.1.0/reference/html/faq.html) | Changelog (http://static.springframework.org/osgi/docs/1.1.0/changelog.txt)

The new 1.1.x series introduces several new features over the 1.0.x branch, such as:

* web support (Servlet, JSP, Taglibs) for OSGi applications
* Spring-MVC integration
* classpath scanning
* customization hooks for Spring-DM extender and web extender
* event notifications for OSGi service importers and application contexts
* refined OSGi proxy infrastructure
* 'greedy-proxy' functionality for OSGi collections
* integration with SpringSource Bundle Repository
* support for custom locations for Spring powered bundles
* pluggable mechanism for determining service dependencies
* access to native OSGi ServiceReference for OSGi importers
* new web sample

along with many small improvements and bug fixes (see the changelog for more details).

We recommend upgrading to Spring Dynamic Modules 1.1 from all previous versions in order to benefit from these new features!


Cheers,
Costin Leau
Lead, Spring Dynamic Modules

Nico
Jul 4th, 2008, 07:04 AM
Hi,

Are maven artifact already available ?
I can't get



<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-core</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-extender</artifactId>
<version>1.1.0</version>
</dependency>


from repositories http://s3.amazonaws.com/maven.springframework.org/ (http://s3.amazonaws.com/maven.springframework.org/milestone) nor http://maven.springframework.org/

Costin Leau
Jul 4th, 2008, 08:38 AM
Yes they are. Since this is a GA release, the artifacts are published in the main Maven repo: http://repo1.maven.org

Nico
Jul 4th, 2008, 09:14 AM
I guess I tried to get the artifacts before they came available. It's working now.
Thanks Costin.

Costin Leau
Jul 4th, 2008, 09:34 AM
I believe the official maven repo has a 6h interval update - sometimes they are uploaded within minutes after being ready while in some cases it takes hours.
I'm glad to hear things are working for you - I hope you'll enjoy 1.1.0.