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
Invoking AnnotationAwareOrderComparator#sort while the
AuthorizationAdvisors are still being computed causes those
advisors to be eagerly instantiated, making components
like ObservationRegistry ineligible for post processing.
This commit defers the sorting of the advisors until
after they are all fully instantiated and available in
the application context.
Closesgh-15658
Copy file name to clipboardExpand all lines: core/src/main/java/org/springframework/security/authorization/method/AuthorizationAdvisorProxyFactory.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ public static AuthorizationAdvisorProxyFactory withReactiveDefaults() {
0 commit comments