eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

240: JSON Patch: Object not added at index specified in add op #241

Closed cdamus closed 1 year ago

cdamus commented 1 year ago

Insert at the index given by the path when an index is specified, for both EReferences and EAttributes.

Fixes #240

Contributed on behalf of STMicroelectronics.

cdamus commented 1 year ago

Commit 0aacb66c7a392a99b04d8619d35482fa9af703d2 rebases the changes to resolve the merge conflict.

cdamus commented 1 year ago

And commit 2969f96b86421e35440ca47e91024dd510452e0f works around a compilation error caused by Hamcrest's broken generic type signatures.