summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
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>