Costin Leau
Apr 7th, 2008, 12:45 PM
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 (http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=227224)| JavaDocs (http://static.springframework.org/osgi/docs/1.1.0-m1/api/) | Reference Documentation (http://static.springframework.org/osgi/docs/1.1.0-m1/reference/html/) | FAQ (http://static.springframework.org/osgi/docs/1.1.0-m1/reference/html/faq.html) | Changelog (http://static.springframework.org/osgi/docs/1.1.0-m1/changelog.txt)
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,
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 (http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=227224)| JavaDocs (http://static.springframework.org/osgi/docs/1.1.0-m1/api/) | Reference Documentation (http://static.springframework.org/osgi/docs/1.1.0-m1/reference/html/) | FAQ (http://static.springframework.org/osgi/docs/1.1.0-m1/reference/html/faq.html) | Changelog (http://static.springframework.org/osgi/docs/1.1.0-m1/changelog.txt)
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,