@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33http://www.springsource.org
44
55
6- Changes in version 3.1.2 (2012-07-05 )
6+ Changes in version 3.1.2 (2012-07-09 )
77-------------------------------------
88
99* removed INDEX.LIST entries from Spring jar META-INF dirs
@@ -12,23 +12,25 @@ Changes in version 3.1.2 (2012-07-05)
1212* fixed MutablePropertySources "get" implementation to correctly return null if not found
1313* fixed @PropertySource placeholder resolution to apply to all specified values
1414* JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination
15+ * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder
1516* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
1617* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
18+ * support executor qualification with @Async#value
1719* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
1820* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
19- * fix RequestConditionHolder to return null when no match is found
20- * fix concurrency issue in AnnotationMethodHandlerExceptionResolver
21- * fix issue with parsing invalid Content-Type or Accept headers
22- * add Jackson 2 HttpMessageConverter and View types
21+ * fixed RequestConditionHolder to return null when no match is found
22+ * fixed concurrency issue in AnnotationMethodHandlerExceptionResolver
23+ * fixed issue with parsing invalid Content-Type or Accept headers
24+ * added "defaultCharset" property to StringHttpMessageConverter
25+ * added Jackson 2 HttpMessageConverter and View types
2326* translate IOException on EOF from Jackson to HttpMessageNotReadableException
2427* fix content negotiation issue when sorting selected media types by quality value
2528* raise RestClientException instead of IllegalArgumentException for unknown status codes
2629* discover controllers based on type-level @RequestMapping in new @MVC support classes
27- * fix issue with suffix pattern in AnnotationMethodHandlerAdapter
30+ * fixed issue with suffix pattern in AnnotationMethodHandlerAdapter
2831* merge rather than add URI vars in ExtendedServletRequestDataBinder
2932* raise RestClientException for unknown HTTP status codes
30- * support executor qualification with @Async#value
31- * fix issue with encoded params in UriComponentsBuilder
33+ * fixed issue with encoded params in UriComponentsBuilder
3234* XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream
3335* corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default
3436
0 commit comments