From e208a2de5f1ddbe9d330a051cc61c2903afbc668 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 5 Jan 2012 17:36:11 +0100 Subject: [PATCH] JBoss AS 7, etc --- build-spring-framework/resources/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 73b3466171..2a723d7b2c 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,10 +3,11 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.1.1 (2012-01-16) +Changes in version 3.1.1 (2012-02-06) ------------------------------------- * official support for Hibernate 4.0 GA +* 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 * CacheNamespaceHandler actually parses cache:annotation-driven's "key-generator" attribute @@ -14,6 +15,7 @@ Changes in version 3.1.1 (2012-01-16) * fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan * added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager * Hibernate synchronization properly unbinds Session even in case of afterCompletion exception +* Hibernate exception translation covers NonUniqueObjectException to DuplicateKeyException case * 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