Document deprecation in SecurityContextRepository

Issue gh-12023
This commit is contained in:
Steve Riesenberg 2022-11-09 14:49:45 -06:00
parent 63cf954e07
commit 7b28df8ebe
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ In Spring Security 5, the default xref:servlet/authentication/persistence.adoc#s
In Spring Security 6, the default `SecurityContextRepository` is `DelegatingSecurityContextRepository`.
If you configured the `SecurityContextRepository` only for the purpose of updating to 6.0, you can remove it completely.
=== Deprecation in SecurityContextRepository
There are no further migration steps for this deprecation.
[[requestcache-query-optimization]]
=== Optimize Querying of `RequestCache`