mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-21 19:13:49 +00:00
* Implement regression test for #12804 * Fix duplicate rendering of @Deprecated annotation on Builder methods * Regenerate samples * Sort entries so it's easier to parse if an entry already exists * Add sample that uses generateBuilders=true to test build matrix Serves as an additional regression check for #12804 * Add --no-transfer-progress to mvn build command to increase log legibility