Explorar el Código

Update What's New in 6.0 for PasswordEncoders

Issue gh-11985
Joe Grandja hace 2 años
padre
commit
bf1e622751
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/modules/ROOT/pages/whats-new.adoc

+ 1 - 0
docs/modules/ROOT/pages/whats-new.adoc

@@ -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`.