瀏覽代碼

Document deprecation in SecurityContextRepository

Issue gh-12023
Steve Riesenberg 2 年之前
父節點
當前提交
7b28df8ebe
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/modules/ROOT/pages/migration.adoc

+ 4 - 0
docs/modules/ROOT/pages/migration.adoc

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