Skip to content

Commit 840ffc5

Browse files
committed
Update changelog for 3.2.13
1 parent 64e79ba commit 840ffc5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/dist/changelog.txt

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

55

6+
Changes in version 3.2.13 (2014-12-30)
7+
-------------------------------------
8+
9+
fixed Java 8 bridge method handling can lead to false positive detection of autowired annotations (SPR-12187)
10+
fixed webjar stops working (SPR-12432)
11+
fixed introspection with BeanUtils started failing against java.awt.Window (SPR-12434)
12+
fixed embedded derby database uses derby.log (SPR-12437)
13+
fixed use of the same configuration annotation of javaconfig (SPR-12442)
14+
fixed NPE in org.springframework.core.MethodParameter.getParameterName (SPR-12453)
15+
fixed unable to initialize WebAsyncTask with executorName (SPR-12457)
16+
fixed problem with static methods conflicting with instance methods (SPR-12502)
17+
fixed prototype with changing bean class does not get populated with dependencies after type switch (SPR-12526)
18+
fixed hashCode method of AbstractFallbackTransactionAttributeSource.DefaultCacheKey doesn't take targetClass into account (SPR-12536)
19+
fixed AbstractApplicationEventMulticaster "lost" application listener (SPR-12545)
20+
fixed duplicated interceptors in HandlerExecutionChain after intermediate getInterceptors() call (SPR-12566)
21+
update consistent bridge method handling in annotation post-processors (SPR-12495)
22+
improved misleading documentation for SqlRowSet (SPR-12476)
23+
improved documentation after SPR-3542 (SPR-12570)
24+
625
Changes in version 3.2.12 (2014-11-11)
726
-------------------------------------
827

0 commit comments

Comments
 (0)