openapi-generator added a change in version 6.5.0 to mark default / no-arg constructor as Deprecated. This change was since then removed from the openapi-generator project as of 7.x.x via FIX https://github.com/OpenAPITools/openapi-generator/pull/15512
This project templates for boat-spring seems to have been synced last for version 6.6.0 of openapi-generator.
The impact of this deprecation is that no-arg constructor usages are marked as violations in SONAR reports, lowering the code quality number.
openapi-generator
added a change in version6.5.0
to mark default / no-arg constructor as Deprecated. This change was since then removed from theopenapi-generator
project as of7.x.x
via FIX https://github.com/OpenAPITools/openapi-generator/pull/15512This project templates for
boat-spring
seems to have been synced last for version6.6.0
ofopenapi-generator
.The impact of this deprecation is that no-arg constructor usages are marked as violations in SONAR reports, lowering the code quality number.