Results 1 to 8 of 8

Thread: Spring Framework 2.0 RC4 Released

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

    Default Spring Framework 2.0 RC4 Released

    (2006/9/17) - We're pleased to announce that Spring Framework 2.0 RC4 has been released. Here's Juergen's announcement:

    -----

    We are pleased to announce that Spring 2.0 RC4 has been released. Download | Documentation | Changelog

    This is the last release candidate before Spring 2.0 final. RC4 includes many further bug fixes and refinements in various areas, as well as minor new features (for example in the JMS support). Please see the changelog and JIRA issue list for all the details. The most notable changes include...

    New and Noteworthy
    • This release introduces versioned file names for the 2.0 DTD and XSDs. Please adapt your bean definition files if they build on the 2.0 XSDs on or 2.0-specific DTD features. For example:
    Code:
    <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> <!-- Define your beans here --> </beans>
    • As you would expect, the Spring 1.2 DTD is still fully supported under its established spring-beans DTD file name.
    • 2.0 XML configuration elements and attributes are now fully documented for each schema we support. Special thanks to Rick Evans for his contribution in this area.
    • Apache OJB support (org.springframework.orm.ojb) is no longer shipped with the core Spring distribution as of this release. It is now available from the Spring Modules project.
    • Spring's JPA support is now fully tested against Oracle TopLink Essentials v2 b16 as well as Hibernate EntityManager 3.2.0 CR2. Our extensive integration test suite fully passes for both of those JPA providers now. We are currently in the process of covering OpenJPA in the same fashion.
    We look forward to your feedback on this release.

    Enjoy,

    Juergen Hoeller
    Lead of Spring Framework Development
    Last edited by Colin Sampaleanu; Oct 3rd, 2006 at 12:43 PM.

  2. #2

    Default spring 2.0 official date

    Would you happen to know the official spring 2.0 date?

  3. #3
    Join Date
    Aug 2006
    Posts
    4

    Default

    Quote Originally Posted by anywhereinfo View Post
    Would you happen to know the official spring 2.0 date?
    I think it's supposed to be today: http://www.infoq.com/articles/spring-2-update

    I'm waiting to hear if they are going to announce it at Spring Forward conference: http://www.springforward2006.com/

  4. #4

    Default spring 2.0 release date

    i am bit disappointed to see no news from spring release team about the spring 2.0 release date. A roadmap with corresponding dates on the home page would be helpful for organizations to plan for onboarding and transitioning to the newer version.

  5. #5
    Join Date
    Aug 2006
    Posts
    4

    Default

    Quote Originally Posted by anywhereinfo View Post
    i am bit disappointed to see no news from spring release team about the spring 2.0 release date. A roadmap with corresponding dates on the home page would be helpful for organizations to plan for onboarding and transitioning to the newer version.
    I'd have to disagree. I am not in the least disappointed. They do a very good job of keeping the community in the loop. While release dates sometimes slip, I personally prefer a good release rather than one on time.

  6. #6
    Join Date
    Sep 2004
    Location
    Texas
    Posts
    155

    Default

    I find the roadmap page a very effective way of tracking their progress toward the next release:

    http://opensource.atlassian.com/proj...:roadmap-panel
    Corby

  7. #7
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Monday October 2 at the latest.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  8. #8
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    For a more precise estimate, try http://www.springframework.org/countdown :-)
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Posting Permissions

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