kokuwaio/micronaut-openapi-codegen

Missing support for default response

mhartmann-jaconi opened this issue · 2 comments

When generating API files for an openapi spec, which contains "default" responses, the generator fails, as this feature seems not to be supported through https://github.com/kokuwaio/micronaut-openapi-codegen/blob/main/src/main/java/org/openapitools/codegen/languages/MicronautCodegen.java#L265 .

The ask would be, if we can enable this, as it is part of the openapi specification and should therefore be supported.

Please take a look at #216

Fixed with 3.2.2