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
Async implementation of rest client returns CompletionStage of Collection of HashMap but expected CompletionStage of Collection of a user defined type
#263
Open
manish2aug opened this issue
Mar 30, 2020
· 1 comment
The text was updated successfully, but these errors were encountered:
manish2aug
changed the title
Async implementation of rest client returns CompletionStage of Collection of HashMap but expected CompletionStage od Collection of a user defined type
Async implementation of rest client returns CompletionStage of Collection of HashMap but expected CompletionStage of Collection of a user defined type
Mar 30, 2020
Please find the details below
IBM Liberty version: 19.0.0.4
Features: jaxrs-2.1, jsonp-1.1, jsonb-1.0, mpRestClient-1.2
Gist url: https://gist.github.com/manish2aug/2f5d1e317e2b5bffbec67c7ffbf403ba
Issue: At runtime client doesn't return completion stage of collection of user defined type
The text was updated successfully, but these errors were encountered: