OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
When java client with microprofile is generated (in quarkus), for request with "application/x-www-form-urlencoded" consumes, incorrect annotations are present.
Bug Report Checklist
Description
When java client with microprofile is generated (in quarkus), for request with "application/x-www-form-urlencoded" consumes, incorrect annotations are present.
openapi-generator version
Open api version 5.2.1
This :
Should be :
It cause an 400 Bad request error from server.
OpenAPI declaration file content or url