Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Spring Framework 2.5.2 Released

  1. #1
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default Spring Framework 2.5.2 Released

    (2008/3/3) - We're pleased to announce that Spring Framework 2.5.2 has been released. Here is Juergen's original announcement:

    --

    Dear Spring community,

    I'm pleased to announce that Spring Framework 2.5.2 has been released! This is the second update release in the Spring 2.5 series. It fixes all issues reported since 2.5.1 and introduces various enhancements throughout the framework:
    • Restored full Spring 2.0 compatibility for specific extension points
    • Extended SQL error code mappings for MS SQL, MySQL, PostgreSQL and Oracle
    • Revised JDBC BeanPropertyRowMapper with refined value extraction logic
    • Support for the GlassFish/JBoss JCA WorkManager as TaskExecutor backend
    • Support for Eclipse Persistence Services 1.0 M4 (the EclipseLink JPA provider)
    • Compatibility with the WebSphere JPA provider (derived from OpenJPA)
    • @RequestMapping supports "!myParam" expressions for non-presence of a parameter
    • @RequestMapping's "params" attribute supported at the type level as well
    • Revised JSP CheckboxesTag and RadioButtonsTag (for strict HTML compliance)
    Download | Documentation | Changelog

    Juergen Hoeller
    Lead, Spring Framework Development

  2. #2
    Join Date
    Oct 2005
    Location
    Bergen, Norway
    Posts
    128

    Default m2 repo?

    Any chance of getting it onto http://repo1.maven.org/maven2/org/springframework quite soon?

  3. #3
    Join Date
    Jan 2008
    Posts
    17

    Unhappy

    Quote Originally Posted by davidkarlsen View Post
    Any chance of getting it onto http://repo1.maven.org/maven2/org/springframework quite soon?
    Yeah, I simply changed my version number from 2.5.1 to 2.5.2 in pom, but it turned out there is no 2.5.2 in maven repo yet

  4. #4

    Default

    Quote Originally Posted by davidkarlsen View Post
    Any chance of getting it onto http://repo1.maven.org/maven2/org/springframework quite soon?
    +1. pretty please.

  5. #5

    Default

    Quote Originally Posted by davidkarlsen View Post
    Any chance of getting it onto http://repo1.maven.org/maven2/org/springframework quite soon?
    Found this jira:
    http://jira.springframework.org/browse/SPR-4536

  6. #6
    Join Date
    Jul 2006
    Location
    Switzerland
    Posts
    21

  7. #7
    Join Date
    Oct 2005
    Location
    Bergen, Norway
    Posts
    128

    Default

    Quote Originally Posted by akuhtz View Post
    Nogo - respons with:

    <code>
    <Error>
    <Code>NoSuchKey</Code>
    <Message>The specified key does not exist.</Message>
    <Key>release</Key>
    <RequestId>D23DD99FDFCE817D</RequestId>

    <HostId>
    vQXbALBcc9ClahRCh8PcrwRQIlHj0U9w96wHDHVO95g0OfUw9v U8JCasVojR8cTe
    </HostId>
    </Error>
    </code>

  8. #8
    Join Date
    Jul 2006
    Location
    Switzerland
    Posts
    21

    Thumbs up add to pom.xml

    The idea was to add this to your pom.xml under repositories to get the springframework from there.

    Code:
    ...
    <repositories>
       <repository>
          <id>spring</id>
          <name>Spring repository</name>
          <url>http://s3.amazonaws.com/maven.springframework.org/release</url>
          <snapshots>
             <enabled>false</enabled>
          </snapshots>
       </repository>
    ...
    </repositories>
    ...

  9. #9
    Join Date
    Oct 2005
    Location
    Amsterdam
    Posts
    123

    Default

    Seems a bit weird to suddenly get Spring from a completely different repository...
    Hans Westerbeek
    Software Engineer

  10. #10

    Default

    Quote Originally Posted by akuhtz View Post
    Thanks for the link, but no thanks. Spring 2.5.1 was released on Jan 9th and the maven artifacts appeared in repo1 on Jan 9th. The announcement for the 2.5.2 release came on Mar 3rd (changelog says release date is Feb 29th), and still no maven artifacts. All people are pointing out is that a lot of us rely on maven artifacts and they are not there yet in their regular place. That's all.

Posting Permissions

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