We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As explained here, the code generate from the openapi 3 spec of the PetStore example doesn't compile.
4.0.3
https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
openapi-generator generate -i petstore.yaml -g cpp-qt5-client
bin/cpp-qt5-petstore.sh
samples/client/petstore/cpp-qt5/PetStore/PetStore.pro
I find it strange that OAIInline_object* file are generated since they are not used anywhere...
OAIInline_object*
The text was updated successfully, but these errors were encountered:
👍 Thanks for opening this issue! 🏷 I have applied any labels matching special text in your issue.
The team will review the labels and make any necessary changes.
Sorry, something went wrong.
Issue due to file upload not being handled.
solved in #3853
etherealjoy
No branches or pull requests
Bug Report Checklist
Description
As explained here, the code generate from the openapi 3 spec of the PetStore example doesn't compile.
openapi-generator version
4.0.3
OpenAPI declaration file content or url
https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
Command line used for generation
Steps to reproduce
bin/cpp-qt5-petstore.sh
to modules/openapi-generator/src/test/resources/3_0/petstore.yamlsamples/client/petstore/cpp-qt5/PetStore/PetStore.pro
Related issues/PRs
Suggest a fix
I find it strange that
OAIInline_object*
file are generated since they are not used anywhere...The text was updated successfully, but these errors were encountered: