chenrui333 / rules_openapi

🍃 bazel rules for generating code from openapi specifications
MIT License
53 stars 25 forks source link

Deprecate swagger-codegen in favor openapi generator? #27

Open chenrui333 opened 5 years ago

chenrui333 commented 5 years ago

In May 2018, swagger-codegen contributors have decided to fork Swagger Codegen to maintain a community-driven version called "OpenAPI Generator" (https://openapi-generator.tech), which supports both OpenAPI/Swagger spec v2 and v3.

For the reasons behind the fork, please refer to the Q&A: https://github.com/OpenAPITools/openapi-generator/blob/master/docs/qna.md.

For migration, please refer to https://github.com/OpenAPITools/openapi-generator/blob/master/docs/migration-from-swagger-codegen.md

chenrui333 commented 5 years ago

Looks like there is already one on this, https://github.com/OpenAPITools/openapi-generator-bazel

jantoniucci commented 4 years ago

Yes, but it does not work with Bazel 1+ due to a deprecated rule (maven_jar)

Are there plans to support open api generator ? They have more platforms supported like quarkus, micronaut, etc