meetup / rules_openapi

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

feat: add support for swagger codegen 3.x #60

Closed bendavini closed 11 months ago

bendavini commented 11 months ago

The maven and java package coordinates for swagger codegen 3.x have changed since 2.x (io.swagger:swagger-codegen-cli -> io.swagger.codegen.v3:swagger-codegen-cli, io.swagger.codegen.SwaggerCodegen -> io.swagger.codegen.v3.cli.SwaggerCodegen, respectively), so the .bzl file needs to be updated to support this.

chenrui333 commented 11 months ago

make sense, thanks!