-
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
Adding OpenAPI in the Reactive Routes Guide #10980
Adding OpenAPI in the Reactive Routes Guide #10980
Conversation
Hm, if a route specifies no method then all methods are assumed. This is the default behavior from vertx-web. |
Ok, can I add the others in the next version of smallrye ? I opened a ticket there: smallrye/smallrye-open-api#416 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some very minor suggestions. If you can apply them and squash, that would be great.
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
Merged, thanks! |
This PR adds the OpenAPI section to the Reactive Routes Guide. (see PR #10944)
It also updates to the latest SmallRye OpenAPI version that contains some more fixes for the Reactive Routes, namely