summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Revert java version to 11Piotr Marcinkiewicz1-1/+1
Issue-ID: DCAEGEN2-2219 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I82b8fa0ead6e9576c8953739e6563488d4ac9764
2020-07-28Add sftp strict host key checking to DFC.Jan Malkiewicz1-3/+3
Issue-ID: DCAEGEN2-2219 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Iadf6c6bd743c42ebb3bf9ad8ac443fc0f3f58063
2020-07-23Update to Java 11JoeOLeary1-3/+3
minor version bump to 1.4.0 Issue-ID: DCAEGEN2-1691 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: Iaf9e8fdcf469fe79c63e8e3868b18168a60a7f2c
2020-02-11fix sonarcloud issues1.3.0Hansen, Tony (th1395)1-0/+3
Change-Id: I91ca1c35aac746a176c9ab3aab520728edc01bb7 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2019-10-23Revert "Fix security vulnerabilities"Vijay Venkatesh Kumar1-1/+1
This reverts commit 23b56c6b8fc256e5a070cfefe31c90b1fbe46bce. Issue-ID: DCAEGEN2-1810 Change-Id: I5d883b17ea7e4de0570a10a5a20971f3a221cb88 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-10-09Fix security vulnerabilitieselinuxhenrik1-1/+1
Change-Id: Ie9c575a6fe0b8b9eca62a2fdccd49e056b4353b1 Issue-ID: DCAEGEN2-1810 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-09-18Personalized client certificate authentication via FTPes in 5G Bulk PM ↵burdziak1-1/+1
usecase doesn't work Issue-ID: DCAEGEN2-1754 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com> Change-Id: Idec3efce8412dd175ecf75f55790a24cec651104
2019-08-03bump dfc version to 1.2.2Vijay Venkatesh Kumar1-1/+1
Change-Id: I080c26db2639eff2174d4aac334990af67019f46 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1669
2019-07-31Fix dfc gerrit mvn job5.0.0-ONAPVijay Venkatesh Kumar1-3/+0
Change-Id: Ia160651fd8ab0aead0aa43fd993f8e5dbff94ddc Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
2019-07-12Cbs Client integrationYongchaoWu1-1/+1
Cbs Client is integrated to read configurations from consul Issue-ID: DCAEGEN2-1595 Change-Id: Idb0ebd34eba077f9c1cb584abab4d8722b56f6c5 Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
2019-07-11JJB alignment across DCAE components - DCAE Datafile Collectorelinuxhenrik1-2/+2
Change-Id: I27dd76a8f1b84a8ab26080381321c509c1117a9b Issue-ID: DCAEGEN2-1578 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-06-05Datafile - Improve JUnit testselinuxhenrik1-17/+18
Improve JUnit tests for the Datafile Collector. Add tests of logging. Remove dependency to old JUnit version. Improve some log messages. Improve code coverage. Change-Id: Ie8204619ab7fe4294c4ac0dd8f030973653ef4a3 Issue-ID: DCAEGEN2-1490 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-05-29Code formatting with mavenPatrikBuhr1-0/+26
mvn formatter:format spotless:apply process-sources The follwowing settings are updated from the onap origin: <setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="120"/> <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/> Change-Id: If9c368edc36399e8662aea20c4fbff53756d367a Issue-ID: DCAEGEN2-1538 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2019-05-08Clean up pom fileselinuxhenrik1-182/+119
Change-Id: Ifede82e15ebc38af92ade8259a6e1f641946b815 Issue-ID: DCAEGEN2-1487 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-05-05Ownership fix in config directoryTamasBakai1-1/+1
Change-Id: Iec3ca75c42642da27c52bccd6d60811c434f778a Issue-ID: DCAEGEN2-1466 Signed-off-by: TamasBakai <tamas.bakai@est.tech>
2019-04-12Fixed build problemsPatrikBuhr1-2/+7
Fixed a build problem cause by a merge error from previous commits. Fixes warnings from maven compile Change-Id: I1ce88b2686b3be5ecd17113cbfde3e65297c27c6 Issue-ID: DCAEGEN2-1118 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2019-04-11Housekeepingelinuxhenrik1-2/+0
No functional changes made in this commit. Removed CheckStyle and Sonar warnings. Formatted code. Renamed methods and classes for better understanding. Removed unnecessary classes. Moved all code to single project. Change-Id: Ie3feb6c6a985e94a382812aa083dcf57bc46c7b3 Issue-ID: DCAEGEN2-1367 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-02-15Merge "Fix security vulnerabilities"Vijay Venkatesh Kumar1-1/+1
2019-02-15Running of file collection in paralellPatrikBuhr1-11/+4
Each FileReady message is run in a separate thread to increase the thoughput. Fetching of files from PNFs is retryed by using the reactive framework. Robustness to temporary failures is increased by retrying to publish fetched files. Fixed so that well known ports (FTPS/SFTP) are used if omitted in the FileReady message URL. Change-Id: I5dfc75a08da0e870fafa3ee1bc83574aca16aabd Issue-ID: DCAEGEN2-1118 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2019-02-13Fix security vulnerabilitieselinuxhenrik1-3/+3
Change-Id: I1ffb840a18b0c75cffe21229db743f6570073148 Issue-ID: DCAEGEN2-1210 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2019-01-25Integration with SDKpwielebs1-2/+19
* New fields added to DmaapPublisherConfiguraion * New fields added to DmaapConsumerConfiguration * Dmaap Consumer web client replaced by SDK's consumer web client * UTs aligned * Disable enforcer plugin in DFC * Update oparent to 1.2.1 Change-Id: I3569180c15227bc2c8df74fd070571b0aa56fa04 Issue-ID: DCAEGEN2-1096 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2019-01-08use sdk-cbsmicdzied1-0/+6
Change-Id: I615d57927c163d022683ad3cae2703adda48cf88 Issue-ID: DCAEGEN2-1064 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
2018-12-10Merge "Version update 1.1.1"Vijay Venkatesh Kumar1-1/+1
2018-12-03Version update 1.1.1maximesson1-1/+1
Change-Id: I6bef1a99747ab2127808bd2ac65372f7537a1441 Issue-ID: DCAEGEN2-1001 Signed-off-by: maximesson <maxime.bonneau@est.tech>
2018-12-03fix bugs in jira DCAEGEN2-940 and DCAEGEN2-941Chengkai Yan1-1/+11
Change-Id: Id0b3e295cab0e085746b034caccbf82aca2e0d7b Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-940 Issue-ID: DCAEGEN2-941
2018-11-15Merge "Add test for FtpsClient, Improve code coverage."Vijay Venkatesh Kumar1-2/+2
2018-11-08Update version for DFC 1.1.0Chengkai Yan1-1/+1
Change-Id: I48c0e16c38fef06c0c6455238ba891d84d7efa4c Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-964
2018-11-06Add cloud config of mutual authentication3.0.0-ONAP1.0.4elinuxhenrik1-1/+1
Change-Id: I8e51c07f750192e1aa03f13c98d3a3a8f0db0f3c Issue-ID: DCAEGEN2-946 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-11-01Add test for FtpsClient, Improve code coverage.Chengkai Yan1-2/+2
Fix a security vulnerability risk Change-Id: I71560dfd9977a7e96ac4441e468602b616c7e7a6 Issue-ID: DCAEGEN2-889 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
2018-10-16Address critical vulnerability for DFCelinuxhenrik1-3/+3
Change-Id: I243567c62e25b5e5e99b570fc798c8477a16ee09 Issue-ID: DCAEGEN2-869 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-09Fix retry when file download fails1.0.2elinuxhenrik1-1/+1
When the Datafile collector is unable to download the file from an xNF it now retries to collect the file. Change-Id: I61f68f9cf7af1a7fab160b0e936daafd1a23aaf8 Issue-ID: DCAEGEN2-864 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-03Fix mutual authenticationVijay Venkatesh Kumar1-2/+7
Last version from demo. Change-Id: Ib41581bf6f9eb92a03edf8434261d3674b6e3e39 Issue-ID: DCAEGEN2-860 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2018-10-03Fixing the build for masterPaul Dennehy1-1/+0
Change-Id: I056d935f9185d2509f80d0746ab56847d641c710 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-846
2018-10-01Docker-compose for DFCMarcin Migdal1-0/+1
Change-Id: I2d680ebc6b9841fc929ce9d7e19f38d6cb856bda Issue-ID: DCAEGEN2-833 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-09-19Merge "Adapt to new VES specification for notifications"Vijay Venkatesh Kumar1-1/+4
2018-09-18Adapt to new VES specification for notificationselinuxhenrik1-1/+4
Change-Id: I0ba8e67714679dc02fb08ce94787b1f98034a6c4 Issue-ID: DCAEGEN2-782 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-09-18Security vulnerabilities correctionswasala1-53/+30
*Improved imported libraries *Fixed imported libraries in connection of risk security Change-Id: I28e6b22f8088f70cae431e6e99936cdb67e4cc0d Issue-ID: DCAEGEN2-764 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
2018-09-17Deliver first version of Datafileelinuxhenrik1-405/+81
Change-Id: Iadd1455d7fe45b4c022dd7fde2f8a506d1b7cd57 Issue-ID: DCAEGEN2-640 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-08-27Use managed guava versionGary Wu1-5/+2
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I7f31e35cf9c332d5fe02919e9cb9ad14ffc94294 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-20Add seed code.elinuxhenrik1-0/+684
First version based on PRH micro service. Change-Id: Iea1673a8a1961006b1ea98ef245e213e3652eb82 Issue-ID: DCAEGEN2-638 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>