Skip navigation.
Home

Spring Dynamic Modules 1.1.0 M1 Released

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 M1 has been released.

Downloads| JavaDocs | Reference Documentation | FAQ | Changelog

The first milestone in the 1.1.x branch, M1 contains the following features:

* web support for OSGi applications (Servlet 2.5, JSP and taglibs)
* event notification for contexts started by Spring-DM
* configurable Spring-DM extender
* classpath: and classpath*: OSGi support

Please see the reference documentation for more information.

Feedback on new and existing features is appreciated.

For Maven users, please note that this release is not published at the central maven repository. Instead it is published on Amazon's S3 service, like all Spring milestones. To use it, add the following repository to your POM:

<repository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>

Cheers,
Costin Leau
Lead, Spring Dynamic Modules