Florent Albert created OLINGO-1581: -------------------------------------- Summary: Instance annotations not returned in XML Key: OLINGO-1581 URL: https://issues.apache.org/jira/browse/OLINGO-1581 Project: Olingo Issue Type: Bug Components: odata4-server Affects Versions: (Java) V4 4.9.0 Reporter: Florent Albert
Instance-based annotations are not returned in the response when the Accept header is set to application/xml. According to the OData spec, instance annotation should also be returned when the format is XML: [http://docs.oasis-open.org/odata/odata-atom-format/v4.0/cs02/odata-atom-format-v4.0-cs02.html#_Toc372792809] Probable root cause: there does not seem to be an XML serializer for instance annotation, unlike JSON (org.apache.olingo.server.core.serializer.json.ODataJsonInstanceAnnotationSerializer). -- This message was sent by Atlassian Jira (v8.20.10#820010)