From 905d17d444f22021cbb8d209f95fbe9b846cd93b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Feb 2012 21:00:14 +0100 Subject: [PATCH] LocalContainerEntityManagerFactoryBean etc --- .../resources/changelog.txt | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index b680d5faa6..cce6650e61 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.1.1 (2012-02-06) +Changes in version 3.1.1 (2012-02-13) ------------------------------------- * official support for Hibernate 4.0 GA (as released in the meantime) @@ -13,6 +13,8 @@ Changes in version 3.1.1 (2012-02-06) * 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 +* LocalContainerEntityManagerFactoryBean's "persistenceUnitName" applies to "packagesToScan" as well +* DefaultPersistenceUnitManager uses containing jar as persistence unit root URL for default unit * 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 @@ -20,21 +22,23 @@ Changes in version 3.1.1 (2012-02-06) * 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 +* added "durability" and "description" properties to JobDetailFactoryBean * corrected fix for QuartzJobBean to work with Quartz 2.0/2.1 * JMS CachingConnectionFactory never caches consumers for temporary queues and topics * JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers -* fix regresion in UriUtils -* allow adding flash attributes in methods with a ModelAndView return value +* Servlet/PortletContextResource's "isReadable()" implementation returns false for directories * preserve quotes in MediaType parameters -* make flash attributes available in the model of ParameterizableViewController and UrlFilenameViewController -* add property to RedirectView to disable expanding URI variables in redirect URL -* fix request mapping bug involving direct vs pattern path matches with HTTP methods -* revise the FlashMapManager contract and implemenation to address a flaw in its design -* Remove check for HTTP "POST" when resolving multipart request controller method arguments -* add normalize() method to UriComponents +* added "normalize()" method to UriComponents * remove empty path segments from input to UriComponentsBuilder -* add fromRequestUri(request) and fromCurrentRequestUri() methods to ServletUriCommonentsBuilder -* improve @SessionAttributes handling to provide better support for clustered sessions +* added "fromRequestUri(request)" and "fromCurrentRequestUri()" methods to ServletUriComponentsBuilder +* allow adding flash attributes in methods with a ModelAndView return value +* make flash attributes available in the model of Parameterizable/UrlFilenameViewController +* revised the FlashMapManager contract and implementation to address a flaw in its design +* improved @SessionAttributes handling to provide better support for clustered sessions +* added property to RedirectView to disable expanding URI variables in redirect URL +* fixed request mapping bug involving direct vs pattern path matches with HTTP methods +* removed check for HTTP "POST" when resolving multipart request controller method arguments + Changes in version 3.1 GA (2011-12-12) --------------------------------------