Update What's New in 6.0 for PasswordEncoders

Issue gh-11985
This commit is contained in:
Joe Grandja 2022-10-12 08:27:46 -04:00
parent 716aa6df5c
commit bf1e622751
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ If application relies on the implicit `<intercept-url pattern="/**" access="perm
Or use `use-authorization-manager="false"`
* https://github.com/spring-projects/spring-security/issues/11939[gh-11939] - Remove deprecated `antMatchers`, `mvcMatchers`, `regexMatchers` helper methods from Java Configuration.
Instead, use `requestMatchers` or `HttpSecurity#securityMatchers`.
* https://github.com/spring-projects/spring-security/issues/11985[gh-11985] - Remove deprecated constructors in `Argon2PasswordEncoder`, `SCryptPasswordEncoder` and `Pbkdf2PasswordEncoder`.