summaryrefslogtreecommitdiffstats
path: root/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
5 daysFix for DMI merge master Job workingsourabh_sourabh1-1/+1
- Docker image name od dmi and stub is changed. Issue-ID: CPS-2499 Change-Id: Ib012cc3e319c5d071208b971146418e493e26da0 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
5 daysFix for DMI merge master Job workingsourabh_sourabh1-1/+1
- Bumped DMI version from 1.6.0-SNAPSHOT to 3.5.5-SNAPSHOT Issue-ID: CPS-2499 Change-Id: Ieeba324330080f5dc5f8723a7d8d6f37aa7945ca Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
6 daysFix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-1/+1
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: Iba0141c5d1d51712ae2a17b7ffb1daeb2cdc19db Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
6 daysFix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-0/+1
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: I18929479c73218d59296dcee8e28c50ff2da3a00 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
6 daysFixed the java code checkstyle configuration and jacoco reportsourabh_sourabh1-0/+68
- Removed oParent dependency. - pulled cps checkstyle and applied for all dmi modules for code style check and copyright. - Ignored checkstyle folder for to be commited. - Fixed java code styles. - Added missing plugins and configurations for jacoco report. - Configured deply plugin and related onap properties. - Temporarily disabled CSIT. Issue-ID: CPS-2471 Change-Id: I5a26c2a156b93c3e58c5c42814f1dff85831d4df Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
11 daysFix for cps-ncmp-dmi-plugin-maven-merge-master jobsourabh_sourabh1-72/+0
Issue-ID: CPS-2496 Change-Id: I66f3a215188eed6dd7c83a52ce831d97f9c0db46 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-10-25DMI simulator serving yang modules dynamicallyhalil.cakal1-1/+1
- all modules and module references are created once, then are served as requested - 5 module-set-tag supported from tagA to tagE - 200 yang modules per module-set-tag - module sizes are fixed at 32KiB each - the average response size is 200 * 32KiB = 6.4MiB for each Issue-ID: CPS-2410 Change-Id: Ie7ac73b8c0bd464b114a8d76104db4b569ae36f4 Signed-off-by: halil.cakal <halil.cakal@est.tech>
2024-07-17Fix DMI Stub dependency issuesegernug1-6/+20
Issue-ID: CPS-2321 Change-Id: I8d2b597aa7b537d29db7da6d60edeaa99fb2b76d Signed-off-by: egernug <gerard.nugent@est.tech>
2024-07-12Relocation of DMI Stub to DMI Pluginegernug1-0/+119
Move the DMI Stub into Plugin to use generated code classes Changes: -Created dmi-stub module -Changed dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml dependency from cps-ncmp-rest to cps-ncmp-events -Added extra required dependencies to dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/pom.xml -Included EventDateTimeFormatter in dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/utils -Included dmi-stub in pom.xml Issue-ID: CPS-2145 Change-Id: Ibf0c9601564d3b38979c07c6a00d622cf763bf6b Signed-off-by: egernug <gerard.nugent@est.tech>