Dear community,
We are delighted to announce the release of Spring LDAP 1.3.0.RC1
This long awaited release contains a large number of new features and bug fixes. Changelog.
Please download and try this out. If you find any problems, don't hesitate to comment that here on the forum or file a Jira report.
Downloads:
Binaries
http://dist.springframework.org/mile...-1.3.0.RC1.zip
(sha)http://dist.springframework.org/mile...0.RC1.zip.sha1
With dependencies
http://dist.springframework.org/mile...pendencies.zip
(sha)http://dist.springframework.org/mile...ncies.zip.sha1
Documentation:
API: http://static.springframework.org/sp...1.3.x/apidocs/
Reference Docs (HTML): http://static.springframework.org/sp...reference.html
Reference Docs (PDF): http://static.springframework.org/sp...-reference.pdf
Maven dependencies:
Since this is a release candidate it is not published to the main maven repository. It is however available from the Spring Framework milestone repository:
Note that the names of the artifacts have changed in this release:Code:<repositories> <repository> <id>spring-milestone</id> <name>Spring Portfolio Milestone Repository</name> <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> </repository> </repositories>
Code:<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core</artifactId> <version>1.3.0.RC1</version> </dependency>Code:<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core-tiger</artifactId> <version>1.3.0.RC1</version> </dependency>


Reply With Quote
