-
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
Resteasy reactive - Handling Generics in request body #16905
Comments
/cc @FroMage, @geoand, @stuartwdouglas |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 29, 2021
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Apr 29, 2021
geoand
added a commit
to geoand/quarkus
that referenced
this issue
May 5, 2021
FroMage
added a commit
that referenced
this issue
May 7, 2021
Fix generic type handling of body parameter in RESTEasy Reactive
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 10, 2021
Fixes: quarkusio#16905 (cherry picked from commit d621f8d)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 11, 2021
Fixes: quarkusio#16905 (cherry picked from commit d621f8d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Generics arguments are not getting mapped properly from request and throwing the below exception
Quarkus version: 1.13.3.Final
Zulip discussion: Discussion
To Reproduce
Reproducer link:
https://github.com/aravindtga/Quarkus-generic-request-body-jsonb
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: