From 1c1bc9b3dfd2075ddfb883d07469c60be67bf530 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 22 Jun 2011 20:57:21 +0000 Subject: [PATCH] DefaultListableBeanFactory etc --- 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 ad867cd8e2..f91a46dfc9 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