Replies: 1 comment 7 replies
-
Hi @dkoci, how are you? thank you for the feedback. Behind the scenes the Quakus OpenApi Generator Server extension uses Apicurio-codegen and there are no way to use Uni and Multi is necessary to implement it. The same thing is to about the other infos that you are mentioning (response, info, etc), do you would like to contribute with that? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I would like to use quarkus openapi server generator. I follow this tutorial and petstore openapi.yaml example. The server has been generated, but the Swagger content is incomplete. The entire info section is missing, as well as response codes for exceptions, etc. I used
quarkus.openapi.generator.reactive=true
, so the responses are now in the form ofCompletionStage<Pet>
instead ofUni<Pet>
. Is it possible to useUni
andMulti
instead?Beta Was this translation helpful? Give feedback.
All reactions