summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11Fix build warnings & CLM scan issue3.0.0-ONAP1.3.1Vijay VK1-0/+10
Change-Id: I43629917f2d7bafb15258bdbba1cd45478595edb Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-603, DCAEGEN2-767 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-08-30Merge "Fix Docker image building misconceptions"Tony Hansen1-3/+3
2018-08-28Fix Docker image building misconceptionsPiotr Bochenski1-3/+3
1. Required packages can be installed in single apt-get run. 2. vim package is not necessary since there is vi already included in base image. 3. cmd was changed to entryPoint which breaks the ability to run image with different command as staring point (cmd is passed as an argument to entrypoint). Revert this change. Change-Id: I47e128a5702200efe7c51724d5f7c07acd8f21f9 Issue-ID: DCAEGEN2-736 Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
2018-08-27Use managed guava versionGary Wu1-3/+3
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: I50801cbeafc9023276c4b76391cc9021ad5a07ed Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-08VES 7.0.1 updatesVijay VK1-45/+20
Initial commit to include the support for below - VES 7.1 API - updated spec and data-format - Response code update per new spec - springfox for swagger doc - New topic defaults Todo - Swagger instrumention to include necessary annotation - Event Transformation 7.x to 5.x - VES7.x response header - AAF cert integration Change-Id: I9bc2223fa362b35ae8a7105acd651fe524a403c5 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-600
2018-08-06Implement second part of dynamic DMaaP configPawelSzalapski1-1/+20
VESCollector app can now fetch CBS configuration and rebuilt the part regarding sending events dynamically, without restarting application. Application will still be restarted by a .sh script, if there were changes regarding collector.properties file. The decision of whether dynamic configuration should be triggered is now based on existence of env vars CONSUL_HOST, CONFIG_BINDING_SERVICE, HOSTNAME, not as previously on CBSPOLLTIME. Frequency at which the config check should happen is now exposed via property from collector.properties Change-Id: I98ff160fa51d08d84a23c716d90ceaacbe17ada6 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com> Issue-ID: DCAEGEN2-519
2018-08-02Merge "Replace nsaCore library with Spring"Vijay Venkatesh Kumar1-50/+55
2018-08-01Replace nsaCore library with SpringPawelSzalapski1-50/+55
Change-Id: I2227939a67a2cbba2d392136d49ef4419600d186 Issue-ID: DCAEGEN2-602 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
2018-07-18add ps and other tools into docker buildVijay VK1-2/+2
Change-Id: I3e5c4f0600c527febe49f6b97229d756413e2f74 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-623
2018-07-13Clean up .sh scriptsPawelSzalapski1-5/+30
Removed .sh scripts that are not needed. Fill readme with a description of some of the things that might be not visible at first glance Refactor .sh scripts, remove not used or not needed parts Fix a bug where pidof <package> does not work. Change logging of the scripts and they way that app is run so that the logs are in one place -> collector.logs Fixed a bug where tomcat startup problems are not logged Added log rotation with logrotate tool Change-Id: I156328ab23d18a20072177ae8c5420772c3e2c7c Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com> Issue-ID: DCAEGEN2-610
2018-07-02Prepare codebase for dynamic DMaaP configurationPawelSzalapski1-0/+6
From now on, there is only one single place where we can create whole app core concerning sending events and it has a single entry point, based on DMaaP configuration. It can be used to rebuild part of app that is responsible for sending events dynamically. Changes are in scope for the dynamic DMaaP config feature. + bumped up code coverage a bit Change-Id: Iecc8c4e534ae9b781f47e3616409271ba83169c8 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com> Issue-ID: DCAEGEN2-517
2018-06-18fix build error for vescollectorVijay VK1-0/+2
Change-Id: I6f146ebcae6c439bf4f50d0486791b69006958f3 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-556
2018-06-12Replace shell build scripts with Maven solutionPiotr Bochenski1-407/+424
Remove dead bash code that is being executed during Maven build phases and reimplement Docker interaction using plain Maven solution. This change simplifies build procedure and allows developers to easily build, run and test their own self-built VES image on local machine. Issue-ID: DCAEGEN2-534 Change-Id: I63eb150406b78a71a55fdc728a4fbb4e1a4e6554 Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
2018-06-08Refactored event processor + sonarKrysiak Adam Gabriel1-0/+6
Issue-ID: DCAEGEN2-521 Change-Id: I9290f21701945cd1bb5e7a43a671991417f25491 Signed-off-by: Krysiak Adam Gabriel <adam.krysiak@nokia.com>
2018-06-04Merge "Bumping up compiler source & target version"Vijay Venkatesh Kumar1-2/+2
2018-06-04Bumping up compiler source & target versionPawelSzalapski1-2/+2
Change-Id: Ied05f23627119af696eec3eafb15f6847d805ca8 Issue-ID: DCAEGEN2-520 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
2018-05-30upgrade version for vesVijay VK1-1/+1
Change-Id: I3e176c0079ad14d044090b03b40f768665a3a834 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-539
2018-05-25Restructurize & reformat & clean up pom.xml.2.0.0-ONAP2.0.0-ONAPPawelSzalapski1-406/+379
Change-Id: I0781a268850b968ab6fb678f401233063e7c1f85 Issue-ID: DCAEGEN2-523 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
2018-04-20upgrade tomcat jar for license issuesVijay VK1-3/+3
Change-Id: Icc9c269c3e39e11a646d15046b5a032dc7a8fd90 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-446
2018-04-16upgrade version for tomcat dependenciesVijay VK1-9/+18
Change-Id: Ife9aa875915c333b687c8f0e6cd32b6aa8928493 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-446
2018-04-12Optimize and refactor EventPublisher class in VESPiotr Jaszczyk1-0/+8
* Remove need for having sendEvent synchronized by means of using Guava LoadingCache. The only thing that made it synchronized was the creation of new entries in the map but the synchronization was made on each incoming event. * Split the class to smaller classes which conform to SRP. This makes us able to... * ... write unit tests for affected classes * TODO: upgrade to Java8 so lambdas will simplify the code even more Change-Id: I14cf4cfab0570ce5aecc9a5e5dc9f541c499f9d7 Issue-ID: DCAEGEN2-440 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-03-02address security issue reportedVijay VK1-2/+6
Change-Id: I6ad0916cb2d385b01eaaae5c76e99f1f7e81ea30 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-360
2018-03-01address clm-security issuesVijay VK1-391/+407
Change-Id: I7bfd3583b16c5f2b914a9b5f3cca2d3a07614895 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-360
2018-02-28fix CLM issue + logging updatesVENKATESH KUMAR1-18/+41
Change-Id: I73a1fdd0dc0624332fc799761e8681af7f19dd3c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-360
2018-02-12Update license textLusheng Ji1-0/+19
Change-Id: I2c6da3d590caed0b847a3dca90e5013951689788 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2017-11-25update versioningvagrant1-1/+1
Change-Id: I8814ad45e3479c048d8277bd595701839b4df63a Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-11-17Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib03586a19b351cf65bd06c6abd0a09caa463fced Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11update parent to oparentVijay1-5/+6
Change-Id: I548437356612dd3a3f710a5392fc6ba0ace02b66 Issue-ID:DCAEGEN2-128 Signed-off-by: Vijay <vv770d@att.com>
2017-10-03fix typo on parent artifactVijay1-1/+1
Issue-Id:DCAEGEN2-82 Change-Id: I0910589120f0163619d46c1e84b8bbdc02611729 Signed-off-by: Vijay <vv770d@att.com>
2017-09-21Change pom parent to dcaegen2Lusheng Ji1-2/+2
Issue-Id: DCAEGEN2-103 Change-Id: I61172c14d029f26a855bd9c033485eaa5e1cdb6c Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-18startup delay issueVijay1-1/+0
Change-Id: I3b935755e24ed9e695fec85704af4876ea245e93 Issue-ID:DCAEGEN2-112 Signed-off-by: Vijay <vv770d@att.com>
2017-09-14update to fix junit and coverageVijay1-292/+27
Issue-Id:DCAEGEN2-82 Change-Id: Ib43e0e5caaf7be9c07df68faf68f0af7ceb3a595 Signed-off-by: Vijay <vv770d@att.com>
2017-09-13remove license plugin and sonar proj nameVijay1-87/+1
Change-Id: I1605d96395f964edc648d9a4b9ec4c088607ed4d Signed-off-by: Vijay <vv770d@att.com> Issue-Id: DCAEGEN2-70,DCAEGEN2-73 Signed-off-by: Vijay <vv770d@att.com>
2017-09-12Add docker buildLusheng Ji1-2/+62
Issue-Id: DCAEGEN2-60 Change-Id: I3c789276755f5645f764b79bf1078a988c614a0e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-11update ves buildscript & fix build errorVijay1-36/+24
https://jenkins.onap.org/view/dcagen2/job/dcaegen2-collectors-ves-master-release-version-java-daily/13/console Change-Id: I21bedaebedd307c792fe7e38f8bc5b2d8875ef06 Issue-Id: DCAEGEN2-82 Signed-off-by: Vijay <vv770d@att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ie94f3638bb5bb13069be13b22baf4e28a0ba2e24 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07fix ves merge error related to pom groupVijay1-1/+1
https://jenkins.onap.org/job/dcaegen2-collectors-ves-master-merge-java/1/console Issue-Id: DCAEGEN2-52 Change-Id: Ifacd9e0120180d649749cffac4541217a784cecb Signed-off-by: Vijay <vv770d@att.com>
2017-09-07Update .gitreview LICENSE.txtLusheng Ji1-1/+3
Fix build error Issue-Id: DCAEGEN2-86 Change-Id: Iba1f2e3f5c5674c3b6911d8b489493a6fb5d8427 Signed-off-by: Lusheng Ji <lji@research.att.com> Signed-off-by: Vijay <vv770d@att.com>
2017-08-23dcaegen2 vescollector seedcodeVENKATESH KUMAR1-0/+650
Initial seed code delivery for vescollector for support on the gen2dcae platform Issue-ID: DCAEGEN2-52 Change-Id: Id2477eb266f05caf64c67dd809b1ad146ff4fb92 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>