From: ToineSiebelink Date: Thu, 8 May 2025 16:24:39 +0000 (+0100) Subject: DCM Write optimization using batching X-Git-Tag: 3.6.3~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d8a9cfe85dfefad43ed7adf09dcf15eace681c2;p=cps.git DCM Write optimization using batching - Add method to AlternateIdMatcher to match a batch of paths and return the relevant yang model cm handles - Extended inventory service to load cm handles without properties (i.e. descendants) - Switch from NcmpServiceCmHandles to YangModel Cm Handles - Preload required cm handles (without properties) using batching - Removed (now) unused methods - Improved test coverage on some legacy but related functionality Issue-ID: CPS-2743 Change-Id: Ie80fdd4c12b72fc72ab1a87aa463ec0e6b664e3a Signed-off-by: ToineSiebelink --- diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index fbc30eba04..78ef226c99 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -1,7 +1,7 @@