Skip to content
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

Added support for RequestBody as a meta-annotation #2760

Merged
merged 6 commits into from
Oct 16, 2024
Merged

Added support for RequestBody as a meta-annotation #2760

merged 6 commits into from
Oct 16, 2024

Conversation

edudar
Copy link
Contributor

@edudar edudar commented Oct 11, 2024

The change uses advanced AnnotatedElementUtils to find annotation instead of simple getParameterAnnotation.

Resolves #2759

The change uses advanced `AnnotatedElementUtils` to find annotation instead of simple `getParameterAnnotation`.

Resolves #2759
@bnasslahsen
Copy link
Collaborator

bnasslahsen commented Oct 14, 2024

@edudar,

Can you check the failing build ? There is also no unit tests in your PR.

edudar and others added 5 commits October 14, 2024 16:06
@edudar
Copy link
Contributor Author

edudar commented Oct 15, 2024

Fixed build and added tests

@bnasslahsen bnasslahsen merged commit 01eba0d into springdoc:main Oct 16, 2024
@edudar edudar deleted the patch-1 branch October 16, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support RequestBody as a meta-annotation
2 participants