From 4b84284d232d6e277a47278d2d7a503b9cacc7c7 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 3 Jul 2011 22:39:08 +0000 Subject: [PATCH] DataBinder etc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4662 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index f91a46dfc91..47b3d0c94da 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -10,10 +10,14 @@ Changes in version 3.1 RC1 (2011-07-xx) * prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 * DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference * DefaultListableBeanFactory's getBean(name, type) attempts type conversion if necessary +* DataBinder uses a default limit of 256 for array/collection auto-growing +* added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer +* added headers support to MultipartFile abstraction (actually supported on Servlet 3.0) +* ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id +* AnnotationConfigContextLoader now supports default configuration classes with arbitrary names * revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return * fixed JMS CachedConnectionFactory to fully synchronize its Session list * refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent -* AnnotationConfigContextLoader now supports default configuration classes with arbitrary names Changes in version 3.1 M2 (2011-06-08)