@@ -3,11 +3,11 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.2 M1
7
- -------------------------------------
6
+ Changes in version 3.2 M1 (2012-05-28)
7
+ --------------------------------------
8
8
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
11
11
* add HttpMessageConverter and View types compatible with Jackson 2.0
12
12
* better handling on failure to parse invalid 'Content-Type' or 'Accept' headers
13
13
* 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
40
40
* improve documentation of annotated class support in the TestContext framework (SPR-9401)
41
41
* document support for JSR-250 lifecycle annotations in the TestContext framework (SPR-4868)
42
42
* 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)
43
47
44
48
45
49
Changes in version 3.1.1 (2012-02-16)
0 commit comments