File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.spring.io
4
4
5
5
6
+ Changes in version 3.2.15 (2015-10-15)
7
+ -------------------------------------
8
+
9
+ protect against RFD exploits, see http://pivotal.io/security/cve-2015-5211 (SPR-13548)
10
+ fixed whether HttpInputMessage.getBody() is allowed to return null (SPR-13563)
11
+ fixed JCacheCache doesn't recognize null values in other JVMs (SPR-13553)
12
+ fixed AbstractEmbeddedDatabaseConfigurer.shutdown does not close JDBC resources (SPR-13474)
13
+ fixed DeferredResult not thread-safe for isSetOrExpired call (SPR-13451)
14
+ fixed ConcurrentModificationException when doing a merge on AbstractEnvironment (SPR-13213)
15
+ avoid ambiguous property warning for setter methods with multiple parameters (SPR-13349)
16
+ improved documentation of ContentNegotiationManager reference in MVC chapter (SPR-13558)
17
+ improved documentation on readonly and disabled flags in spring-form.tld (SPR-13397)
18
+ improved documentation of AUTO_ACKNOWLEDGE semantics with SimpleMessageListenerContainer (SPR-13278)
19
+
20
+
6
21
Changes in version 3.2.14 (2015-06-30)
7
22
-------------------------------------
8
23
You can’t perform that action at this time.
0 commit comments