From c0e784b16deb36340de38b375389348d2a17d711 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Mon, 26 Sep 2022 09:48:52 -0500 Subject: [PATCH] Update What's New for 6.0 --- docs/modules/ROOT/pages/whats-new.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index b86f769a45..812c1fb38c 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -15,3 +15,4 @@ Instead use data storage to encrypt values. Reorganize imports * https://github.com/spring-projects/spring-security/issues/7349 - Move filter and token to appropriate packages Reorganize imports +* https://github.com/spring-projects/spring-security/issues/11026[gh-11026] - Use `RequestAttributeSecurityContextRepository` instead of `NullSecurityContextRepository`