You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/migration.adoc
+38-7
Original file line number
Diff line number
Diff line change
@@ -519,11 +519,47 @@ xref:reactive/authorization/method.adoc[Method Security] has been xref:reactive/
519
519
520
520
'''
521
521
522
+
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.
This is helpful because, if the remaining preparation steps cannot be taken, you can still upgrade to 6.0 while keeping this feature as-is.
559
+
522
560
[[reactive-change-to-useauthorizationmanager]]
523
561
==== Change `useAuthorizationManager` to `true`
524
562
525
-
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.
526
-
527
563
To opt in, change `useAuthorizationManager` to `true` like so:
528
564
529
565
====
@@ -556,11 +592,6 @@ changes to:
556
592
----
557
593
====
558
594
559
-
[NOTE]
560
-
=====
561
-
In 6.0, `useAuthorizationManager` defaults to `true`.
0 commit comments