You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…Parameter to Spring WebClient (#19827)
* chore (JAVA SPRING WEBCLIENT): Remove comments used for debugging
* feat (JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient
* feat (JAVA SPRING WEBCLIENT): Generate samples and docs
* fix (JAVA SPRING WEBCLIENT): Fix missing return error & Fix JDK17 action webclient useSingleRequestParameter test path
* fix (JAVA SPRING WEBCLIENT): Fix code indention
* fix (JAVA SPRING WEBCLIENT): Fix code indention again
* fix (JAVA SPRING WEBCLIENT): Update samples
* feat (JAVA SPRING WEBCLIENT): Regenerate after pull rebase
Like for java native, okhttp and jersey add the possibility to group all parameters into one (object) when
useSingleRequestParameter
is settrue
.Describe the solution you'd like
A class containing all parameters which is generated combined with a changed method heard when the option is set should do the trick. :)
Describe alternatives you've considered
/
Additional context
Example Solutions:
https://github.com/OpenAPITools/openapi-generator/blob/eda4547f151a7b5a8952387fa1cb7974c0a5e5ee/modules/openapi-generator/src/main/resources/Java/libraries/microprofile/api.mustache
https://github.com/OpenAPITools/openapi-generator/blob/eda4547f151a7b5a8952387fa1cb7974c0a5e5ee/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/api.mustache
(I'll create a PR soon. This issue is mainly for me to don't forget it ^^)
The text was updated successfully, but these errors were encountered: