-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uplift to swagger-codegen version 3.3.3 #692
Comments
I would be very careful to make this switch. As you see, the repo you mentioned is not swagger-codegen, but is called OpenApi generator. The repo is maintained by the original codegen authors. The original codegen repo is now owned by Smartbear and I don’t know if k8s clients have received support from them. It’s difficult to say whether we could make the switch or not. It would be a little more feasible if the original repo contains the bug fix. |
I see, I guess that's this PR that is needed then: swagger-api/swagger-codegen#8061 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
swagger-codegen v3.3.3:
https://github.com/OpenAPITools/openapi-generator/releases/tag/v3.3.3
added this fix:
OpenAPITools/openapi-generator#1387
which should fix #411 at least in cases where no async calls are made.
this also would address #684.
/cc @007 @micw523
The text was updated successfully, but these errors were encountered: