The API Document#fetchTask doesn't work as expected due to its returned type. The method currently returns Task whereas task adapter returns a list of tasks.
This wasn't a problem in test because Jackson is configured to ignore missing fields. Un-marshalling was just about creating the java object.
- is related to
-
JAVACLIENT-164 Fix entity-type detection when deserializing
- Resolved
-
JAVACLIENT-161 Add web adapter capability
- Resolved