Skip to content

Commit fa33c4b

Browse files
committed
Update changelog
1 parent 24c30ea commit fa33c4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ Changes in version 3.1.2 (2012-06-??)
1515
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
1616
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
1717
* 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
1820
* fix issue with parsing invalid Content-Type or Accept headers
1921
* add Jackson 2 HttpMessageConverter and View types
20-
* translate IOException from Jackson to HttpMessageNotReadableException
22+
* translate IOException on EOF from Jackson to HttpMessageNotReadableException
2123
* fix content negotiation issue when sorting selected media types by quality value
2224
* 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
2329

2430

2531
Changes in version 3.1.1 (2012-02-16)

0 commit comments

Comments
 (0)