From df8e9b3393c66bc82eb086a515f5361b860cac06 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 3 Jul 2011 22:39:08 +0000 Subject: [PATCH] DataBinder etc --- 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)