Skip to content
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

Initialize OpenSAML in OpenSamlAssertingPartyMetadataRepository #16055

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

ig-jinwoo
Copy link

Closes gh-16042

Closes spring-projectsgh-16042

This commit adds a static initializer block to both OpenSaml4AssertingPartyMetadataRepository
and OpenSaml5AssertingPartyMetadataRepository. This ensures OpenSAML is initialized upon class
loading, preventing failures when methods like withMetadataLocation are invoked without prior
initialization.
@pivotal-cla
Copy link

@ig-jinwoo Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@ig-jinwoo Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 10, 2024
@jzheaux jzheaux self-assigned this Nov 11, 2024
@jzheaux jzheaux added type: bug A general bug in: saml2 An issue in SAML2 modules and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 11, 2024
@jzheaux jzheaux added this to the 6.4.0 milestone Nov 11, 2024
@jzheaux jzheaux merged commit 7b51eab into spring-projects:main Nov 11, 2024
6 checks passed
@jzheaux
Copy link
Contributor

jzheaux commented Nov 11, 2024

Nice, @ig-jinwoo! This is now merged into main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: saml2 An issue in SAML2 modules type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenSamlAssertingPartyMetadataRepository should initialize OpenSAML
4 participants