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

Remove hard dependency on Jackson in OAuth 2 support #969

Merged
merged 1 commit into from Feb 23, 2023

Conversation

acogoluegnes
Copy link
Contributor

It's possible to override the token parsing method, to avoid using Jackson, but the class would have a Jackson mapper in its properties.

This commit introduces an abstraction to parse the token and the default Jackson implementation is instantiated on the fly.

It's possible to override the token parsing method, to avoid
using Jackson, but the class would have a Jackson mapper
in its properties.

This commit introduces an abstraction to parse the token and
the default Jackson implementation is instantianted on the
fly.
@acogoluegnes acogoluegnes added this to the 5.17.0 milestone Feb 23, 2023
@acogoluegnes acogoluegnes merged commit 4c7b322 into main Feb 23, 2023
@acogoluegnes acogoluegnes deleted the remove-hard-jackson-dependency-in-oauth2-support branch February 23, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant