XML content support on replace a node with descendants 59/138259/16
authorRudrangi Anupriya <ra00745022@techmahindra.com>
Thu, 11 Jul 2024 16:26:24 +0000 (21:56 +0530)
committerRudrangi Anupriya <ra00745022@techmahindra.com>
Tue, 16 Jul 2024 11:00:11 +0000 (11:00 +0000)
commit760dd950e6f6fcb6f49c6f9d92a33f538adffd24
treecccab533a2837a60e527ff1e75d6dbcd01197d6a
parentac58e919008c4449b389d3681a6f8aa216cb5f8f
XML content support on replace a node with descendants

Issue-ID: CPS-2282
Change-Id: Ibb7ffb65ccbb03703266712c6d5c2eade0e7ab4b
Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com>
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/inventory/InventoryPersistenceImpl.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/inventory/InventoryPersistenceImplSpec.groovy
cps-rest/docs/openapi/components.yml
cps-rest/docs/openapi/cpsData.yml
cps-rest/src/main/java/org/onap/cps/rest/controller/DataRestController.java
cps-rest/src/test/groovy/org/onap/cps/rest/controller/DataRestControllerSpec.groovy
cps-service/src/main/java/org/onap/cps/api/CpsDataService.java
cps-service/src/main/java/org/onap/cps/api/impl/CpsDataServiceImpl.java
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsDataServiceImplSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/cps/DataServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/UpdatePerfTest.groovy