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

Add SupplierClientRegistrationRepository #12972

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

justin-tay
Copy link
Contributor

@justin-tay justin-tay commented Apr 6, 2023

Closes gh-12967

Adds a SupplierClientRegistrationRepository to lazily retrieve ClientRegistration(s).

This is different from the proposed design and instead each registration can be lazily retrieved. If caching is required a SingletonSupplier can be used.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 6, 2023
@marcusdacoregio marcusdacoregio added type: enhancement A general enhancement in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Apr 26, 2023
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, @justin-tay! I've left some feedback inline.

@justin-tay justin-tay force-pushed the supplier-client-repo branch 3 times, most recently from 63fadd8 to 0187afd Compare May 16, 2023 07:49
@justin-tay justin-tay requested a review from jzheaux May 19, 2023 14:52
@jzheaux jzheaux self-assigned this May 22, 2023
@jzheaux jzheaux added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels May 22, 2023
@justin-tay justin-tay force-pushed the supplier-client-repo branch 2 times, most recently from 311998c to 994069a Compare May 25, 2023 00:48
@jzheaux jzheaux added this to the 6.2.0-M1 milestone May 30, 2023
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

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

My apologies, @justin-tay, it looks like my latest review was still pending. I'm publishing it now and look forward to any updates.

@justin-tay justin-tay force-pushed the supplier-client-repo branch 2 times, most recently from 8716428 to 1bc6fd5 Compare June 30, 2023 22:05
@jzheaux jzheaux merged commit 4c33d53 into spring-projects:main Jul 12, 2023
1 check passed
@jzheaux
Copy link
Contributor

jzheaux commented Jul 12, 2023

Thanks, @justin-tay! This is now merged into main and is scheduled for the 6.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add SupplierClientRegistrationRepository
4 participants