-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unable to get public no-arg constructor #903
Comments
I solved this problem add this dependency at the same project that import quarkus-openapi-generator
|
@jota-coelho mind sending a PR? This dependency should be included in the extension. |
Is it in the deployment module in the client that is supposed to be added? If you point me in the right direction then I can help you with this @ricardozanini |
@denvitaharen in the |
I have had this problem at work, I tried to reproduce it again but can't. But I can try to add this tomorrow. I tried creating an account at Zulip and answer there but I had some problem. |
@ricardozanini, I am sorry for the delay. Can I still help with anything? |
@jota-coelho sure, can you provide a reproducer? |
I can try to get a part of my project and push it to a public repository. Trying to maintain the original project architecture |
Hi all..
I use this project to create a restclient to all endpoints from my project.
I use the openapi.yml generate by quarkus.smallrye:
I need to update quarkus to 3.15.2, but I get this error:
More details:
I am trying to use 2.7.0-lts version
The text was updated successfully, but these errors were encountered: