From 2980ef4c75609b5200f40725a75b6f2d27122e36 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 20 Oct 2011 12:08:49 +0000 Subject: [PATCH] prepared for 3.1 RC2 --- build-spring-framework/resources/changelog.txt | 15 ++++++++++++++- build-spring-framework/resources/readme.txt | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 9fa385d186..4a4ae1165e 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,6 +3,20 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.1 RC2 (2011-11-15) +--------------------------------------- + +* fixed OSGi manifest for spring-web bundle to not require Apache HttpComponents anymore +* fixed GenericTypeResolver to consistently return null if not resolvable +* added proper "contentLength()" implementation to ByteArrayResource +* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation +* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access +* fixed HibernateTransactionManager for Hibernate 4.0 to refer to correct openSession() method +* fixed MethodInvokingJobDetailFactoryBean's Quartz 2.0 support +* RmiClientInterceptor detects nested SocketException as connect failure as well +* fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) + + Changes in version 3.1 RC1 (2011-10-11) --------------------------------------- @@ -34,7 +48,6 @@ Changes in version 3.1 RC1 (2011-10-11) * added flash attribute support through FlashMap and FlashMapManager abstractions * added RedirectAttributes abstraction as supported method argument type of @RequestMapping methods * added "ignoreDefaultModelOnRedirect" flag to RequestMappingHandlerAdapter -* added support for @RequestPart annotated controller method arguments * fixed @ExceptionHandler exception type matching (ExceptionDepthComparator) * ResourceHttpRequestHandler detects invalid directory traversal in given path * HtmlUtils properly escapes single quotes as well diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index 44e034d4f4..0c43b01459 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.1 RC1 (July 2011) ------------------------------------- +SPRING FRAMEWORK 3.1 RC2 (November 2011) +---------------------------------------- http://www.springsource.org 1. INTRODUCTION