summaryrefslogtreecommitdiffstats
path: root/music-rest/src
AgeCommit message (Collapse)AuthorFilesLines
2019-10-09Merge "Remove this unused logger private field Issue-ID: MUSIC-523 ↵Brendan Tschaen1-6/+4
Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7 Signed-off-by: manisha07 <cmanis10@in.ibm.com>"
2019-10-04Remove this unused logger private fieldmanisha071-6/+4
Issue-ID: MUSIC-523 Change-Id: Idabaaf20bfb243598db30a6985eedb411b2cd2b7 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)2-7/+7
Had to create whole new method for Atomic Lock Creation. Added thread safe set to contol lock creation per key. Updated the deadlock to use local_quorum Removed some uneeded import Updated some logging. Issue-ID: MUSIC-512 Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com> Change-Id: I7e1a4c34de5dc9a0e90adf30d1f4d1bac698ceae Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella40-0/+9891
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