File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ Changes in version 3.1.2 (2012-06-??)
15
15
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
16
16
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
17
17
* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
18
+ * fix RequestConditionHolder to return null when no match is found
19
+ * fix concurrency issue in AnnotationMethodHandlerExceptionResolver
18
20
* fix issue with parsing invalid Content-Type or Accept headers
19
21
* add Jackson 2 HttpMessageConverter and View types
20
- * translate IOException from Jackson to HttpMessageNotReadableException
22
+ * translate IOException on EOF from Jackson to HttpMessageNotReadableException
21
23
* fix content negotiation issue when sorting selected media types by quality value
22
24
* raise RestClientException instead of IllegalArgumentException for unknown status codes
25
+ * discover controllers based on type-level @RequestMapping in new @MVC support classes
26
+ * fix issue with suffix pattern in AnnotationMethodHandlerAdapter
27
+ * merge rather than add URI vars in ExtendedServletRequestDataBinder
28
+ * raise RestClientException for unknown HTTP status codes
23
29
24
30
25
31
Changes in version 3.1.1 (2012-02-16)
You can’t perform that action at this time.
0 commit comments