Spring Framework 3.2 RC1 released |
|

Dear Spring community,
I'm pleased to announce that the first Spring Framework 3.2 release candidate is now available.
This generation of the core framework is a straightforward next step after last year's Spring Framework 3.1, continuing several well-established themes. Key features in Spring Framework 3.2 include:
* A new Gradle-based framework build, making it easier than ever to contribute to the Spring Framework project on GitHub
* Inlined CGLIB 3.0 and ASM 4.0, fully supporting Java 7 byte code and making CGLIB-based functionality available without explicit declaration of a CGLIB dependency
* Allowing for @Autowired and @Value to be used as meta-annotations, e.g. to build custom injection annotations in combination with specific qualifiers
* Support for custom @Bean definition annotations in @Configuration classes, e.g. in combination with specific qualifiers, @Lazy, @Primary, etc
* Asynchronous MVC processing on Servlet 3.0, with Spring MVC handler methods being able to return Callables and DeferredResults (see Rossen's series of blog posts)
* Inclusion of the formerly-standalone Spring MVC Test project, allowing for first-class testing of Spring MVC applications (stay tuned for Rossen's blog post on this)
* Support for loading WebApplicationContexts in the TestContext framework (stay tuned for Sam's blog post on this)
* Early support for JCache 0.5 (JSR-107) as a backend for Spring's cache abstraction
We are working towards the 3.2 GA release now, with a further release candidate – based on community feedback as well as remaining refinements on our side – coming in late November. We've received many pull requests in the course of the milestone phase already, so keep them coming on the way to GA (and beyond)!
Cheers,
Juergen
P.S.: Due to ongoing delays in Java EE 7 land (it's scheduled for Q2 2013 now), we've decided to move forward with our core 3.2 features first, dealing with EE 7 spec updates in the Spring Framework 3.3 generation. In particular, expect full JCache, JPA 2.1, Bean Validation 1.1 and JMS 2.0 support in a timely Spring Framework 3.3 milestone next year.
Similar Posts
- Spring Framework 3.2 goes GA
- Spring Framework 4.0 M1 & 3.2.3 available
- Next Stop: Spring Framework 4.0
- Spring Framework 3.0 RC3 released
- Spring Framework 3.1 RC1 released





Marcel Overdijk says:
Added on November 5th, 2012 at 8:37 amMaybe good to mention that the milestone repo changed as discussed here: https://twitter.com/olivergierke/status/265473806183833601
See also https://github.com/SpringSource/spring-framework/wiki/SpringSource-repository-FAQ
Mark says:
Added on November 5th, 2012 at 4:55 pmThanks for the update.
Michael Isvy (blog author) says:
Added on November 6th, 2012 at 6:20 pmJust in case someone needs the Maven configuration to use it:
…
John says:
Added on November 7th, 2012 at 12:59 pmWill the conversation scope support for spring web mvc be included in the release version or is this feature totally cancelled?
jate.ma says:
Added on November 29th, 2012 at 3:52 amif there are many supported docments and practise projects on the new version release?
銉兂銈儸銉笺儷 銉€銈︺兂 2013 says:
Added on December 4th, 2012 at 9:56 amAw, this was a very nice post. In concept I would like to put in writing like this moreover – taking time and actual effort to make a very good article… but what can I say… I procrastinate alot and under no circumstances seem to get something done.
James Bloom says:
Added on April 2nd, 2013 at 12:38 pmIs there an example project showing the latest features, including the improved testing being used?
Michael Isvy (blog author) says:
Added on April 2nd, 2013 at 3:15 pm@James
You can have a look here: https://github.com/SpringSource/spring-petclinic and here: https://github.com/SpringSource/spring-mvc-showcase
Cheers,
Michael.