From 458c87c16b14c1ea49becc8704f4e761cd979390 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 22 Jun 2011 20:57:21 +0000 Subject: [PATCH] DefaultListableBeanFactory etc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4612 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index ad867cd8e24..f91a46dfc91 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,9 +6,13 @@ http://www.springsource.org Changes in version 3.1 RC1 (2011-07-xx) --------------------------------------- +* support for Hibernate 4.0 as a JPA provider (using Spring's HibernateJpaVendorAdapter) * 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 * 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