From da75eaedbf595372034474da53bb7905f95f9db2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 24 Sep 2012 23:17:48 +0200 Subject: [PATCH] Updated changelog for 3.1.3 alongside 3.2 RC1 --- build-spring-framework/resources/changelog.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index e4964037f2..f854fcd432 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -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) -------------------------------------