-
Notifications
You must be signed in to change notification settings - Fork 6k
Add Static Factories to Saml2X509Credential #8822
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
@ThomasVitale, thanks for the PR! Based on the build output, it appears some tests may have failed. Are you able to take a look at those? |
@jzheaux Yeah, something failed but it didn't seem linked to the new code in this PR. After pulling the latest changes from the master branch and running the build again, now there's no failure. |
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, @ThomasVitale! I've left some inline feedback about the JavaDoc.
...ovider/src/main/java/org/springframework/security/saml2/credentials/Saml2X509Credential.java
Outdated
Show resolved
Hide resolved
The build is failing with different errors not related to my changes, including an unavailable "commons-codec" dependency. How can I fix that? |
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, @ThomasVitale! I've left one more piece of feedback.
Regarding the build, I'm seeing the same thing locally about commons-codec
. I'm not sure what's happening yet, but I agree it's unrelated to your changes.
...ovider/src/main/java/org/springframework/security/saml2/credentials/Saml2X509Credential.java
Outdated
Show resolved
Hide resolved
- Add static factories to Saml2X509Credential for verification, encryption, signing, and decryption. - Add unit tests for new static factories in Saml2X509Credential. Fixes gh-8789
Thanks, @ThomasVitale! This is now merged into Note that |
signing, and decryption.
Fixes gh-8789