aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/eelf/healthcheck/MusicHealthCheck.java
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella1-130/+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-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 arthudent31-14/+14
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)1-1/+1
- 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)1-5/+26
- 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-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)1-106/+108
- 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-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-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>