Part 1: Refactor CPS Delta code to utility class 88/141288/11
authorArpit Singh <AS00745003@techmahindra.com>
Thu, 26 Jun 2025 14:47:11 +0000 (20:17 +0530)
committerArpit Singh <AS00745003@techmahindra.com>
Fri, 11 Jul 2025 04:53:00 +0000 (10:23 +0530)
commit976fa39e54ca4f892d9510723b6c397c5b2a8e2e
treeabd092c2ff71f00d4883b7c91fbc573260d982e9
parentb9f1a61a9b1a509f4f19739c1b91666236f43d6b
Part 1: Refactor CPS Delta code to utility class

 - Refactoring Delta code to separate utility class for a more granular
   and manageble code.
 - Patch 1 refactors code for 'update' action as the code is shared
   between old and new delta report formats.

Issue-ID: CPS-2838
Change-Id: I74425817f1b21a1b369986f65f12dba8a501f3ea
Signed-off-by: Arpit Singh <AS00745003@techmahindra.com>
cps-service/src/main/java/org/onap/cps/impl/CpsDeltaServiceImpl.java
cps-service/src/main/java/org/onap/cps/utils/deltareport/DeltaReportHelper.java [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/impl/CpsDeltaServiceImplSpec.groovy