Results 1 to 3 of 3

Thread: Spring LDAP 1.3.0.RC1 Released

  1. #1
    Join Date
    Mar 2005
    Location
    Landskrona, Sweden
    Posts
    505

    Default Spring LDAP 1.3.0.RC1 Released

    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:
    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>
    Note that the names of the artifacts have changed in this release:
    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>
    Last edited by rasky; Oct 27th, 2008 at 08:05 AM.
    Mattias Arthursson
    Jayway AB (www.jayway.se)
    Spring-LDAP project member

  2. #2
    Join Date
    Mar 2005
    Location
    Landskrona, Sweden
    Posts
    505

    Default

    For those of you interested in some more details and code examples regarding this release there's a blog post here: What's New in Spring LDAP 1.3
    Mattias Arthursson
    Jayway AB (www.jayway.se)
    Spring-LDAP project member

  3. #3
    Join Date
    Oct 2008
    Posts
    1

    Default

    Great to hear. The fix for LDAP-109 is a big one for us.

    Thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •