Skip to content

Add RestClientOpaqueTokenIntrospector#18746

Merged
jzheaux merged 5 commits intospring-projects:mainfrom
therepanic:gh-18745
Mar 2, 2026
Merged

Add RestClientOpaqueTokenIntrospector#18746
jzheaux merged 5 commits intospring-projects:mainfrom
therepanic:gh-18745

Conversation

@therepanic
Copy link
Copy Markdown
Contributor

@therepanic therepanic commented Feb 16, 2026

Since similar classes have alternative versions using RestClient instead of RestTemplate, I think we should do the same with this class.

Closes: gh-18745

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 16, 2026
Since similar classes have alternative versions using RestClient instead
of RestTemplate, I think we should do the same with this class.

Closes: spring-projectsgh-18745

Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Copy link
Copy Markdown
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, @therepanic ! To encourage its use, are you able to add documentation to opaque-token.adoc explaining how to use it?

@jzheaux jzheaux self-assigned this Feb 25, 2026
@jzheaux jzheaux added type: enhancement A general enhancement in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 25, 2026
Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
@therepanic
Copy link
Copy Markdown
Contributor Author

Thanks for the great review @jzheaux. I followed your advice and submitted two new commits.

Issue spring-projectsgh-18745

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
@jzheaux jzheaux changed the title Provide RestClientSpringOpaqueTokenIntrospector Add RestClientOpaqueTokenIntrospector Mar 2, 2026
@jzheaux
Copy link
Copy Markdown
Contributor

jzheaux commented Mar 2, 2026

Thanks for the updates, @therepanic! I updated the class to be final and moved the code snippets to use include-code.

This is merge when the build finishes.

@jzheaux jzheaux enabled auto-merge (rebase) March 2, 2026 22:09
Issue spring-projectsgh-18745

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
@jzheaux jzheaux merged commit 587ac2c into spring-projects:main Mar 2, 2026
7 checks passed
@jzheaux jzheaux added this to the 7.1.0-M3 milestone Mar 10, 2026
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) type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a RestClientSpringOpaqueTokenIntrospector

3 participants