You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generics arguments are not getting mapped properly from request and throwing the below exception
java.lang.ClassCastException: class java.util.HashMap cannot be cast to class org.generictype.Item
(java.util.HashMap is in module java.base of loader 'bootstrap'; org.generictype.Item is in unnamed module of loader
io.quarkus.bootstrap.classloading.QuarkusClassLoader @1e1e0d04)
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:
quarkusio#16905
The text was updated successfully, but these errors were encountered: