Ενα χρόνο μετά απο το Spring 3.1 ο Juergen Hoeller ανακοίνωσε την έκδοση 3.2 στο blog της springsource
Κύρια χαρακτηριστηκά είναι
- Refined Java SE 7 support
- Concurrency refinements across the framework
- Allowing for @Autowired and @Value to be used as meta-annotations
- Support for custom @Bean definition annotations in @Configuration classes
- Asynchronous MVC processing on Servlet 3.0, with Spring MVC handler methods being able to return Callables and DeferredResults
- Inclusion of the formerly-standalone Spring MVC Test project, allowing for first-class testing of Spring MVC applications
- Support for loading WebApplicationContexts in the TestContext framework, and further improvements for web application testing
- Early support for JCache 0.5 (JSR-107) as a backend for Spring’s cache abstraction
Για περισσότερες λεπτομέρειες μπορείτε να δείτε το σχετικό άρθρο της springsource εδώ