-
Notifications
You must be signed in to change notification settings - Fork 89
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
More changes to default content type #1615
More changes to default content type #1615
Conversation
core/src/main/java/io/smallrye/openapi/runtime/scanner/spi/AbstractAnnotationScanner.java
Outdated
Show resolved
Hide resolved
5a2bbae
to
1983941
Compare
1983941
to
9b68426
Compare
8060843
to
682f7a1
Compare
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.
I commented on the type lookup that I think could be a source of bug reports as-is.
core/src/main/java/io/smallrye/openapi/runtime/scanner/spi/AnnotationScanner.java
Outdated
Show resolved
Hide resolved
bd1606b
to
b2c444f
Compare
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
b2c444f
to
6c76926
Compare
Thanks @MikeEdgar ! Now getting the type from the method you suggested. Lets merge and release |
SonarCloud Quality Gate failed. 0 Bugs 74.8% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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. I wonder if we can get away with only calling getResourceParameters
once in the JAX-RS scanner.
As part of quarkusio/quarkus#36514