File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,20 @@ Changes in version 3.1.3 (2012-10-12)
27
27
* dynamic return value types for @MVC methods
28
28
* fixed issue with resolution of WebDataBinder argument
29
29
* prevent response updates if @ResponseStatus has a reason
30
- * optimized performance of HandlerMethod and subclasses
30
+ * optimized use of AntPathStringMatcher (SPR-9749)
31
+ * optimized use of HandlerMethod and sub-classes (SPR-9747, SPR-9748)
31
32
* fixed Portlet request mapping priorities in cross-controller case
32
33
* deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils
33
34
* introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils
34
-
35
+ * improved regex for parsing query params (SPR-9832)
36
+ * now decoding target parameters prior to saving a FlashMap (SPR-9657)
37
+ * fixed issue with resolving Errors controller argument (SPR-9378)
38
+ * fixed issue in message conversion where producible and acceptable headers are equally specific
39
+ * fixed NullPointerException in AbstractMessageConverterMethodProcessor (SPR-9868)
40
+ * fixed side effect from caching in AnnotationMethodHandlerExceptionResolver (SPR-9202)
41
+ * MediaType's include method now recognizes wildcards in media types with a suffix (SPR-9841)
42
+ * added support for recognizing wildcards in media types with a suffix (SPR-9841)
43
+ * improved no-match handling for @RequestMapping methods (SPR-9603)
35
44
36
45
Changes in version 3.1.2 (2012-07-09)
37
46
-------------------------------------
You can’t perform that action at this time.
0 commit comments