@@ -3,6 +3,32 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.spring.io
4
4
5
5
6
+ Changes in version 3.2.14 (2015-06-30)
7
+ -------------------------------------
8
+
9
+ fixed disable DTD by default when parsing untrusted XML input (SPR-13136)
10
+ fixed remoting over JMS with receiveTimeout blocks service forever (SPR-13052)
11
+ fixed NPE when using @args as pointcut (SPR-13102)
12
+ fixed NPE for alias resolved to null in SimpleAliasRegistry (SPR-13106)
13
+ fixed NPE if CustomBooleanEditor is configured with allowEmpty=false (SPR-13010)
14
+ fixed infinite loop in PatternMatchUtils (SPR-12971)
15
+ fixed infinite loop when CronSequenceGenerator constructor is called with invalid increments (SPR-12871)
16
+ fixed incorrect value in InvalidPropertyException message from BeanWrapperImpl.setPropertyValue (SPR-12866)
17
+ fixed SpEL chooses wrong method to invoke when varargs method is present (SPR-12803)
18
+ fixed StandardMultipartHttpServletRequest.StandardMultipartFile not serializable (SPR-12975)
19
+ fixed EncodedResource does not include charset in equals() implementation (SPR-12767)
20
+ fixed Specified MVC resource at root level not considered "under location" (SPR-12747)
21
+ fixed deadlock publishing event while creating listener bean (SPR-12739)
22
+ fixed NPE in ServletUriComponentsBuilder#initFromRequest (SPR-12723)
23
+ fixed @Scheduled handling with multiple proxied target classes implementing the same interface (SPR-12709)
24
+ upgraded to ASM 5.0.4 (SPR-13039)
25
+ improved documentation of Lifecycle callbacks (SPR-12855)
26
+ improved documentation of null handling in Converter (SPR-12870)
27
+ improved documentation of acknowledgment modes (SPR-12705)
28
+ improved javadoc of ModelAttributeMethodProcessor.validateIfApplicable (SPR-12655)
29
+ improved documentation of SimpleJdbcInsert (SPR-12639)
30
+
31
+
6
32
Changes in version 3.2.13 (2014-12-30)
7
33
-------------------------------------
8
34
0 commit comments