Skip to content

Commit c879894

Browse files
committed
preparations for 3.1.2
1 parent 3b4210f commit c879894

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.2 (2012-06-??)
6+
Changes in version 3.1.2 (2012-07-05)
77
-------------------------------------
88

99
* removed INDEX.LIST entries from Spring jar META-INF dirs
@@ -13,6 +13,7 @@ Changes in version 3.1.2 (2012-06-??)
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
1515
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
16+
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
1617
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
1718
* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
1819
* fix RequestConditionHolder to return null when no match is found
@@ -28,6 +29,8 @@ Changes in version 3.1.2 (2012-06-??)
2829
* raise RestClientException for unknown HTTP status codes
2930
* support executor qualification with @Async#value
3031
* 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
3134

3235

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

0 commit comments

Comments
 (0)