mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-23 04:49:10 +00:00
* feature/add-skip-x-implements * feature/add-skip-x-implements * feature/add-x-implements-overrides support in tooling * add basic unit test for x-implements and x-implements-overrides * add implementation and unit test for schemaImplements * add "java.io.Serializable" directly via x-kotlin-implements * add schemaImplements and schemaImplementsFields support to kotlin-spring * add xImplementsSkip additional property * add xKotlinImplementsSkip and xKotlinImplementsFieldsSkip additional properties * add unit tests * add documentation * commit changes and add missing interface * add documentation * add output to samples * change logs * fix issue #22756 * revert unrelated formatting changes * nudge test rerun * implement feedback from CR * check compilation success * fix interfaces