Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Spring Framework 2.1 M4 Released

  1. #1
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default Spring Framework 2.1 M4 Released

    (2007/9/10) - We're pleased to announce that Spring Framework 2.1 M4 has been released. Here is Juergen's original announcement:

    --

    Dear Spring Community,

    I'm pleased to announce that Spring Framework 2.1 M4 has been released! This milestone release introduces:
    • 'qualifier' annotation support for choosing a specific @Autowired match;
    • our next-generation Spring TestContext Framework with support for JUnit4;
    • SimpleJdbcCall operation object for stored procedure calls;
    • support for autowiring of scripted objects (Groovy, JRuby, BeanShell);
    • support for Tiles2 views in Spring Web MVC.

    Which leads me to some further exciting news...

    We've been reviewing the overall set of features that we introduced in the recent 2.1 milestones:
    • full Java 6 and Java EE 5 support
    • full-featured annotation-driven dependency injection
    • support for component scanning in the classpath
    • "beanName" pointcut element in AspectJ pointcut expressions
    • built-in support for AspectJ load-time weaving
    • further XML configuration namespaces (context, jms)
    • extended SimpleJdbcTemplate functionality
    • officially certified WebSphere support
    • Spring ApplicationContext can be deployed as RAR file
    • JCA 1.5 message endpoint management (for JMS and CCI)
    • completely revised framework for integration tests
    We concluded that this goes significantly beyond what we originally planned for Spring 2.1. The version number 2.1, as used for the milestones, does not reflect the significance and the comprehensiveness of the features in this release.

    So I'm pleased to announce that the next release will be called Spring Framework 2.5 RC1, with the 2.1 milestones seamlessly leading into Spring Framework 2.5 as the upcoming major release! Check out the Interface21 team blog for the official announcement and for upcoming posts on specific Spring 2.5 features as we move closer to the final release.

    Spring 2.1 M4 is here. Long live Spring 2.5! :-)

    Enjoy,

    Juergen Hoeller
    Lead, Spring Framework Development
    Interface21 - http://www.interface21.com
    Last edited by Colin Sampaleanu; Oct 23rd, 2007 at 10:58 AM.

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

    Default m2 repo?

    Will the stuff appear in https://springframework.svn.sourcefo...ringframework/ anytime soon?

  3. #3
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    No actually The new milestone location is 'http://s3.amazonaws.com/maven.springframework.org/milestone/' but this hasn't been officially announced. I'm working on that forthwith, but the blog and forum post are a day or two off.

    Note that this is generally not visible using a normal web browser (it's using Amazon S3 which is a REST-ful service). It will however work with Maven (Spring WS and Spring Security are already using it). If you need to browse this repository, check http://s3browse.com/explore/maven.sp....org/milestone.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

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

    Default

    Quote Originally Posted by Ben Hale View Post
    No actually The new milestone location is 'http://s3.amazonaws.com/maven.springframework.org/milestone/' but this hasn't been officially announced. I'm working on that forthwith, but the blog and forum post are a day or two off.

    Note that this is generally not visible using a normal web browser (it's using Amazon S3 which is a REST-ful service). It will however work with Maven (Spring WS and Spring Security are already using it). If you need to browse this repository, check http://s3browse.com/explore/maven.sp....org/milestone.
    Cool - thanks!

  5. #5
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    Great I'll give it a testdrive asap.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  6. #6
    Join Date
    Dec 2004
    Posts
    5

    Default

    It's not work for me, file download will be fail, and maven throw complain with file checksum

    Code:
    [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'b53f905520
    3962de4b656ae8587817ddc0f1c7ec'; remote = '<!DOCTYPE' - RETRYING
    Downloading: http://s3browse.com/explore/maven.springframework.org/milestone/org
    /springframework/spring-test/2.1-m4/spring-test-2.1-m4.jar
    4K downloaded

  7. #7
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    DraculaCwg,

    It appears the reason you're having a trouble, is because you're using the wrong repository. As the original post said, the proper repository URL is 'http://s3.amazonaws.com/maven.springframework.org/milestone'. If you need to browse the directory you use the s3browse.com URL, but you can't use it in Maven.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  8. #8
    Join Date
    Dec 2004
    Posts
    5

    Default

    THX,Ben Hale
    It's work fine now. I am using the wrong repository.

  9. #9
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    And what is with 2.0.7?

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

    Default Spring batch

    Quote Originally Posted by Ben Hale View Post
    DraculaCwg,

    It appears the reason you're having a trouble, is because you're using the wrong repository. As the original post said, the proper repository URL is 'http://s3.amazonaws.com/maven.springframework.org/milestone'. If you need to browse the directory you use the s3browse.com URL, but you can't use it in Maven.

    Can't find any spring batch artifacts?
    http://s3browse.com/explore/maven.sp...k/spring-batch

Posting Permissions

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