-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Annotation expression template processing should not fail on Class parameter types #15711
Conversation
Thanks, @kse-music! I think this is just an oversight. All legal annotation parameter types should work by default. Can you rebase this PR to |
@jzheaux I have added a local conversion service |
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 @kse-music! I've left my feedback inline.
...ramework/security/authorization/method/AuthorizationAnnotationPropertyConversionService.java
Outdated
Show resolved
Hide resolved
.../java/org/springframework/security/config/annotation/web/AbstractRequestMatcherRegistry.java
Outdated
Show resolved
Hide resolved
...security/config/annotation/method/configuration/PrePostMethodSecurityConfigurationTests.java
Show resolved
Hide resolved
@jzheaux All feedback has been completed |
Thanks, @kse-music! This is now merged into |
relate to gh-15721