aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-05-20Removing the password in the cacher dmaap properties fileguilinwr148d1-1/+1
Issue-ID: AAI-3344 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3812aa11000469a0fe7cf52137d72b587b2d9851
2020-07-07Merge "AAIResourcesUriTemplates - Removed Sonar warnings"William Reehil2-35/+70
2020-07-07Merge "AAIResourceDmaapParserStrategy - Removed Sonar warnings"William Reehil1-34/+32
2020-07-07MongoHelperSingleton - Removed Sonar warningsChris André1-30/+37
- created constants for recurrent strings - removed unused variable - added test for presence of optional value in `getFiltersAndUpdateNestedField` Issue-ID: AAI-2960 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: Ib08079bd27138464fbc5f5854c42637303a9b22b
2020-07-06AAIResourcesUriTemplates - Removed Sonar warningsChris André2-35/+70
- Added 'MissingTemplateException' - Added test for presence of a value within an Optional Issue-ID: AAI-2959 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: Ifb350815ecf7d4c46aeaac3e136d6a49bdffbafa
2020-07-01Merge "MongoConfig - Removed Sonar warnings"William Reehil1-4/+3
2020-06-23ScheduledTaskConfig - Removed Sonar warningsChris André1-14/+11
- removed unused `dateFormat` - added private default constructor - made a Runnable implementation into an anonymous function Issue-ID: AAI-2962 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: I14a854fd571875d404d1161308d8a2571bc10133
2020-06-22AAIResourceDmaapParserStrategy - Removed Sonar warningsChris André1-34/+32
- created constant String for "related-link" - reduced complexity of `adjustRelationshipsBasedOnExisting` Issue-ID: AAI-2955 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: Ie0a1c3431c782d3dee0125ca8549fb4bc3b11154
2020-06-22MongoConfig - Removed Sonar warningsChris André1-4/+3
- updated pom.xml files to get rid of warnings - used `try-with-resource` to automatically close variable `mongoC` Issue-ID: AAI-2954 Signed-off-by: Chris Andre <chris.andre@yoppworks.com> Change-Id: Ib26db5f100d700c2e18d7aa2e5376dbe17f7f846
2019-04-10add v16 to cacher repoLaMont, William (wl2432)1-4/+4
Issue-ID: AAI-2324 Change-Id: Ieac5f66d0533733169f9e579cce22a6bc3e8ad83 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2019-02-18Add missing testsbogumil_zebek3-0/+165
Issue-ID: AAI-2070 Change-Id: I141d4ba7609cb592dad8a1f32100a59442fe6326 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Verify cache configuration processing Issue-ID: AAI-2070 Change-Id: I235c779ccc7a33769465113e3cbf2d7b81ee3b82 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Fix sonar violations Change-Id: Ie724d74ca833a1ee16ff37203916a2231dba41ed Issue-ID: AAI-2070 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-02-18Merge "Junit for AAIContainerFilter.java"James Forsyth1-0/+44
2019-01-22update cacher repo with v15LaMont, William (wl2432)69-1388/+4521
Issue-ID: AAI-2112 Change-Id: I8aab3d9c498d217638d50b8fde5f500b556d7fd0 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2019-01-14Junit for AAIContainerFilter.javaDriptaroop Das1-0/+44
Junit for AAIContainerFilter.java Issue-ID: AAI-2074 Change-Id: Id31af9a8de155cd578295dd1f6b456fd6710f216 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2018-08-31initial code for cacherLaMont, William (wl2432)104-0/+12993
Issue-ID: AAI-1473 Change-Id: I8babe91e79f5c1e6e97b0f5b6dc827b8c5caec80 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>