From: danielhanrahan Date: Thu, 17 Aug 2023 13:58:30 +0000 (+0100) Subject: Normalize JSON attributes during update X-Git-Tag: 3.4.2~8^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9e871800f7bb6de76a2baf10d0395933fd0bb5ab;hp=9e871800f7bb6de76a2baf10d0395933fd0bb5ab;p=cps.git Normalize JSON attributes during update This change fixes a few issues related to JSON encoding of FragmentEntity attributes (data leaves). This significantly improves update performance in cases of partial updates. - Normalize JSON and order leaves by name when comparing data leaves during update operations. - Update performance test timings. Issue-ID: CPS-2018 Signed-off-by: danielhanrahan Change-Id: Ia764a353bf96c05758827845e1358745247ee237 ---