Skip to content

Remove hard dependency on Jackson in OAuth 2 support#969

Merged
acogoluegnes merged 1 commit intomainfrom
remove-hard-jackson-dependency-in-oauth2-support
Feb 23, 2023
Merged

Remove hard dependency on Jackson in OAuth 2 support#969
acogoluegnes merged 1 commit intomainfrom
remove-hard-jackson-dependency-in-oauth2-support

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.

1 participant