mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-24 16:05:15 +00:00
16 lines
734 B
Plaintext
16 lines
734 B
Plaintext
[[new]]
|
|
= What's New in Spring Security 6.0
|
|
|
|
Spring Security 6.0 provides a number of new features.
|
|
Below are the highlights of the release.
|
|
|
|
== Breaking Changes
|
|
|
|
* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
|
|
Use the OpenSaml 4 Support instead.
|
|
* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
|
|
Instead use data storage to encrypt values.
|
|
* https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default
|
|
* https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package
|
|
Reorganize imports
|