From 958bd49850ad6d0a182ff5295f4d40e7d840baa9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 15 Jan 2012 20:05:57 +0100 Subject: [PATCH] Hibernate 4 LocalSessionFactoryBean, etc --- build-spring-framework/resources/changelog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 231d287b01b..827ad75bddb 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,7 +6,7 @@ http://www.springsource.org Changes in version 3.1.1 (2012-02-06) ------------------------------------- -* official support for Hibernate 4.0 GA +* official support for Hibernate 4.0 GA (as released in the meantime) * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well * context:property-placeholder's "file-encoding" attribute value is being applied correctly * DataBinder correctly handles ParseException from Formatter for String->String case @@ -19,8 +19,11 @@ Changes in version 3.1.1 (2012-02-06) * Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well * Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set * added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean +* added "getConfiguration" accessor to Hibernate 4 LocalSessionFactoryBean * corrected fix for QuartzJobBean to work with Quartz 2.0/2.1 -* Make AbstractHandlerMethodExceptionResolver an abstract class +* JMS CachingConnectionFactory never caches consumers for temporary queues and topics +* JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers + Changes in version 3.1 GA (2011-12-12) --------------------------------------