aboutsummaryrefslogtreecommitdiffstats
path: root/music-core/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04Unit test cases for DeadLockDetectionUtil, CipherUtil and CassaLockStoreGadicherla, Shiva1-1/+9
Issue-ID: MUSIC-521 Signed-off-by: Gadicherla, Shiva <sg592n@att.com> Change-Id: I8544a2003548eff9d26c48f65e5109154924bfe9
2019-10-10Merge "Include owner in createLockRef"Bharath Balasubramanian4-4/+19
2019-10-09Include owner in createLockRefTschaen, Brendan4-4/+19
Change-Id: I7403f27b739259576419a380878cf0e263f9b8c6 Issue-ID: MUSIC-502 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-10-03Update locking to use Threadsafe setThomas Nelson (arthurdent3)5-36/+115
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-30Include lockstate codec by defualtTschaen, Brendan1-27/+30
Change-Id: I5a39b2c865cff205af9d650e54157b992e748973 Issue-ID: MUSIC-508 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-09-26Split music src into music-core and music-restArthur Martella44-0/+8556
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