aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/eelf
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella8-1165/+0
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9
2019-08-29sonar-463-remove the declaration of thrown exceptionThugutla sailakshmi1-1/+1
remove the declaration of thrown exception Issue-ID: MUSIC-463 Change-Id: I4e448228c36aa88a2751ad1ddfb40bb567e2adc2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-07-23MUSIC-463-sonar fix-remove declaration of method ↵Thugutla Sailakshmi1-1/+1
exception-MusicLoggingServletFilter.java remove declaration of method exception-MusicLoggingServletFilter.java Issue-ID: MUSIC-463 Change-Id: I388194f74354604515390372e1442b3892ac07e7 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-16Merge "Fixed sonar issues in MusicHealthCheck.java"Thomas Nelson1-3/+1
2019-07-10Sonar Fix - Remove the boxing to BooleanSudarshan Kumar1-8/+10
Remove the boxing to Boolean. The argument is already of the same type Issue-ID: MUSIC-431 Change-Id: Ia5eb5f180d50fd8737c456ae53a493bbcb2b28a7 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-07-05Fixed sonar issues in MusicHealthCheck.javaArundathi Patil1-3/+1
Fixed multiple sonar issues across this file Issue-ID: MUSIC-428 Change-Id: I9e6843226bc3544411334af7070e5c67f072e159 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent34-51/+46
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>
2019-05-16CADI and a few small updates.Nelson, Thomas (arthurdent3)3-1/+276
- Include CADI and remove Admin API and admin code. - A few Sonar Fixes. - Properties File Clean up. - Read/Write Locking API. - Various whitespace fixes. Issue-ID: MUSIC-394 Change-Id: I58e1b64b71796bb6bda1c97ea688f434a836d3c7 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-05-13Changes Listed below:Nelson, Thomas (arthurdent3)2-6/+27
- Added build version API - Updated Keyspace active to use Properties setting - Update Libraries Netty,jbcrypt,Jackson Databind and log4j - Removed some irrelivant files - Updated some usint tests to ignore some tests(This will be updated soon) - Bugfixes - Missing Values, inform user. - Respond with proper error - Fix Locking Contention issue. - Add locking retry for atomic calls. Change-Id: Ie218dd92edb0c20e4a0efe33eeaaec84e5293c44 Issue-ID: MUSIC-393 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-03-07Remove straggling zookeper referencesTschaen, Brendan1-4/+3
Issue-ID: MUSIC-361 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I4faac78bc898b07902ce97ac6112f0dcd4a3729a
2019-02-26Remove zookeeper referenceTschaen, Brendan1-31/+2
Test cachingUtil, and other test coverage increase Remove unused code Rebased ontop of authentication changes Change-Id: I795a9a90d0863b03cc2a4917d4ff13a0a6fca1cc Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-20Merge "MusicHealthCheck.java - Multiple Sonar Fixes"Thomas Nelson1-15/+4
2019-02-12Fix for code Vulnerability,reported by SonarJegadeesh Babu1-6/+4
Removed and printStackTrace and added logger Issue-ID: MUSIC-314 Change-Id: Ieeb33d6e58ec469c6fb540d943bae97b703ebbda Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
2019-01-31MusicHealthCheck.java - Multiple Sonar FixesDriptaroop Das1-15/+4
MusicHealthCheck.java - Multiple Sonar Fixes Issue-ID: MUSIC-302 Change-Id: I8e9b8be0d35b5a8d3042ffe056b4d29c5bb7888e Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)6-309/+316
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-25Merge "Sonar Fixes - MusicHealthCheck.java"Thomas Nelson1-2/+2
2019-01-18AppMessages.java - Sonar FixesDriptaroop Das1-16/+3
AppMessages.java - Sonar Fixes Issue-ID: MUSIC-275 Change-Id: I3de5a36510e1051efc8b68df995e2f88c38215bf Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-18Sonar Fixes - MusicHealthCheck.javaDriptaroop Das1-2/+2
Sonar Fixes - MusicHealthCheck.java Issue-ID: MUSIC-274 Change-Id: I0e63d3dabf47c2aa340408638c85dd2534baaf67 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2018-12-05New logging interfaceTschaen, Brendan1-2/+31
Change-Id: I613ed617afd97160e4bb88c121dcf27d1df018f9 Issue-ID: MUSIC-229 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-28Fixed sonar issue in AppMessages.javaezhil1-13/+32
Added getter and setter methods Issue-ID: MUSIC-208 Change-Id: I87ba212f79d70c6d105467f31b410fbed95891d5 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-08-27MusicHealthCheck.java- Fixed sonar issueArundathi Patil1-4/+6
Fixed sonar issue, A nullpointer exception could be thrown Issue-ID: MUSIC-108 Change-Id: Id025658bde7b92bbacd940fc6c2121fc84086ea6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-16various UpdatesThomas Nelson Jr (arthurdent3) tn1381@att.com1-0/+149
Q-api, triggers, conductor conditional updates. Bug fixes Change-Id: Iec392309787cd90f0a2827a2955399723640e800 Issue-ID: MUSIC-93 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-13Docker update and POM fixThomas Nelson Jr (arthurdent3) tn1381@att.com1-2/+8
Update the docker for cassandra to change ownership of imported files. Update the POM to fix bug Numerous bug fixes fro Logging and Error reporting. Change-Id: I518807f9796734134341ebefd109219050a84b51 Issue-ID: MUSIC-56, MUSIC-57, MUSIC-58 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-03-06More Unit tests for Sonar coverageThomas Nelson Jr (arthurdent3) tn1381@att.com4-0/+364
Change-Id: I5cc3d490bdc70dfa0ed69e1ee6d954ef2846f8e5 Issue-ID: MUSIC-40 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-02-20Applying bug fixesThomas Nelson Jr (arthurdent3)1-2/+2
To many overlapping changes so including all of them. When pushing individually build was breaking. Issue-ID: MUSIC-33,MUSIC-34,MUSIC-35,MUSIC-36,MUSIC-37 Change-Id: I15b6f7c683d0d2eeadd99c2376dedd6c43a67a8c Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>
2018-02-05Initial code Import.arthurdent31-0/+354
Issue-ID: MUSIC-21 Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc Signed-off-by: arthurdent3 <tn1381@att.com>