-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Openapi gen cli improvements #11130
Openapi gen cli improvements #11130
Conversation
hi @ecostanzi, |
LGTM Tested with both old and new version. The improvements are great. Remove the ExcludeComponentScan for using filter and avoid to call the openapi jar. I suggest to merge this PR now and do another PR to upgrade the openapi generator later if we don't have enough time now. This PR has been open for too long (my fault) ;) |
@ecostanzi Are you expecting to update the generator version soon or can this be merged? |
@DanielFran yes I'll do it before merge |
Thanks @ecostanzi |
Fix #10510 .
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed