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
WIth openapi-generator version 7.12.0 there was a new feature to set a default value for enum values. This will end in a compile error for our code generation.
Description
WIth openapi-generator version 7.12.0 there was a new feature to set a default value for enum values. This will end in a compile error for our code generation.
Version: 7.12.0
(same for spring - java)
This will generate the following line in class ContactMedium:
Wich will result in a Compile Error on class ContactMedium:
The text was updated successfully, but these errors were encountered: