summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-06[DCAEGEN2] Upgrade dependencies for dcaegen2-services-pm-mapper1.10.1pranitk19051-2/+2
Upgrade dependency versions as per SECCOM recommendation Issue-ID: DCAEGEN2-3323 Change-Id: Ie0d38e3469d80a2bbeda247f5c7cba29592b97c2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Upgrade dependencies for dcaegen2-services-pm-mapper Enter details in ChangeLog.md Issue-ID: DCAEGEN2-3323 Change-Id: Ie0d38e3469d80a2bbeda247f5c7cba29592b97c2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Upgrade dependencies for dcaegen2-services-pm-mapper Match pom.xml and changelog.md file version Issue-ID: DCAEGEN2-3323 Change-Id: Ie0d38e3469d80a2bbeda247f5c7cba29592b97c2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2] Upgrade dependencies for dcaegen2-services-pm-mapper Matched pom.xml and version.properties file version Issue-ID: DCAEGEN2-3323 Change-Id: Ie0d38e3469d80a2bbeda247f5c7cba29592b97c2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com> [DCAEGEN2]Upgrade dependencies for dcaegen2-services-pm-mapper Bump patch version in pom.xml and changelog.md and version.properties Issue-ID: DCAEGEN2-3323 Change-Id: Ie0d38e3469d80a2bbeda247f5c7cba29592b97c2 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
2023-01-11dcaegen2-services-pm-mapper incorrectly mapping the measResultsgururajarao791-1/+2
onap-gerrit-review: -capitalized-extension Issue-ID: DCAEGEN2-3190 Signed-off-by: gururajarao79 <gb00566633@techmahindra.com> Change-Id: I79376b9493bc38e20f6eb778241dc10de3aa920c
2022-08-18Fix PM-mapper Vulnerabilities1.9.0Tomasz Wrobel1-3/+5
- Update io.undertow:undertow-core to version 2.2.17.Final - Update dcae-sdk to version 1.8.10 - Update io.projectreactor:reactor-core to version 3.4.21 Issue-ID: DCAEGEN2-3218 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ib62abc496abc8b83efdda15062dc887494f9ffa8
2022-05-17Disable TLS in DataRouter (CSIT)Tomasz Wrobel1-1/+1
Issue-ID: DCAEGEN2-3037 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I01dd54ac173ed2bf705071e2bca118a068680f0a
2022-02-10Remove vulnerabilityTomasz Wrobel1-4/+10
Issue-ID: DCAEGEN2-3049 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I60694bfbd008304c564e900436d68c362d31f4b1
2022-01-25Switch configuration provider to CBS Client - DCAE SDKTomasz Wrobel1-4/+10
Issue-ID: DCAEGEN2-2964 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Iaaf170d209b77b9709cc202c131f9d3bdf1033ed
2021-08-26Changing version to 1.7.2 and updating Changelog.md1.7.2Stanislav Marszalek1-1/+1
Issue-ID: DCAEGEN2-2887 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac18b3f
2021-08-17PM Mapper output - granularityPeriod issueStanislav Marszalek1-1/+1
Issue-ID: DCAEGEN2-2873 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac12b3f
2021-07-23Update oparent version to 3.2.01.7.0Piotr Marcinkiewicz1-2/+1
Update oparent in order to update httpclient dependency version Issue-ID: DCAEGEN2-2807 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ieb080dbde8f2ba0becf3dbc7defd6fe1d1e18073
2021-07-23Update undertow-core and freemarker versionsRemigiusz Janeczek1-3/+3
Issue-ID: DCAEGEN2-2807 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I4f7455fbf60f902e4b4acadcc85a789022e05d75
2021-04-15[DCAE/PM-Mapper] Utilize DMaaP-Client in PM-Mapper1.6.0tkogut1-2/+2
- Fix typo Issue-ID: DCAEGEN2-2732 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Iec829425a754c28a95c7a07c6255984d3c7b6b7d
2021-04-14[DCAE/PM-Mapper] Utilize DMaaP-Client in PM-Mappertkogut1-3/+23
- Bump mockserver libraries - Use dmaap-client for sending events to dmapp-mr - Extract Retry/Timeout configs to separate class - Extract logging utils to separate class Issue-ID: DCAEGEN2-2732 Change-Id: I5d406e99fe1def078f102ff704df5312f5ae996b Signed-off-by: tkogut <tomasz.kogut@nokia.com>
2021-03-26Change openjdk baseOS img to integration-java11Alexander Mazuruk1-1/+2
Since 7.2.0 integration images switched over to alpine, adjusted Dockerfile to accomodate the switch. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Iecf2654c6732d796c10838284f0882e8c34dac34
2021-03-17Incoming events cache - do not load files, which are in progress1.5.2Joanna Jeremicz1-1/+1
- Implement singleton cache for events being processed - Add JUnit tests - Bump snapshot version 1.5.1 -> 1.5.2 Issue-ID: DCAEGEN2-2659 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I79f32554a8c67d91d0d7b601bc8b060ff4984eab
2021-02-22Add docker latest tag configuration to pom1.5.1Tomasz Wrobel1-1/+3
Issue-ID: DCAEGEN2-2600 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1349ff59ab1cc25fbbed70a0b1c4f606c8697a6d
2021-02-03Add initial changelogPawel1-4/+5
Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I799dd7c747299dac74714946ec8ca4c50e1677ba
2021-01-29[DCAE/PM-Mapper] Bump snapshot version to 1.5.1deen19851-1/+1
Change-Id: I10ab1d731a7ec7a0841677ebc320be884ec1de29 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2597
2021-01-27[DCAE/PM-Mapper] Vulnerability removaldeen19851-3/+3
Change-Id: I78fa9aeac93af1f236dcd16ff079eb614aaacd58 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2597
2020-12-02Upgrade Reactor/Reactor Test.1.5.0tkogut1-3/+4
Add missing .gitreview file. Issue-ID: DCAEGEN2-2537 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Id972a4477ffee2e9d1a9bb002303293866271b80
2020-10-27Fix bug where PM-Mapper waits 1s after sending every request1.4.2Remigiusz Janeczek1-1/+1
Issue-ID: DCAEGEN2-2500 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I441172ed0d2957ef58c2ba40718ec79328c48da2
2020-08-20Update Config AcquisationJoeOLeary1-1/+1
Issue-ID: DCAEGEN2-2341 Change-Id: I3fc431d563e668cbc2bd4a1dd03e30ca908fed0b Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-06-24Update Undertow VersionJoeOLeary1-2/+2
Issue-ID: DCAEGEN2-2275 Change-Id: I6b1bcd15b7d6536fbeb89abe9347d303ff3f3917 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-06-23Migrate to Java 11JoeOLeary1-6/+23
Issue-ID: DCAEGEN2-2282 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: Iadd6cb2ede9b900ce5b83afcb68dab8ae27e54f9
2020-02-27Fix PM Mapper certficate handling1.3.1dfarrelly1-1/+1
Remove decoding of keystore files Issue-ID: DCAEGEN2-2096 Signed-off-by: dfarrelly <david.farrelly@est.tech> Change-Id: Ieccf3c6bb44a87fac2ec3d2f5883a7b0a914e712
2020-01-21Add support for TS 28.550/28.532JoeOLeary1-1/+1
Issue-ID: DCAEGEN2-1912 Change-Id: If05c3673a240e6ea5e3d1caca3ff5bf5828590d3 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-11-07Update Undertow dependency versionJoeOLeary1-1/+1
Issue-ID: DCAEGEN2-1814 Change-Id: I58721f68fb37968c220df6e91b6a8e1fee722281 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-10-10Fix filter config as an objectJoeOLeary1-1/+1
* Add use exisiting to DR feed * Add resource configuration * Add support for filter config as escaped JSON string Issue-ID: DCAEGEN2-1826 Change-Id: Ie4fe45e0443af8eb4d859e66609aa6cbffd0e920 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-07-30Fix image name in pom5.0.0-ONAPdfarrelly1-1/+1
Issue-ID: DCAEGEN2-1683 Change-Id: I01e7ed59ce934e3d630f17ece8699fff20fc50d0 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-07-24Align PM Mapper to new build guidelinesdfarrelly1-59/+109
*Switch to Fabric8 docker maven plugin *Add git commit plugin *Remove shaded jar *Remove some unused imports *Add a human readable log file Issue-ID: DCAEGEN2-1683 Change-Id: I1028f3195d3f03a9d919c91073398b01ccd6d7d1 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-07-19Add DMaaP plugin supportJoeOLeary1-2/+12
- Update blueprint with DMaaP plugin support. - Update configuration with new DMaaP plugin format. - Move Configuration tests to correct package. - Add latest-staging Docker image tag to pom. - Change file endings in some files to LF. - Remove publishing to non authenticated topic. - Fix some tests which were not executing correctly. - Fix some Sonar smells. Issue-ID: DCAEGEN2-1581 Change-Id: I37fbb662419179e3fe9fb8bdf710d6a6e8f0308a Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-06-28JJB alignment across DCAE components - DCAE PM-MapperGerard Hickey1-2/+2
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I994d862657cf6d8624e33beb302f06a96023a7d0
2019-05-07Fix invocationId usage, trim whitespaces from VESemartin1-1/+1
*Set InvocationId from existing component *Remove extra whitespaces from output VES Change-Id: Ib3221ddc0dcf917828bfccfd05bd66de6cb0dac5 Issue-ID: DCAEGEN2-1460 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-04-02Handle non-xml PM filesemartin1-0/+6
*Non-xml files will not be mapped to VES Change-Id: Ice1b901576be4da0593f38eb2c0b4e4676b6019e Issue-ID: DCAEGEN2-1327 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-22Publish VES event to MessageRouter via httpemartin1-0/+7
Change-Id: Ic5ed1fad1182e7343f213488c4015d2683ab8ddc Issue-ID: DCAEGEN2-1273 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-05Added Filtering of Measurement fileemartin1-0/+7
Change-Id: I32cd7147c20cbee7273d7c7180a06d9f2fdf620b Issue-ID: DCAEGEN2-1288 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-04Merge "Update image tags in pom"Vijay Venkatesh Kumar1-2/+33
2019-03-01Update image tags in pomdfarrelly1-2/+33
*Update timestamp format *Add second tag for latest Issue-ID: DCAEGEN2-1250 Change-Id: I944a846415757383b7b7524c2841b3d5eac15717 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-03-01Update DataRouter SubscriberJoeOLeary1-5/+5
*Update metadata header key to match new datarouter specification *Update subscriber to be a privileged subscriber *Update subscriber to improve logging & remove sonar smells *Update delivery end point to match datarouter specification *Update event to include the publish id provided by datarouter *Add datarouter event processed utility Issue-ID: DCAEGEN2-1038 Change-Id: Iafce544f31f888de53547de8b280faebd8075d4c Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-22Update docker imagedfarrelly1-5/+7
Add timestamp to Docker image tag Change container to run as non root user Issue-ID: DCAEGEN2-1250 Change-Id: Idb23167d5f5146cbcacf2e2d72e5502014b5fe78 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-15Merge "Add Mapping"Tony Hansen1-0/+19
2019-02-15Add MappingJoeOLeary1-0/+19
Change-Id: I417b7fe9d0e588c6c38dc23eb55e43a85e277e81 Issue-ID: DCAEGEN2-1216 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-12Merge "Fix artifact name for sonar reporting"Vijay Venkatesh Kumar1-0/+4
2019-02-12Fix artifact name for sonar reportingJoeOLeary1-0/+4
Change-Id: Iedd70539d0b4dcd58cb5c4c3df724d29df9acd22 Issue-ID: DCAEGEN2-1185 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-08Improve ONAP logging complianceemartin1-0/+12
Change-Id: I677977f592407d17c7cbd35b034785803c35d327 Issue-ID: DCAEGEN2-1166 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-02-01Merge "Change Docker image path & building"Vijay Venkatesh Kumar1-1/+2
2019-01-31Change Docker image path & buildingJoeOLeary1-1/+2
*Update path to docker image location in nexus *Add versions.properties file Change-Id: I00563ac583f59414920e09ce3c12740c116d6ca4 Issue-ID: DCAEGEN2-1123 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-01-29Fetch mapper config from configbinding serviceemartin1-4/+20
Change-Id: I69e654719969f2d0ef6e7c8adb4806aac9c1e898 Issue-ID: DCAEGEN2-1081 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-01-28POM UpdatesJoeOLeary1-4/+31
*Added the ONAP parent POM to the project POM *Introduced support for building and pushing Docker images in the POM *Added basic Dockerfile *Updated source to comply with checkstyles in parent POM Change-Id: Ieabd0a911359b107ea0a5b2e65ca3260f990e3cd Issue-ID: DCAEGEN2-1123 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-01-22Add DataRouter SubscriberJoeOLeary1-0/+207
Change-Id: I7f81c3d7249dcfcf00e2c7f3272f478d2346397d Issue-ID: DCAEGEN2-1079 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>