From 89423b38b6b0a6f96bc1a44e2d799a458a4469c1 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Tue, 8 Nov 2022 08:31:03 -0300 Subject: [PATCH] Add requestMatchers and securityMatchers migration steps Issue gh-12100 --- docs/modules/ROOT/pages/migration.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/modules/ROOT/pages/migration.adoc b/docs/modules/ROOT/pages/migration.adoc index d6b9c85cc0..7ec933e06f 100644 --- a/docs/modules/ROOT/pages/migration.adoc +++ b/docs/modules/ROOT/pages/migration.adoc @@ -306,6 +306,16 @@ public class SecurityConfig { ---- ==== +[[use-new-requestmatchers]] +=== Use the new `requestMatchers` methods + +There are no further migration steps for this feature. + +[[use-new-security-matchers]] +=== Use the new `securityMatchers` methods + +There are no further migration steps for this feature. + == Reactive === Use `AuthorizationManager` for Method Security