-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
feat (#19407 JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient #19827
Merged
wing328
merged 8 commits into
OpenAPITools:master
from
Nicklas2751:feature/19407_webclient_singlerequestparameter
Dec 15, 2024
Merged
feat (#19407 JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient #19827
wing328
merged 8 commits into
OpenAPITools:master
from
Nicklas2751:feature/19407_webclient_singlerequestparameter
Dec 15, 2024
Conversation
This file contains 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
wing328
reviewed
Oct 10, 2024
modules/openapi-generator/src/main/resources/Java/libraries/webclient/api.mustache
Outdated
Show resolved
Hide resolved
Nicklas2751
force-pushed
the
feature/19407_webclient_singlerequestparameter
branch
from
October 10, 2024 19:32
b547f68
to
965850a
Compare
1 check failed because I rebased my branch with the current master branch which triggered the (not working) scala action |
please update the samples when you've time |
martin-mfg
reviewed
Oct 17, 2024
modules/openapi-generator/src/main/resources/Java/libraries/webclient/api.mustache
Outdated
Show resolved
Hide resolved
Nicklas2751
force-pushed
the
feature/19407_webclient_singlerequestparameter
branch
from
October 17, 2024 21:33
965850a
to
b05c91c
Compare
@wing328 This is done. I also rebased with the latest upstream master :) |
…er to Spring WebClient
…ion webclient useSingleRequestParameter test path
Nicklas2751
force-pushed
the
feature/19407_webclient_singlerequestparameter
branch
from
December 14, 2024 19:43
b05c91c
to
3492eb4
Compare
Sorry for the delay. Just merged the PR. Thanks again for your contribution. |
Nicklas2751
deleted the
feature/19407_webclient_singlerequestparameter
branch
December 27, 2024 20:21
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.
As Requested with #19407 I added support for useSingleRequestParameter to the Spring WebClient
Closes #19407
PR checklist
master
(upcoming7.x.0
minor release - breaking changes with fallbacks),8.0.x
(breaking changes without fallbacks)@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08)