micronaut-openapi-codegen
micronaut-openapi-codegen copied to clipboard
OpenAPI codegen for Micronaut
Bumps [spring-context](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.0.2. Release notes Sourced from spring-context's releases. v6.0.2 :star: New Features Rely on standard parameter name resolution in Bean Validation 3.0 #29566 :lady_beetle: Bug Fixes...
Currently interfaces are generated as models. Todos: * generate interfaces * implement interfaces in models
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.6.0 to 7.7.0. Release notes Sourced from org.openapitools:openapi-generator's releases. v7.7.0 released v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the...
Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.6.0 to 7.7.0. Release notes Sourced from org.openapitools:openapi-generator's releases. v7.7.0 released v7.7.0 stable release comes with 140+ enhancements, bug fixes. Once again thank you for all the...
Hi! I am using the generator version 4.2.0 and faced the following problem: Enum classes are generated without the @Serdable annotation, which is why the Jackson annotations (@JsonCreator and @JsonValue)...