Skip to content

Commit bdc8d79

Browse files
committed
Further backports from 3.2.1
1 parent 30ad07a commit bdc8d79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-spring-framework/resources/changelog.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.4 (2013-01-02)
6+
Changes in version 3.1.4 (2013-01-23)
77
-------------------------------------
88

99
* overhauled non-void JavaBean write method support (SPR-10029)
1010
* CachedIntrospectionResults uses full WeakReference for any non-safe ClassLoader arrangement (SPR-10028)
1111
* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
1212
* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
1313
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
14+
* MessageSourceResourceBundle overrides JDK 1.6 containsKey method, avoiding NPE in getKeys (SPR-10136)
1415
* DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037)
1516
* DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop (SPR-10092)
1617
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068)
1718
* JmsTemplate uses configured receiveTimeout if shorter than remaining transaction timeout (SPR-10109)
1819
* added MappingJackson2MessageConverter for JMS (SPR-10099)
1920
* ResourceDatabasePopulator explicitly closes its LineNumberReader (SPR-9912)
21+
* MimeMessageHelper encodes attachment filename if not ASCII compliant (SPR-9258)
22+
* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
23+
* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
2024
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
2125
* fixed HierarchicalUriComponents equals implementation (SPR-10088)
2226

0 commit comments

Comments
 (0)