Christian Amend created OLINGO-946:
--------------------------------------
Summary: V2 JPA: Store EdmProvider data in a LinkedHashMap
Key: OLINGO-946
URL: https://issues.apache.org/jira/browse/OLINGO-946
Project: Olingo
Issue Type: Improvement
Components: odata2-jpa
Affects Versions: V2 2.0.6
Reporter: Christian Amend
Assignee: Christian Amend
Fix For: V2 2.0.7
Currently the JPA EdmProvider stores all EDM objects within a simple HashMap.
This results in a different metadata document ordering per request. This is
problematic when creating a md5 hash for the metadata document to generate an
etag for clients.
Changing this to a LinkedHashMap will solve this without changing the API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)