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
SecurityAuthorizationManager currently caches an AuthorizationManager per method/class pair.
The memory footprint this requires can be improved by instead caching the annotation's value and passing that into an instance of the class indicated in #12231.