springOne Americas 

2008

Spring Dynamic Modules 1.2.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.2.0 M1 has been released.

Downloads | JavaDocs | Reference Documentation | FAQ | Changelog

The first milestone in the 1.2.x branch, M1 introduces:

* new Spring-MVC annotation based web sample (web-console)
* support for environments with Java 2 security enabled

along various improvements and bug fixes.

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