Skip to content

Commit da75eae

Browse files
committed
Updated changelog for 3.1.3 alongside 3.2 RC1
1 parent 69f2496 commit da75eae

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,26 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.3 (2012-09-24)
6+
Changes in version 3.1.3 (2012-10-05)
77
-------------------------------------
88

99
* 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
1012
* @Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well
1113
* @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
1215
* Jaxb2Marshaller performs proper "supports" check for scanned packages
1316
* 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
1422
* fixed Portlet request mapping priorities in cross-controller case
1523
* deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils
1624
* 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+
2226

2327
Changes in version 3.1.2 (2012-07-09)
2428
-------------------------------------

0 commit comments

Comments
 (0)