File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -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-06-?? )
6
+ Changes in version 3.1.2 (2012-07-05 )
7
7
-------------------------------------
8
8
9
9
* removed INDEX.LIST entries from Spring jar META-INF dirs
@@ -13,6 +13,7 @@ Changes in version 3.1.2 (2012-06-??)
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
15
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
16
+ * added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
16
17
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
17
18
* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
18
19
* fix RequestConditionHolder to return null when no match is found
@@ -28,6 +29,8 @@ Changes in version 3.1.2 (2012-06-??)
28
29
* raise RestClientException for unknown HTTP status codes
29
30
* support executor qualification with @Async#value
30
31
* fix issue with encoded params in UriComponentsBuilder
32
+ * XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream
33
+ * corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default
31
34
32
35
33
36
Changes in version 3.1.1 (2012-02-16)
You can’t perform that action at this time.
0 commit comments