Uh oh!
There was an error while loading. Please reload this page.
[Java][native] Properly encode exploded query params in url - #11682
Conversation
sorin-florea
commented
Feb 21, 2022
@wing328 while using openapi-generator we tried to have a POJO generated out of query parameters defined in the openAPI specification using @bbdouglas@sreeshas@jfiala@lukoyanov@cbornet@jeff9finger@karismann@Zomzog@lwlee2608 |
wing328
commented
Feb 22, 2022
Sorry I don't think so. You will need to wait for v6.0.0 release or use the customized templates for the time being. |
Hollerweger
commented
May 6, 2022
I tested with 6.0.0-beta and I sill see the same issue with not exploded params in query url. |
sorin-florea
commented
May 9, 2022
@Hollerweger This is a because the parameter is defined by |
Hollerweger
commented
May 9, 2022
Thanks @sorin-florea ! |
Fixes#4808 by properly setting exploded query params
PR checklist
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*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x@bbdouglas@sreeshas@jfiala@lukoyanov@cbornet@jeff9finger@karismann@Zomzog@lwlee2608@wing328