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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Generating from a model with a boolean property wich contains enums results in code that contains compile errors. I know that this is a rather stupid OpenAPI description, but it is nonetheless valid (and I sadly can't change the input spec I have to use).
Bug Report Checklist
Description
Generating from a model with a boolean property wich contains enums results in code that contains compile errors. I know that this is a rather stupid OpenAPI description, but it is nonetheless valid (and I sadly can't change the input spec I have to use).
openapi-generator version
5.0.1
OpenAPI declaration file content or url
This results in:
Which fails to compile:
Generation Details
Java with any library results in this issue.
Steps to reproduce
Have any model contain a boolean property with enum values.
Related issues/PRs
None
Suggest a fix
The expected outcome should be:
The text was updated successfully, but these errors were encountered: