Update What's New in 6.0 for PasswordEncoders
Issue gh-11985
This commit is contained in:
parent
716aa6df5c
commit
bf1e622751
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue