@@ -3,11 +3,11 @@ SPRING FRAMEWORK CHANGELOG
33http://www.springsource.org
44
55
6- Changes in version 3.2 M1
7- -------------------------------------
6+ Changes in version 3.2 M1 (2012-05-28)
7+ --------------------------------------
88
9- * add Servlet 3.0 based async support
10- * upgraded to AspectJ 1.6.12, JUnit 4.10, TestNG 6.5.2
9+ * add Servlet 3.0- based async support
10+ * upgrade to AspectJ 1.6.12, JUnit 4.10, TestNG 6.5.2
1111* add HttpMessageConverter and View types compatible with Jackson 2.0
1212* better handling on failure to parse invalid 'Content-Type' or 'Accept' headers
1313* handle a controller method's return value based on the actual returned value (vs declared type)
@@ -40,6 +40,10 @@ Changes in version 3.2 M1
4040* improve documentation of annotated class support in the TestContext framework (SPR-9401)
4141* document support for JSR-250 lifecycle annotations in the TestContext framework (SPR-4868)
4242* improve dependency management for spring-test (SPR-8861)
43+ * fix MultipartResolver Resin compatibility (SPR-9299)
44+ * handle non-existent files in ServletContextResource (SPR-8461)
45+ * apply cache settings consistently in EhCacheFactoryBean (SPR-9392)
46+ * add initial support for JCache (JSR-107) compliant cache providers (SPR-8774)
4347
4448
4549Changes in version 3.1.1 (2012-02-16)
0 commit comments