Updated changelog for 3.1.3 alongside 3.2 RC1

This commit is contained in:
Juergen Hoeller
2012-09-24 23:17:48 +02:00
parent 69f2496cd7
commit da75eaedbf

View File

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