-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10
-
Component/s: Automation, Core IO, User Profile / User Manager
-
Tags:
-
Backlog priority:700
-
Sprint:nxcore 10.10.4, nxcore 10.10.5
-
Story Points:2
It seems that NuxeoPrincipalListJsonWriter is not used in automation.
Formerly we used to create Codec for automation. There's AbstractMarshallingRegistryCodec to bridge automation codec with nuxeo-core-io, but there's also a fallback on nuxeo-core-io when no codec/serialiser is found.
A quick fix could be creating the missing Codec.
But as automation codec layer does more or less what nuxeo-core-io does in a more generic way, we should fix how marshaller is retrieved in this case and deprecate codec layer (in another ticket).