From c87989477de1c58c92922c2dbbeb9b5548bb5e08 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 5 Jul 2012 00:51:17 +0200 Subject: [PATCH] preparations for 3.1.2 --- build-spring-framework/resources/changelog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 9d584804ab..fd7c3113bf 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.1.2 (2012-06-??) +Changes in version 3.1.2 (2012-07-05) ------------------------------------- * removed INDEX.LIST entries from Spring jar META-INF dirs @@ -13,6 +13,7 @@ Changes in version 3.1.2 (2012-06-??) * fixed @PropertySource placeholder resolution to apply to all specified values * JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination * EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well +* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean * ServletContextResource's getFile implementation falls back to getRealPath for non-existent files * fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts) * fix RequestConditionHolder to return null when no match is found @@ -28,6 +29,8 @@ Changes in version 3.1.2 (2012-06-??) * raise RestClientException for unknown HTTP status codes * support executor qualification with @Async#value * fix issue with encoded params in UriComponentsBuilder +* XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream +* corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default Changes in version 3.1.1 (2012-02-16)