-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Remove the need for @JsonSerialize when serializing authorization proxy objects with Jackson #15687
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
afff6f6
to
023387f
Compare
@jzheaux I wonder why the spring-security-saml2-service-provider:opensaml4Test task execution failed , and I didn’t make any changes. |
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 for the PR, @kse-music! Please see my inline feedback.
...java/org/springframework/security/authorization/method/AuthorizationAdvisorProxyFactory.java
Outdated
Show resolved
Hide resolved
...t/java/org/springframework/security/authorization/AuthorizationAdvisorProxyFactoryTests.java
Show resolved
Hide resolved
...src/main/java/org/springframework/security/jackson2/AuthorizeReturnObjectJackson2Module.java
Outdated
Show resolved
Hide resolved
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc
Outdated
Show resolved
Hide resolved
@kse-music there is a flaky test in that module. It has been disabled for now. Please try rebasing and push to your branch again. |
001fb02
to
e7ebb32
Compare
@jzheaux I have completed the feedback, please help review it. Thanks |
e625dff
to
a8e073e
Compare
@kse-music, having researched this a bit further, I believe there is a more elegant way to achieve this and that is by configuring with Would you be able to update this PR to set the Please also remove the entire |
@jzheaux PR has been updated |
Thanks, @kse-music! This is now merged into |
Closes gh-15661