Replies: 4 comments 6 replies
-
This thread is meant as a continuation of the discussions on OpenAPI code generators in issue #25 . |
Beta Was this translation helpful? Give feedback.
-
About the confusion around typeMappings/schemaMappings/importMappings mentioned in #25 :
|
Beta Was this translation helpful? Give feedback.
-
Generated classes for OpenAPI enums can be difficult to map to domain classes in Java because their enum values aren't generated in UPPER_SNAKE_CASE, but UPPERCASE. There's a related open issue: OpenAPITools/openapi-generator#4837 ; with workaround using "x-enum-varnames". |
Beta Was this translation helpful? Give feedback.
-
The upgrade from openapi-generator 7.1.0 to 7.2.0 is causing some problems for us (using the jax-rs generator). It places Furthermore, in more recent Java EE 8 applications on JBoss it also seems to be causing issues:
|
Beta Was this translation helpful? Give feedback.
-
In this discussion, you can share your ideas or experiences about code generators (like openapi-generator or swagger-codegen) that you use it to generate server or client code from OpenAPI files that follow the REST guide.
Beta Was this translation helpful? Give feedback.
All reactions