We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716aa6d commit bf1e622Copy full SHA for bf1e622
docs/modules/ROOT/pages/whats-new.adoc
@@ -28,3 +28,4 @@ If application relies on the implicit `<intercept-url pattern="/**" access="perm
28
Or use `use-authorization-manager="false"`
29
* https://github.com/spring-projects/spring-security/issues/11939[gh-11939] - Remove deprecated `antMatchers`, `mvcMatchers`, `regexMatchers` helper methods from Java Configuration.
30
Instead, use `requestMatchers` or `HttpSecurity#securityMatchers`.
31
+* https://github.com/spring-projects/spring-security/issues/11985[gh-11985] - Remove deprecated constructors in `Argon2PasswordEncoder`, `SCryptPasswordEncoder` and `Pbkdf2PasswordEncoder`.
0 commit comments