summaryrefslogtreecommitdiffstats
path: root/dmi-stub/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-11-29Bump DMI to 1.6.1-SNAPSHOTmpriyank1-1/+1
- bumped ncmp-dmi-plugin to 1.6.1-SNAPSHOT Issue-ID: CPS-2489 Change-Id: I30eacf8d71a0a62e4592c020a1f3ceab6193b953 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-11-29[DMI] Fix for dmi stage-release jobsourabh_sourabh1-1/+1
- Used dmi group as static value. - Made mvn dependency plugin inherited true explicitly. Issue-ID: CPS-2470 Change-Id: Ia7a5f644b13c4f219cf45deaef52b595656bc3ee Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-28Correcting the src openapi pathmpriyank1-2/+2
- correcting the input path for openapi for dmi plugin and datajob to read it from dmi-service as that is the master copy. - During the release process , the generated files in dmi-service/target directory need to be copied to ncmp-dmi-plugin/docs.. relevant directory Issue-ID: CPS-2531 Change-Id: Ib751d4d40fb3fd6633ce13c5d14d6aa6586136e9 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-11-26[DMI] Fix for DMI merge master Jobsourabh_sourabh1-2/+2
- ncmp-dmi-plugin group id is changed from "org.onap.cps" to "org.onap.cps.ncmp-dmi-plugin" Issue-ID: CPS-2499 Change-Id: I6db7093c48c0f11ca2ef172458951a379d42d255 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-21Revert "[DMI] Fix for DMI merge master Job"Sourabh Sourabh1-0/+104
This reverts commit 726bc9b79335022f5e4174454972dee7f563a1c3. Issue-ID: CPS-2499 Reason for revert: Merge master job is still failing Change-Id: Id5331489f88e8e0c2f90e6c96c306d990d19293e Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-20[DMI] Fix for DMI merge master Jobsourabh_sourabh1-104/+0
- removed dmi stub module Issue-ID: CPS-2499 Change-Id: I701071d408c008bcf36b374b38590a2d190c7a16 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-20[DMI] Fix for DMI merge master Jobsourabh_sourabh1-4/+4
- module names of onap dmi and stub is changed - reverted to 1.6.0-SNAPSHOT Issue-ID: CPS-2499 Change-Id: I2ca6f98ceb38bfc366997358ab9ecb0624098ac9 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-19Fix for DMI merge master Job workingsourabh_sourabh1-2/+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>
2024-11-18Fixed the java code checkstyle configuration and jacoco reportsourabh_sourabh1-2/+5
- 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>
2024-10-25DMI simulator serving yang modules dynamicallyhalil.cakal1-1/+2
- 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-19Added DataJob related stub implementationsleventecsanyi1-7/+55
- updated pom.xml - added dataJob related code to DMI Stub controller - uplifted swagger core dependency Issue-ID: CPS-2323 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: If30e1fad31daec004ad67dd3f2be1815aeb538b2
2024-07-17Fix DMI Stub dependency issuesegernug1-1/+11
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/+43
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>