spring-security/core
Josh Cummings 0cab7c8f15
Defer Sorting AuthorizationAdvisors
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.

Closes gh-15658
2024-08-20 16:47:29 -06:00
..
src Defer Sorting AuthorizationAdvisors 2024-08-20 16:47:29 -06:00
spring-security-core.gradle Move HaveIBeenPwnedRestApiPasswordChecker to spring-security-web 2024-04-10 14:58:01 -03:00