-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat(spring): support SpringDoc @ParameterObject
#1823
feat(spring): support SpringDoc @ParameterObject
#1823
Conversation
97d2460
to
04e5ad4
Compare
extension-spring/src/main/java/io/smallrye/openapi/spring/SpringParameter.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
...on-spring/src/test/java/test/io/smallrye/openapi/runtime/scanner/entities/GreetingParam.java
Outdated
Show resolved
Hide resolved
04e5ad4
to
72c1c1c
Compare
@ParameterObject
ef7c308
to
61cd2fd
Compare
@phillip-kruger please give this another look since the latest changes. |
Signed-off-by: Michael Edgar <[email protected]>
Signed-off-by: Michael Edgar <[email protected]>
61cd2fd
to
f4a22cf
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.
LGTM
Quality Gate passedIssues Measures |
proposal for support of @ParameterObject as discussed in
#1819