PDA

View Full Version : Spring Dynamic Modules 1.1.0 M1 Released



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,

dbrosius
Apr 8th, 2008, 01:35 PM
Sorry to be clueless, maven nube here, But i tried this dependency without luck

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


with the above specified repository. What am i doing wrong?