A bug was introduced by JAVACLIENT-141 during exception split.
The cause is B.startsWith(A) instead of A.startsWith(B) in MediaType class.
This cause a deserialization issue, expected field value are not correctly mapped in NuxeoClientRemoteException.
- is required by
-
NXP-23325 Upgrade to org.nuxeo.client:nuxeo-java-client:3.0.1
- Resolved