For the latest stable version, please use Spring Security 6.3.4! |
What’s New in Spring Security 6.2
Spring Security 6.2 provides a number of new features. Below are the highlights of the release.
Configuration
-
gh-5011 - (docs) Automatically enable
.cors()
ifCorsConfigurationSource
bean is present -
gh-13204 - (docs) Add
AbstractConfiguredSecurityBuilder.with(…)
method to apply configurers returning the builder -
gh-13587 - blog post Simplify configuration of OAuth2 Client component model
-
gh-13666, gh-13667, gh-13726, gh-13850 - docs Improved CVE-2023-34035 detection
Messaging
-
gh-12532 - Add Security Context Propagation Support