Clarify Resource Server startup expectations#18518
Merged
jzheaux merged 3 commits intospring-projects:6.5.xfrom Feb 26, 2026
Merged
Clarify Resource Server startup expectations#18518jzheaux merged 3 commits intospring-projects:6.5.xfrom
jzheaux merged 3 commits intospring-projects:6.5.xfrom
Conversation
01bf194 to
f4505a8
Compare
Clarify that Spring Boot defers OIDC discovery by default. Closes spring-projectsgh-16708 Signed-off-by: [CLOUD4] 한현 <gusgus1467@naver.com>
Issue spring-projectsgh-16708 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
Issue spring-projectsgh-16708 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
f4505a8 to
e3c0908
Compare
Contributor
|
Thanks for the PR, @Hann244! I polished the documentation slightly, specifically removing the nuance about Boot 2.6 since that version is no longer supported. I also applied similar changes to the equivalent documentation for Reactive Resource Server. Finally, I rebased it to This will merge into |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refine the documentation to clarify Resource Server startup expectations now that
Spring Boot 2.6+ defers OIDC discovery by default.
Fixes gh-16708