Skip to content

Commit d996a09

Browse files
committed
Upgrade changelog
1 parent 5a711c0 commit d996a09

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/dist/changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.spring.io
44

55

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+
632
Changes in version 3.2.13 (2014-12-30)
733
-------------------------------------
834

0 commit comments

Comments
 (0)