Backbase / backbase-openapi-tools

Backbase Open Api Tools (boat) helps manage large OpenAPI projects
Other
43 stars 24 forks source link

Remove derepcated for no-args constructor #955

Closed dds101010 closed 1 week ago

dds101010 commented 1 week ago

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.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
87.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud