Results 1 to 3 of 3

Thread: Spring Security 3.1.0.RC1 Released

  1. #1
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default Spring Security 3.1.0.RC1 Released

    We're pleased to announce the first release candidate Spring Security 3.1 milestone. Details of the release can be found in the changelog.

    As usual, the release is available from the SpringSource downloads area and from the SpringSource maven repository (maven.springframework.org).

    Note that non-GA releases are not uploaded to Maven central. If you are using Maven, you should add the following repository information to your pom.xml:

    Code:
    <repository>
        <id>org.springframework.maven.milestone</id>
        <name>Spring Maven Milestone Repository</name>
        <url>http://maven.springframework.org/milestone</url>
    </repository>
    Last edited by Luke Taylor; Feb 10th, 2011 at 04:22 PM.
    Spring - by Pivotal
    twitter @tekul

  2. #2
    Join Date
    Sep 2004
    Location
    Manchester, NH
    Posts
    1,236

    Default

    Thank you as always Luke!

    Question on the changelog - is it possible to exclude items from the changelog that were closed WONTFIX (or at least sort these to a different section)? I always get a few surprises when I click through and find that the item wasn't actually fixed in the release.

    [edit]
    For those who are curious, here's a JIRA permalink which shows all truly fixed items, sorted by version:
    Changelog in JIRA
    Last edited by pmularien; Feb 11th, 2011 at 12:22 PM. Reason: Add permalink to JIRA search
    Peter Mularien | Blog
    Author, Spring Security 3 (Book) - Packt Publishing, Available in print and eBook form
    SCJP 5, Oracle DBA
    Any postings are my own opinion, and should not be attributed to my employer or clients.


  3. #3

    Default What is the time frame for 3.1 GA?

    After playing with the Spring Social 1.0.0.M2, I recognize the it requests the Spring Security 3.1, to be precise the org.springframework.security.crypto.encrypt class. The latest Spring Security 3.1 release 3.1.0.CR is not for a production usage. I am working on to add social features to an existing application. I have to pray for a quick general release of Spring Security 3.1.
    [URL="http://vicina.info"] 新闻,社区新闻,分类广告

Posting Permissions

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