Skip to content

Add support for deserializing LinkedHashSet #460

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

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

sjohnr
Copy link
Contributor

@sjohnr sjohnr commented Oct 11, 2021

This is needed because OAuth2ClientCredentialsAuthenticationProvider stores authorized scopes in a LinkedHashSet.

Closes gh-457

@sjohnr sjohnr added status: duplicate A duplicate of another issue type: bug A general bug labels Oct 11, 2021
@sjohnr sjohnr added this to the 0.2.1 milestone Oct 11, 2021
This is needed because OAuth2ClientCredentialsAuthenticationProvider stores authorized scopes in a LinkedHashSet.

Closes spring-projectsgh-457
@sjohnr sjohnr merged commit 71be32b into spring-projects:main Oct 21, 2021
@sjohnr sjohnr deleted the gh-457 branch October 21, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson throws IllegalArgumentException when loading OAuth2Authorization from JdbcOAuth2AuthorizationService
1 participant