-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
OpenAPI spec not generated correctly when JSR303 Bean Validation annotations used #2262
Comments
it's a bug in smallrye openapi. |
thanks @Dufgui ! |
it also doensn't generate if using |
yes, any annotation will make it fail. |
If you Add a jsr303 annotations witb an @parameter. It will works. according to the code |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a JSR303 annotation is used on the RequestBody of REST operation, the paths.{operation}.requestBody is not generated in the swagger documentation
This code was tested with OpenJDK Runtime Environment (build 1.8.0_161-b14) and Quarkus 0.14.0.
This is the generated OpenAPI spec
The text was updated successfully, but these errors were encountered: