-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 7.10, 8.1
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Rest API
-
Tags:
In order to get the entity-type inside of the response header, we have to make BusinessAdapter writers to extend new abstract writer.
- org.nuxeo.ecm.automation.jaxrs.io.documents.BusinessAdapterListWriter should extend org.nuxeo.ecm.core.io.marshallers.json.DefaultListJsonWriter
- org.nuxeo.ecm.automation.jaxrs.DefaultJsonAdapter should extend org.nuxeo.ecm.core.io.marshallers.json.ExtensibleEntityJsonWriter
A global cleanup should be done at the org.nuxeo.ecm.automation.io.services.codec.ObjectCodecService level for all writers/readers.
- is required by
-
JAVACLIENT-66 Align only ObjectCodecService cleanup in Automation
- Open