File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.spring.io
4
4
5
5
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
+
6
25
Changes in version 3.2.12 (2014-11-11)
7
26
-------------------------------------
8
27
You can’t perform that action at this time.
0 commit comments