There are still components that use the check
method of the AuthorizationManager
class. It is necessary to replace these calls with authorize
. For example, the ObservationAuthorizationManager
class.
This may prevent the deprecated check
method from being removed.
Comment From: jzheaux
Closed in favor of https://github.com/spring-projects/spring-security/pull/16965