@@ -3,22 +3,26 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1.3 (2012-09-24 )
6
+ Changes in version 3.1.3 (2012-10-05 )
7
7
-------------------------------------
8
8
9
9
* fixed cache handling for JNLP connections
10
+ * LinkedCaseInsensitiveMap checks for uniqueness of case-insensitive keys now
11
+ * @Import'ed configuration classes get properly registered in case of same class name
10
12
* @Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well
11
13
* @Resource processing properly works with scoped beans and prototypes again
14
+ * same-named unit from persistence.xml overrides in case of conflict with default unit
12
15
* Jaxb2Marshaller performs proper "supports" check for scanned packages
13
16
* media types in HTTP Accept headers can be parsed with single quotes (-> Android 2.x)
17
+ * CookieGenerator supports "cookieHttpOnly" flag for Servlet 3.0
18
+ * dynamic return value types for @MVC methods
19
+ * fixed issue with resolution of WebDataBinder argument
20
+ * prevent response updates if @ResponseStatus has a reason
21
+ * optimized performance of HandlerMethod and subclasses
14
22
* fixed Portlet request mapping priorities in cross-controller case
15
23
* deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils
16
24
* introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils
17
- * optimized performance of HandlerMethod and sub-classes (SPR-9747, SPR-9748)
18
- * dynamic return value types for @MVC methods (SPR-9622)
19
- * fixed issue with resolution of WebDataBinder argument (SPR-8946)
20
- * prevent response updates if @ResponseStatus has a reason (SPR-9159)
21
- *
25
+
22
26
23
27
Changes in version 3.1.2 (2012-07-09)
24
28
-------------------------------------
0 commit comments