From 3d5e245374c997436d3802149c5ab46f4300a389 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 22 Dec 2011 15:12:55 +0100 Subject: [PATCH] CacheNamespaceHandler etc --- build-spring-framework/resources/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index a8ca5997f3..73b3466171 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,8 +6,10 @@ http://www.springsource.org Changes in version 3.1.1 (2012-01-16) ------------------------------------- +* official support for Hibernate 4.0 GA * 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 * officially deprecated TopLinkJpaDialect in favor of EclipseLink and Spring's EclipseLinkJpaDialect * fixed LocalContainerEntityManagerFactoryBean's "packagesToScan" to avoid additional provider scan * added protected "isPersistenceUnitOverrideAllowed()" method to DefaultPersistenceUnitManager -- GitLab