Skip to content

Commit f22c669

Browse files
committed
Update changelog for 3.2.18.RELEASE
1 parent a7dc485 commit f22c669

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/dist/changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ SPRING FRAMEWORK CHANGELOG
22
===========================
33
http://www.spring.io
44

5+
Changes in version 3.2.18 (2016-12-21)
6+
-------------------------------------
7+
fixed Constructor sets the source incorrectly in org.springframework.beans.PropertyValue (SPR-8337)
8+
fixed ObjectToObjectConverter should be able to use constructors on non-public classes (SPR-14304)
9+
fixed Async advisor retrieval blocks when triggered by singleton init method (SPR-14324)
10+
fixed Deadlock while creating a new thread on bean initialization with transactional code invocation (SPR-14388)
11+
fixed CronSequenceGenerator causes StackOverflowError with reversed range values (SPR-14462)
12+
fixed Ineffective synchronization in StandardTypeConverter constructor (SPR-14465)
13+
fixed ResourcePatternUtils.getResourcePatternResolver does not accept null arg (SPR-14500)
14+
fixed LinkedCaseInsensitiveMap doesn't override HashMap.clone() (SPR-14509)
15+
fixed StackOverflowError for advisor search against factory-bean reference to FactoryBean (SPR-14551)
16+
fixed StringUtils.parseLocaleString(): does not parse locale string in java 7 for Serbian (Latin) (SPR-14718)
17+
fixed Concurrency problem in DeferredResult: potential double execution of handleResult (SPR-14978)
18+
fixed MBeanExporter fails against null beans (SPR-15031)
19+
improved ModelAndViewResolver still refers to raw Class type (SPR-7860)
20+
improved Allow method inlining of ObjectUtils.nullSafeEquals() (SPR-14349)
21+
improved Normalize resource URL in ResourceServlet (SPR-14946)
22+
improved documentation for @Bean(autowire=NO) (SPR-14282)
23+
improved documentation Label "for" attribute is wrongly documented as required (SPR-14287)
24+
improved documentation of SpEL behavior when comparing value to null (SPR-14361)
25+
improved documentation of cache abstraction (SPR-14399)
26+
improved documentation og SpEL and Date Literals (SPR-14987)
27+
528

629
Changes in version 3.2.17 (2016-05-06)
730
-------------------------------------

0 commit comments

Comments
 (0)