You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Florent Albert (Jira)" <ji...@apache.org> on 2022/08/17 14:35:00 UTC

[jira] [Created] (OLINGO-1581) Instance annotations not returned in XML

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)