-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question: Would it be possible to replace call to the codegen jar with use of the maven/gradle-plugin ? #13
Comments
I guess it could be used. Originally I was reluctant due to the slow release rate of swagger-codegen. But with OpenAPI-generator it's different so I'll reconsider. |
About integrating in the main gen maybe we could have a vote for this ? |
Hi! Any news about the integration in the main generator? Are you still considering to replace the jar with maven/gradle plugin? I could give this a try |
Yes we are still considering it. We even discussed this together @cbornet and I when we met last week. However we don't have the time to work on this right now. If you are interested to do the integration yourself, you can open an issue on JHipster/generator-jhipster to request the feature. |
I found some time to look into it and opened this issue: jhipster/generator-jhipster#9548 |
@PierreBesson can be closed I guess ? |
Yes another solution has been found by using the npm release of openapigenerator-cli |
This module is super cool but I'm sure more people would use if it was integrated in the JHipster cli itself. However the only thing preventing it is that this depends on openapi-generator.jar but what if we could rely on the openapigen maven/gradle plugin directly. @cbornet Is it doable ?
The text was updated successfully, but these errors were encountered: