@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1.2 (2012-07-05 )
6
+ Changes in version 3.1.2 (2012-07-09 )
7
7
-------------------------------------
8
8
9
9
* removed INDEX.LIST entries from Spring jar META-INF dirs
@@ -12,23 +12,25 @@ Changes in version 3.1.2 (2012-07-05)
12
12
* fixed MutablePropertySources "get" implementation to correctly return null if not found
13
13
* fixed @PropertySource placeholder resolution to apply to all specified values
14
14
* JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination
15
+ * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder
15
16
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
16
17
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
18
+ * support executor qualification with @Async#value
17
19
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
18
20
* 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
23
26
* translate IOException on EOF from Jackson to HttpMessageNotReadableException
24
27
* fix content negotiation issue when sorting selected media types by quality value
25
28
* raise RestClientException instead of IllegalArgumentException for unknown status codes
26
29
* 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
28
31
* merge rather than add URI vars in ExtendedServletRequestDataBinder
29
32
* 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
32
34
* XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream
33
35
* corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default
34
36
0 commit comments