Skip to content
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

Class generation from spec only when spec changed #878

Open
c-schmitz-tsystems opened this issue Nov 29, 2024 · 1 comment
Open

Class generation from spec only when spec changed #878

c-schmitz-tsystems opened this issue Nov 29, 2024 · 1 comment
Labels
area:client This item is related to the client extension

Comments

@c-schmitz-tsystems
Copy link

When I start my quarkus application with mvn quarkus:dev the openapi-generator from quarkus always generates the proxies from the swagger file, no matter if the spec changed or not. This triggers the compile and increases the startup time of the dev session.
It would be nice when the generator has a change detection which only generates the proxies in case of a changed swagger file.
Thanks for any comments on this

@ricardozanini ricardozanini added the area:client This item is related to the client extension label Nov 29, 2024
@ricardozanini
Copy link
Member

Yes, that's a known issue since the inception of this extension. Feel free to send a PR to fix it; it's not on my list of priorities now. But I can help review a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:client This item is related to the client extension
Projects
None yet
Development

No branches or pull requests

2 participants