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

Use JsonProvider holder #837

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

luneo7
Copy link
Contributor

@luneo7 luneo7 commented Nov 12, 2024

#836 removed JsonProvider instantiation from JsonUtils, but KeyUtils is still instantiating a new json provider every time that we load JWKs... this PR creates a JsonProviderHolder in the common lib, and reuses that in JsonUtils and KeyUtils so we remove all JsonProvider re-instantiation from the project.

@luneo7
Copy link
Contributor Author

luneo7 commented Nov 12, 2024

/cc @gsmet @sberyozkin @radcortez

Copy link
Contributor

@sberyozkin sberyozkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @luneo7, apologies I missed your PR

@sberyozkin sberyozkin added this to the 4.6.1 milestone Nov 14, 2024
@gsmet
Copy link
Contributor

gsmet commented Nov 14, 2024

Still interested in a micro release once this is in!

@sberyozkin sberyozkin merged commit 0d578de into smallrye:main Nov 15, 2024
7 checks passed
@sberyozkin
Copy link
Contributor

Hi @gsmet I'll try to do it early next week, I need to fix 2 bugs, one with a matching Quarkus issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants