Results 1 to 5 of 5

Thread: Spring Framework 2.0 RC3 Released

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

    Default Spring Framework 2.0 RC3 Released

    (2006/8/11) - We're pleased to announce that Spring Framework 2.0 RC3 has been released. Here's Juergen's original announcement:

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

    This third release candidate includes many refinements based on valuable user feedback that we received for the previous release candidates. With this release, Spring 2.0 final is now just around the corner.

    The most significant refinements include:
    • Spring 1.2 compatibility has been restored for default-lazy-init="true", with respect to detection of special beans (such as PropertyPlaceholderConfigurers) by type. Alongside, lazy class loading has been reworked to allow for placeholders in class names etc. Strict lazy class loading can still be enforced for special ApplicationContexts.
    • Persistence exception translation based on the @Repository annotation is now available for Hibernate3, JDO and TopLink as well, not just for JPA. Exception translation is now based on the underlying ORM tool's native exceptions as far as possible, with Spring-specific SQLException translation only applying when explicitly specified.
    • In our JMS support DefaultMessageListenerContainer features refined resource handling (which works on JBoss 4.0 as well), and is able to recover from a broken Connection or Destination. The caching of JMS resources is now fully configurable, with sensible defaults for both the XA and the non-XA scenario. Furthermore, JmsTemplate reuses cached JMS resources within a JTA transaction.
    • Servlet and Portlet Web MVC support a common WebRequestInterceptor abstraction now, which allows Open Session/EntityManager/etc in View interceptors to be reused across Servlet and Portlet environments. As a consequence, all such Portlet-specific interceptors have been dropped in favor of the new generic ones (OpenSessionInViewInterceptor etc).
    Of course, there are many further refiements in the details. Please see the changelog file (as well as the changelog in JIRA) for details.

    Let us know about any remaining issues you might encounter with RC3. The Spring 2.0 final release is now just around the corner.

    Juergen Hoeller,
    Lead Spring Framework Development
    Last edited by Colin Sampaleanu; Sep 17th, 2006 at 11:57 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    Munich, Germany
    Posts
    153

    Unhappy I still have to use 2.0-m4 - the downside of using maven

    It's great news, that spring has released a new version. Unfortunately many people can't use it, because they use maven(2) and the latest spring version that has pom files provided on ibiblio is 2.0-m4. Creating own (very simple) poms would result in losing the transitive dependency feature of maven2.

    There are currently 89 votes for this issue at http://opensource.atlassian.com/proj...rowse/SPR-1484.

    I really hope, that there will be a new "pom-enabled" spring version on ibiblio before release 2.0 final.

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

    Default

    Yeah, user demand is high enough on this one to justify repository support for each Spring release.
    Corby

  4. #4
    Join Date
    Apr 2006
    Location
    Hamburg, Germany
    Posts
    26

    Default

    Try using
    Code:
    <groupId>org.springframework</groupId>
    as group id with maven2 dependencies. There is a version 2.0-rc3 there.

    The other maven groupIds "spring" and "springframework" are outdated.

    The only things missing are Javadoc and source-jars .

    Regards,
    Jens

  5. #5
    Join Date
    Jul 2005
    Location
    Munich, Germany
    Posts
    153

    Default

    Quote Originally Posted by jhausherr
    Try using
    Code:
    <groupId>org.springframework</groupId>
    as group id with maven2 dependencies. There is a version 2.0-rc3 there.
    On which server? On ibiblio.org there are a lot of packages still missing (for example: spring-remoting, spring-hibernate3, spring-webmvc)

    Best
    Oliver

Posting Permissions

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