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
But getPageByIds always returns com.google.gson.internal.LinkedTreeMap and then I get java.util.concurrent.CompletionException: java.lang.ClassCastException: class com.google.gson.internal.LinkedTreeMap
I tried to use next interface with
AsyncFeign
:for Type:
But
getPageByIds
always returnscom.google.gson.internal.LinkedTreeMap
and then I getjava.util.concurrent.CompletionException: java.lang.ClassCastException: class com.google.gson.internal.LinkedTreeMap
If I use
everything works correctly.
I've made short debugging and I noticed the AsyncFeign decoder gets
T
as type instead ofData
when deserialisation happens.I use version: 11.8
The text was updated successfully, but these errors were encountered: