aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/datastore/MusicDataStoreHandle.java
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella1-124/+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 MusicDataStoreHandle.javaArundathi Patil1-3/+3
Fixed multiple sonar issues across this file Issue-ID: MUSIC-424 Change-Id: If2b132fc03e1ec3b3485774d708de06b1d12cd93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.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-39/+51
- 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-08Merge "Sonar Fixes - MusicDataStoreHandle.java"Thomas Nelson1-1/+2
2019-02-20Sonar Fixes - MusicDataStoreHandle.javaDriptaroop Das1-2/+2
Sonar Fixes - MusicDataStoreHandle.java Issue-ID: MUSIC-340 Change-Id: I693e1bc924df35e173036b0df34cd1d17d36a1c8 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-02-18Sonar vulnerability fixes in MusicDataStoreHandler.bogacki1-4/+7
Removed unnecessary imports. Added private constructor for static utility class. Change-Id: I2e41ba263194dbb3e7e6ae70074c85bfd69b7ab1 Issue-ID: MUSIC-335 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)1-0/+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>