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)