From 86c9d5cfbe514839a50ca7f699bb5ebee8688cc3 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 31 Oct 2022 10:50:16 -0600 Subject: [PATCH] Remove Stray Horizontal Rules Issue gh-11337 --- docs/modules/ROOT/pages/migration.adoc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/modules/ROOT/pages/migration.adoc b/docs/modules/ROOT/pages/migration.adoc index 47ee3b9148..eddd803527 100644 --- a/docs/modules/ROOT/pages/migration.adoc +++ b/docs/modules/ROOT/pages/migration.adoc @@ -213,8 +213,6 @@ xref:servlet/authorization/method-security.adoc[Method Security] has been xref:s Should you run into trouble with making these changes, note that `@EnableGlobalMethodSecurity`, while deprecated, will not be removed in 6.0, allowing you to opt out by sticking with the old annotation. -''' - [[servlet-replace-globalmethodsecurity-with-methodsecurity]] ==== Replace xref:servlet/authorization/method-security.adoc#jc-enable-global-method-security[global method security] with xref:servlet/authorization/method-security.adoc#jc-enable-method-security[method security] @@ -311,8 +309,6 @@ should change to: ---- ==== -''' - [[servlet-replace-permissionevaluator-bean-with-methodsecurityexpression-handler]] ==== Publish a `MethodSecurityExpressionHandler` instead of a `PermissionEvaluator` @@ -371,8 +367,6 @@ companion object { ---- ==== -''' - [[servlet-check-for-annotationconfigurationexceptions]] ==== Check for ``AnnotationConfigurationException``s @@ -1305,8 +1299,6 @@ xref:reactive/authorization/method.adoc[Method Security] has been xref:reactive/ Should you run into trouble with making these changes, you can follow the <> at the end of this section. -''' - In Spring Security 5.8, `useAuthorizationManager` was added to {security-api-url}org/springframework/security/config/annotation/method/configuration/EnableReactiveMethodSecurity.html[`@EnableReactiveMethodSecurity`] to allow applications to opt in to ``AuthorizationManager``'s features. [[reactive-change-to-useauthorizationmanager]] @@ -1344,8 +1336,6 @@ changes to: ---- ==== -''' - [[reactive-check-for-annotationconfigurationexceptions]] ==== Check for ``AnnotationConfigurationException``s