Document Spring HTTP interface clients - #15996
Merged
Merged
Conversation
Assisted-by: opencode:gpt-5.6-sol
Contributor
There was a problem hiding this comment.
Pull request overview
Adds REST guide documentation for using Spring Framework 7 HTTP interface clients alongside the existing Micronaut HTTP Client guidance, clarifying that this is a Spring client API (not a Grails-specific DSL) and outlining synchronous and reactive options.
Changes:
- Documented
@HttpExchange/@GetExchange-based HTTP interface clients. - Added examples for manual proxy creation via
RestClient+HttpServiceProxyFactory. - Documented grouped bean registration via
@ImportHttpServices, plus a note onWebClientfor reactive return types and default error/null behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.0.x #15996 +/- ##
================================================
+ Coverage 0 51.1252% +51.1252%
- Complexity 0 17601 +17601
================================================
Files 0 2041 +2041
Lines 0 95493 +95493
Branches 0 16587 +16587
================================================
+ Hits 0 48821 +48821
- Misses 0 39386 +39386
- Partials 0 7286 +7286 🚀 New features to boost your workflow:
|
✅ All tests passed ✅🏷️ Commit: 1593859 Learn more about TestLens at testlens.app. |
jdaugherty
approved these changes
Jul 17, 2026
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.
Summary
Verification
This is an AI-generated starting point for documenting Spring HTTP interface clients.