(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: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.
- 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
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



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.
