Skip to content

3.2.15 Release

Compare
Choose a tag to compare
@spring-projects-issues spring-projects-issues released this 17 Jan 15:44
· 27028 commits to main since this release

⭐ New Features

  • Avoid ambiguous property warning for setter methods with multiple parameters [SPR-13349] #17933
  • Protect against RFD exploits [SPR-13548] #18124

🪲 Bug Fixes

  • ConcurrentModificationException when doing a merge on AbstractEnvironment [SPR-13213] #17805
  • DeferredResult not thread-safe for isSetOrExpired call [SPR-13451] #18031
  • AbstractEmbeddedDatabaseConfigurer.shutdown does not close JDBC resources [SPR-13474] #18053
  • JCacheCache doesn't recognize null values in other JVMs [SPR-13553] #18129
  • Clarify whether HttpInputMessage.getBody() is allowed to return null [SPR-13563] #18139

📔 Documentation

  • Misleading note on readonly and disabled flags in spring-form.tld [SPR-13397] #17977
  • Documentation for Portlet MVC does not refer to Portlet 2.0 spec (JSR-286) [SPR-13513] #18090