aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-titan/src/main/java/org
AgeCommit message (Collapse)AuthorFilesLines
2019-05-27Updated champ-lib to use the correct loggerStela Stoykova2-11/+66
Issue-ID: AAI-2462 Signed-off-by: Stela Stoykova <Stela.Stoykova@amdocs.com> Change-Id: I4a8e544c6eb44c6a3db295787b37f8787eabd50f
2019-03-15Create vertex and edge indicies on startupDaniel Silverthorn1-5/+24
Change-Id: I3ee538796e21a0667df4b4dbbdfec40f5b4ca30d Issue-ID: AAI-2265 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2019-03-11Increase code coverage to 55% for DublinSanchez, Gabriel (gs882h)1-457/+0
Moving the perf main test class to test package will decrease code lines to coverage which consequently will increase code coverage Issue-ID: AAI-2219 Change-Id: I5b49f16a8fb8d7240a926c805533e2a116a8652f Signed-off-by: Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>
2018-07-09Fix handling of InterruptedException in AAI-ChampWiktor Garbarek1-0/+3
Added thread interrupts Change-Id: Ic5b7eef71354efd02736e88a1e6716aa84169898 Issue-ID: AAI-1367 Signed-off-by: Wiktor Garbarek <wiktor.garbarek@nokia.com>
2018-06-06Fix Fortify scan vulnerabilitiesMichael Arrastia1-3/+2
Change-Id: I9a402ca1bb1755cf5ff9fc04eba781ed7f2b4a1c Issue-ID: AAI-1193 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-19Update license date and textSanchez, Gabriel (gs882h)3-9/+6
Update license date and disable license plugi:n Issue-ID: AAI-862 Change-Id: Ic46fee4917bde48298acfc1d76eef9083986113e Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere3-0/+998
Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere <michaere@amdocs.com>