aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/music/exceptions
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella7-541/+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-09-16Deadlock detection by ownerArthur Martella1-0/+75
Issue-ID: MUSIC-502 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: Iec20cfeec96d7031c691055ffba2f65c34854adf
2019-06-26Sonar Changes for Authentication ClassesNelson, Thomas (tn1381)1-0/+75
Issue-ID: MUSIC-418 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I42240c66179a8a7a1b27093d3fffc180a73f4d14 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-05-28Bug Fix for Empty Body.Nelson, Thomas (arthurdent3)1-10/+12
Updated a few missing checks for this. Update api name, add properties to be more forgiving for lock type Change-Id: I4743110bdc654e4346052bd0e045270fd4925417 Issue-ID: MUSIC-398 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)4-0/+4
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-12-20Merge "fixed sonar issue in MusicPolicyVoilationException"Bharath Balasubramanian1-6/+8
2018-12-05fixed sonar issue in MusicPolicyVoilationExceptionSandeep J1-6/+8
removed commented lines of code Issue-ID: MUSIC-182 Change-Id: I4263aca28824cb1aac8d445d8b3992717fc1cc0f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-11-29Fixed Sonar issue in MusicServiceExceptionezhil1-14/+19
Fixed Exception variable issue Issue-ID: MUSIC-209 Change-Id: Ia8806059da0d7a281eff696f0c96675dac515ee0 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-11-13Sonar Fix:MusicServiceException,ReturnTypeArundathi Patil1-21/+20
Fixed sonar isues/code-smells across this file Issue-ID: MUSIC-180 Change-Id: I2ef2f6902b9d783a498c1fc69e383bc94f61fbc6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com1-19/+19
Helm Charts require new Docker images. Refined Cassandra and Cassandra cql loader. Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b Issue-ID: MUSIC-99 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-17MusicServiceException.java: Fixed sonar issuesArundathi Patil1-19/+19
Sonar Link: https://sonar.onap.org/code?id=org.onap.music%3AMUSIC&selected=org.onap.music%3AMUSIC%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fmusic%2Fexceptions%2FMusicServiceException.java Issue-ID: MUSIC-137 Change-Id: Ibb96c29aa17d7f8f42d1ceb5aa9581b2b250e2dc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-03-27Code Coverage, Auth ID, DockerNelson,Thomas(tn1381)(arthurdent3)1-0/+53
Change-Id: If9212aea5a643f2db6c18090f17cd2da71f5a968 Issue-ID: MUSIC-44, MUSIC-65, MUSIC-56 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-02-05Initial code Import.arthurdent34-0/+326
Issue-ID: MUSIC-21 Change-Id: I89ceab0891b4b7cb999dab532d6bae9092f027cc Signed-off-by: arthurdent3 <tn1381@att.com>