[kotlin-client][jvm-spring-restclient] Extract data from PartConfig for multipart/form-data requests in ApiClient#20598
Conversation
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors. |
…or multipart/form-data requests
8d83bc3 to
7186490
Compare
Thanks, I didn't even notice I was using another account. I think I managed to change the author. |
Should fix the following error that was appearing when generating a API for multipart/form-data requests with kotlin jvm-spring-restclient: Fixes #20597
Content type 'multipart/form-data' not supported for bodyType=java.util.Collections$SingletonMap
Technical comitee: @dr4ke616 @karismann @Zomzog @andrewemery @4brunu @yutaka0m @stefankoppier
PR checklist
Commit all changed files.
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
master(upcoming7.x.0minor release - breaking changes with fallbacks),8.0.x(breaking changes without fallbacks)