You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the mergePatch algorithm fails to properly handle merge of arrays, in fact, if the target object field;
is an array, we can't patch it's content at all.
is a collection, we can change existing elements, but we can only append one element.
The following test cases (to add to DomainObjectReaderUnitTests) will fail with the current implementation even if the expectations are valid according to RFC 7386:
The current implementation of the mergePatch algorithm fails to properly handle merge of arrays, in fact, if the target object field;
The following test cases (to add to DomainObjectReaderUnitTests) will fail with the current implementation even if the expectations are valid according to RFC 7386:
The text was updated successfully, but these errors were encountered: