From 89ee5e2d80b9ec03ac832f389e5e80cabfeefb7d Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 22 Dec 2011 15:06:38 +0100 Subject: [PATCH] DataBinder etc --- build-spring-framework/resources/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 526cc1fe77..a8ca5997f3 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -7,12 +7,13 @@ Changes in version 3.1.1 (2012-01-16) ------------------------------------- * context:property-placeholder's "file-encoding" attribute value is being applied correctly +* DataBinder correctly handles ParseException from Formatter for String->String case * 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 +* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception * Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well * Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource" reference being set -* Hibernate synchronization properly unbinds Session even in case of afterCompletion exception * added "entityInterceptor" property to Hibernate 4 LocalSessionFactoryBean * corrected fix for QuartzJobBean to work with Quartz 2.0/2.1