From 28c7760c790f02f141ba92310f4f7c0676a074da Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 13 Dec 2012 11:34:17 +0100 Subject: [PATCH] Further backports from 3.2 GA --- 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 586cefead0..bcff26e51e 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -12,7 +12,9 @@ Changes in version 3.1.4 (2012-12-19) * fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008) * ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058) * DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037) +* DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop (SPR-10092) * tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068) +* ResourceDatabasePopulator explicitly closes its LineNumberReader (SPR-9912) * AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065) * fixed HierarchicalUriComponents equals implementation (SPR-10088)