micronaut-openapi-codegen icon indicating copy to clipboard operation
micronaut-openapi-codegen copied to clipboard

OpenAPI codegen for Micronaut

Results 7 micronaut-openapi-codegen issues
Sort by recently updated
recently updated
newest added

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...

dependencies
java

Currently interfaces are generated as models. Todos: * generate interfaces * implement interfaces in models

enhancement

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...

dependencies
java

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...

dependencies
java

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)...

bug