Closed rrockx-trifork closed 4 years ago
fixed with #620. So, closing now. In case is still present please let me know and i'll work back on it asap.
Same issue exists in swagger-codegen-cli-3.0.25, but works with older version swagger-codegen-cli-3.0.19 When can I expect a fix for latest version of codegen?
When I use the following schema (see also: allOf example):
to generate Java client code with the following command:
the classes
Pet
andBody
contains invalid code:The property
pet_type
is not declared, resulting in compilation errors:I used the latest version of the code generation client (3.0.18).
Maybe this is related to #291, #296 ?