diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-09-28 11:13:36 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2023-09-28 11:13:36 +0100 |
commit | d8620d2bceab3001543d795b3d44925377d00cf1 (patch) | |
tree | ebfa0b1cb14a365488098fd96bb0ba1674b99f97 /cps-rest/pom.xml | |
parent | b4939f3dc286b23edd6f7950e74952208f983eb4 (diff) |
JSON list support when updating multiple datanodes
updateDataNodesAndDescendants if supplied with a JSON list such as
{"branch": [{"name":"Name1"}, {"name":"Name2"}]}
would only replace the first node /test-tree/branch[@name='Name1'],
and ignore any remaining list items. This is caused by the use of a
legacy buildDataNode, which returns only a single DataNode from JSON,
even if the JSON contained a list.
Issue-ID: CPS-1889
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I257491b6bc3f047a64eb241eaac70fd457b24347
Diffstat (limited to 'cps-rest/pom.xml')
0 files changed, 0 insertions, 0 deletions