aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Update to spring boot 2Igor Dysko7-31/+26
Update of dependencies and source code to spring boot 2 Issue-ID: AAI-3140 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I4b386ef27b726ffd47b3515b0df05dc404e55943
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-01-22update cacher repo with v15LaMont, William (wl2432)24-664/+1267
Issue-ID: AAI-2112 Change-Id: I8aab3d9c498d217638d50b8fde5f500b556d7fd0 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>
2018-08-31initial code for cacherLaMont, William (wl2432)57-0/+5590
Issue-ID: AAI-1473 Change-Id: I8babe91e79f5c1e6e97b0f5b6dc827b8c5caec80 Signed-off-by: LaMont, William (wl2432) <wl2432@att.com>