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
Plugin will generate DefaultApi.java and when the element to be inserted to formParams is a list ... instead of an formParams.addAll it makes an formParams.add
Bug Report Checklist
Description
Plugin will generate
DefaultApi.java
and when the element to be inserted to formParams is a list ... instead of anformParams.addAll
it makes anformParams.add
openapi-generator version
4.1.3, 4.2.0
OpenAPI declaration file content or url
Command line used for generation
java -jar openapi-generator-cli.jar generate -g java -i openapi-rest.yml -o openapi --library resttemplate
Steps to reproduce
Run the above command.
Actual
Expected:
Related issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: