mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
10 lines
361 B
Plaintext
10 lines
361 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/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
|
|
Instead use data storage to encrypt values. |