OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.76k stars 6.32k forks source link

Remove unused retrofit v1 mustache templates #18833

Closed Philzen closed 1 month ago

Philzen commented 1 month ago

These are not used by any generator implementation, hence there's no point in bundling them into every release we're shipping.

In case someday it is decided that a retrofit v1 generator will be needed again, this commit can simply be reverted.

PR checklist