kokuwaio/micronaut-openapi-codegen

No import for LocalDate and BigDecimal

atulmahind opened this issue · 1 comments

Hello,

I am using this tool to generate client code for my swagger definitions and I get errors for data type format date and data type number:

[ERROR] /path/to/class.java:[123,42] cannot find symbol symbol: class LocalDate

[ERROR] /path/to/class.java:[123,42] cannot find symbol symbol: class BigDecimal

Here #2 is the test case.

The bug is also reported here OpenAPITools/openapi-generator#4612