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
33http://www.spring.io
44
55
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+
621Changes in version 3.2.14 (2015-06-30)
722-------------------------------------
823
You can’t perform that action at this time.
0 commit comments