-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
How to make quarkus-smallrye-openapi return correct response schema for vertx? #8435
Comments
/cc @EricWittmann |
@phillip-kruger I think we may have another scanner type candidate - vert.x annotations. |
@EricWittmann cool ! Just not sure if we can assume all |
jax-rs annotations is a little bit troublesome(although it's a jsr standard). If you're planning to replace it, what about using openapi annotations instead? (and implement the routing logic with vertx) |
No but maybe the scanner can check the |
I think we need to create a issue in smallrye for this, with some use case examples on how this will work. I.e when do we treat something as a REST endpoint and when not. @rainmanhhh w.d.y.t ? |
Please use StackOverflow for questions.
This helps the community to be able to find answers to their similar issues more easily.
Click this link to ask on StackOverflow with the "quarkus" tag.
if I use io.quarkus.vertx.web.Route:
localhost:8080/swagger-ui report "No operations defined in spec!"
The text was updated successfully, but these errors were encountered: