-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Replace deprecated #check calls with #authorize #16965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...rc/main/java/org/springframework/security/authorization/ObservationAuthorizationManager.java
Show resolved
Hide resolved
Hey @evgeniycheban , It would be nice if the |
Yeah, good catch, I must have missed that one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @evgeniycheban! I've left some feedback inline.
...st/java/org/springframework/security/authorization/ObservationAuthorizationManagerTests.java
Show resolved
Hide resolved
...rc/main/java/org/springframework/security/authorization/ObservationAuthorizationManager.java
Show resolved
Hide resolved
Closes spring-projectsgh-16936 Signed-off-by: Evgeniy Cheban <[email protected]>
Hi, @jzheaux I've updated the PR. |
It would be nice to make the same improvement for |
Hi, @jzheaux @franticticktick I've added a new commit replacing |
a191f9f
to
8f2a6aa
Compare
…thorize Closes spring-projectsgh-16936 Signed-off-by: Evgeniy Cheban <[email protected]>
Thanks again, @evgeniycheban, also @franticticktick for your feedback. This is now merged into |
Closes gh-16936