music.git
4 years agoTest case for deadlock detection 57/95957/1
Arthur Martella [Wed, 18 Sep 2019 21:02:07 +0000 (17:02 -0400)]
Test case for deadlock detection

Issue-ID: MUSIC-502
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
Change-Id: I270298c464df020869bd3779e2858dc43c27e69a

4 years agoJackson Faster-xml vulnerability. 22/95822/1
Thomas Nelson (arthurdent3) [Tue, 17 Sep 2019 13:49:58 +0000 (09:49 -0400)]
Jackson Faster-xml vulnerability.

CVE-2019-14439 Information Disclosure Vulnerability

FasterXML Jackson-databind is prone to an information-disclosure
vulnerability that occurs due to a polymorphic typing issue.
Specifically, this issue occurs when an externally exposed JSON endpoint
has default typing enabled and has logback jar in the classpath.

An attacker can exploit this issue to obtain sensitive information that
may aid in further attacks.

Issue-ID: MUSIC-504
Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
Change-Id: I2c31986ff2d792d482f84406e96c47dbf652f32f

4 years agoMerge "Load Music properties without Spring Boot"
Thomas Nelson [Tue, 17 Sep 2019 13:33:11 +0000 (13:33 +0000)]
Merge "Load Music properties without Spring Boot"

4 years agoMerge "Deadlock detection by owner"
Thomas Nelson [Tue, 17 Sep 2019 13:32:00 +0000 (13:32 +0000)]
Merge "Deadlock detection by owner"

4 years agoLoad Music properties without Spring Boot 76/95776/1
Arthur Martella [Mon, 16 Sep 2019 21:33:54 +0000 (17:33 -0400)]
Load Music properties without Spring Boot

Issue-ID: MUSIC-503
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
Change-Id: I14510c4fb686a4e48eed057e9714b7a0e00e5d9e

4 years agoDeadlock detection by owner 74/95674/5
Arthur Martella [Fri, 13 Sep 2019 19:59:26 +0000 (15:59 -0400)]
Deadlock detection by owner

Issue-ID: MUSIC-502
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
Change-Id: Iec20cfeec96d7031c691055ffba2f65c34854adf

4 years agoMerge "sonar-463 Immediately return this expression instead of assigning it to the...
Thomas Nelson [Wed, 11 Sep 2019 16:40:41 +0000 (16:40 +0000)]
Merge "sonar-463 Immediately return this expression instead of assigning it to the temporary variable "ks""

4 years agoMerge "Move this constructor to comply with Java Code Conventions"
Thomas Nelson [Wed, 11 Sep 2019 16:40:30 +0000 (16:40 +0000)]
Merge "Move this constructor to comply with Java Code Conventions"

4 years agoMerge "sonar fix-463 remove the exception from the method body"
Thomas Nelson [Wed, 11 Sep 2019 16:36:15 +0000 (16:36 +0000)]
Merge "sonar fix-463 remove the exception from the method body"

4 years agoMerge "sonar fix:remove the declaration of exceptions from method body"
Thomas Nelson [Wed, 11 Sep 2019 16:35:34 +0000 (16:35 +0000)]
Merge "sonar fix:remove the declaration of exceptions from method body"

4 years agoMerge "sonar-463-remove the declaration of thrown exception"
Thomas Nelson [Wed, 11 Sep 2019 16:34:40 +0000 (16:34 +0000)]
Merge "sonar-463-remove the declaration of thrown exception"

4 years agoTrying to release 72/95272/1
Thomas Nelson (arthurdent3) [Mon, 9 Sep 2019 17:38:30 +0000 (13:38 -0400)]
Trying to release

Issue-ID: MUSIC-406
Signed-off-by: Thomas Nelson (arthurdent3) <nelson24@att.com>
Change-Id: I7839a0e6137cc2c07076a83a3aff00549e9b3fb4

4 years agoDo Release 74/95174/1
Nelson, Thomas (tn1381) [Fri, 6 Sep 2019 16:12:46 +0000 (12:12 -0400)]
Do Release

Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: Idd115cbce53fddf46b7b2f3f691e6f49993a0514

4 years agoRename springboot jar 90/95090/1
Tschaen, Brendan [Thu, 5 Sep 2019 20:11:42 +0000 (16:11 -0400)]
Rename springboot jar

Jars are now MUSIC-SB.jar for springboot packaged jar and MUSIC.jar for music jar

Change-Id: I9348d43227983b45c74a728862fc5608831e033c
Issue-ID: MUSIC-466
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agosonar fix-463 remove the exception from the method body 25/94625/1
Thugutla sailakshmi [Thu, 29 Aug 2019 17:19:31 +0000 (22:49 +0530)]
sonar fix-463 remove the exception from the method body

sonar fix-463 remove the exception from the method body

Issue-ID: MUSIC-463
Change-Id: Ief7810f15924b65029d71b9f087c59dfb5b6decd
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agosonar-463-remove the declaration of thrown exception 24/94624/1
Thugutla sailakshmi [Thu, 29 Aug 2019 17:15:33 +0000 (22:45 +0530)]
sonar-463-remove the declaration of thrown exception

remove the declaration of thrown exception

Issue-ID: MUSIC-463
Change-Id: I4e448228c36aa88a2751ad1ddfb40bb567e2adc2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agosonar-463 Immediately return this expression instead of assigning it to the temporary... 23/94623/1
Thugutla sailakshmi [Thu, 29 Aug 2019 17:12:02 +0000 (22:42 +0530)]
sonar-463 Immediately return this expression instead of assigning it to the temporary variable "ks"

Immediately return this expression

Issue-ID: MUSIC-463
Change-Id: Idd4745e9b6c6c956d736172302d272ec20946048
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoMove this constructor to comply with Java Code Conventions 22/94622/1
Thugutla sailakshmi [Thu, 29 Aug 2019 17:07:21 +0000 (22:37 +0530)]
Move this constructor to comply with Java Code Conventions

Move this constructor to comply with Java Code Conventions

Issue-ID: MUSIC-463
Change-Id: Ifb9b8c1bf4b76074061b1123886dcfc78f7b7186
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agosonar fix:remove the declaration of exceptions from method body 21/94621/1
Thugutla sailakshmi [Thu, 29 Aug 2019 16:58:45 +0000 (22:28 +0530)]
sonar fix:remove the declaration of exceptions from method body

sonar fix:remove the declaration of exceptions from method body

Issue-ID: MUSIC-463
Change-Id: I3f587a4506f745eafa02a4415e1215fbd9eff8f8
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoIssue-ID: MUSIC-481. Removed commented out lines of code. 82/93682/1
Mamtha [Fri, 16 Aug 2019 10:27:22 +0000 (15:57 +0530)]
Issue-ID: MUSIC-481. Removed commented out lines of code.
Issue-ID: MUSIC-481. Removed commented out code. Code cleanup

Change-Id: I1565f2d9312a9d6daa232074fee35577dfe197c2
Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
4 years agoMerge "Sonar Fix: Removed commented out lines of code"
Brendan Tschaen [Wed, 14 Aug 2019 15:31:20 +0000 (15:31 +0000)]
Merge "Sonar Fix: Removed commented out lines of code"

4 years agoMerge "General sonar fixes: use logger"
Brendan Tschaen [Wed, 14 Aug 2019 15:30:23 +0000 (15:30 +0000)]
Merge "General sonar fixes: use logger"

4 years agoMerge "MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServlet...
Brendan Tschaen [Wed, 14 Aug 2019 15:26:29 +0000 (15:26 +0000)]
Merge "MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServletFilter.java"

4 years agoRelease version 3.2.34 79/93479/1
Tschaen, Brendan [Tue, 13 Aug 2019 19:27:30 +0000 (15:27 -0400)]
Release version 3.2.34

Change-Id: I315e842b063f3faaef8fb87284606d45c068f59f
Issue-ID: MUSIC-482
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoEl Alto Early Drop Version 42/93342/1
Tschaen, Brendan [Mon, 12 Aug 2019 13:26:09 +0000 (09:26 -0400)]
El Alto Early Drop Version

Change-Id: Ibe756c7e7236599bfcf62b73f06046ff6ffc57e4
Issue-ID: MUSIC-482
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoSonar Fix: Removed commented out lines of code 55/93355/1
Mamtha [Mon, 12 Aug 2019 11:56:03 +0000 (17:26 +0530)]
Sonar Fix: Removed commented out lines of code

Sonar Fix: Removed commented out lines of code.

Issue-ID: MUSIC-481
Change-Id: Iee6d633697949f22d2d00069f12fba8253bb2a07
Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
4 years agoGeneral sonar fixes: use logger 30/92430/1
Arindam Mondal [Thu, 1 Aug 2019 05:25:18 +0000 (14:25 +0900)]
General sonar fixes: use logger

Issue-ID: MUSIC-410
Change-Id: Iac08df4b7534f3293f7ffa3ca1877b5baf044f89
Signed-off-by: arind.mondal <arind.mondal@samsung.com>
4 years agoMUSIC-465 junits-Application.java file 06/92006/1
Thugutla Sailakshmi [Thu, 25 Jul 2019 11:49:38 +0000 (17:19 +0530)]
MUSIC-465 junits-Application.java file

junits-Application.java file

Issue-ID: MUSIC-465
Change-Id: I5869dca91e9b4a7cf54f2493a8b0699d23fc8a73
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
4 years agoMUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServletFilter... 87/91887/1
Thugutla Sailakshmi [Tue, 23 Jul 2019 17:35:57 +0000 (23:05 +0530)]
MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServletFilter.java

remove declaration of method exception-MusicLoggingServletFilter.java

Issue-ID: MUSIC-463
Change-Id: I388194f74354604515390372e1442b3892ac07e7
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
4 years agoMerge "Sonar Fix: JsonSelect.java"
Brendan Tschaen [Tue, 23 Jul 2019 17:24:41 +0000 (17:24 +0000)]
Merge "Sonar Fix: JsonSelect.java"

4 years agoMerge "Sonar Fix: AuthUtil.java"
Thomas Nelson [Tue, 23 Jul 2019 16:10:39 +0000 (16:10 +0000)]
Merge "Sonar Fix: AuthUtil.java"

4 years agoMerge "Handled unclosed resources using try-with-resources statement"
Thomas Nelson [Tue, 23 Jul 2019 16:10:10 +0000 (16:10 +0000)]
Merge "Handled unclosed resources using try-with-resources statement"

4 years agoSonar Fix: AuthUtil.java 28/91728/1
Arundathi Patil [Fri, 19 Jul 2019 09:21:11 +0000 (14:51 +0530)]
Sonar Fix: AuthUtil.java

Fixed sonar issues across this file

Issue-ID: MUSIC-460
Change-Id: Ib421c3980085a3114c4f2d3f102a391e9c8f2155
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoSonar Fix: JsonResponse.java 27/91727/1
Arundathi Patil [Fri, 19 Jul 2019 09:18:22 +0000 (14:48 +0530)]
Sonar Fix: JsonResponse.java

Fixed sonar issues across this file

Issue-ID: MUSIC-459
Change-Id: I3249ca2644171bb5c65313b9b4198ddb039a0c61
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoSonar Fix: JsonSelect.java 26/91726/1
Arundathi Patil [Fri, 19 Jul 2019 09:15:40 +0000 (14:45 +0530)]
Sonar Fix: JsonSelect.java

Fixed sonar issues in this file

Issue-ID: MUSIC-426
Change-Id: I3080f15e2ba3909db21c5c529a0ed2b58ceeff41
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoMerge "Sonar Fix: Marked field as private"
Thomas Nelson [Tue, 16 Jul 2019 14:43:57 +0000 (14:43 +0000)]
Merge "Sonar Fix: Marked field as private"

4 years agoMerge "Fixed sonar issues in MusicHealthCheck.java"
Thomas Nelson [Tue, 16 Jul 2019 14:41:59 +0000 (14:41 +0000)]
Merge "Fixed sonar issues in MusicHealthCheck.java"

4 years agoSonar Fix: Marked field as private 44/91244/1
Sudarshan Kumar [Thu, 11 Jul 2019 10:27:55 +0000 (15:57 +0530)]
Sonar Fix: Marked field as private

Sonar Fix: Marked field as private

Issue-ID: MUSIC-434
Change-Id: If2e2e405933173b2b5eb09f407492a5097f4a291
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
4 years agoHandled unclosed resources using try-with-resources statement 47/91147/1
jegadeeshbabu1 [Wed, 10 Jul 2019 10:13:05 +0000 (15:43 +0530)]
Handled unclosed resources using try-with-resources statement

Used try-with-resources

Issue-ID: MUSIC-432
Change-Id: I1b2df10324fbfc100499b7de4c2414a44e232aec
Signed-off-by: jegadeeshbabu1 <jegabab1@in.ibm.com>
4 years agoSonar Fix - Remove the boxing to Boolean 45/91145/1
Sudarshan Kumar [Wed, 10 Jul 2019 09:53:31 +0000 (15:23 +0530)]
Sonar Fix - Remove the boxing to Boolean

Remove the boxing to Boolean. The argument is already of the same type

Issue-ID: MUSIC-431
Change-Id: Ia5eb5f180d50fd8737c456ae53a493bbcb2b28a7
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
4 years agoMerge "Sonar reduce method parameter"
Thomas Nelson [Tue, 9 Jul 2019 14:49:05 +0000 (14:49 +0000)]
Merge "Sonar reduce method parameter"

4 years agoMerge "Sonar Fix - added static for the fields"
Thomas Nelson [Tue, 9 Jul 2019 14:48:20 +0000 (14:48 +0000)]
Merge "Sonar Fix -  added static for the fields"

4 years agoMerge "Sonar fix in RestMusicHealthCheckAPI.java"
Thomas Nelson [Tue, 9 Jul 2019 14:47:39 +0000 (14:47 +0000)]
Merge "Sonar fix in RestMusicHealthCheckAPI.java"

4 years agoMerge "MUSIC-ORM-Implemetation"
Thomas Nelson [Tue, 9 Jul 2019 14:46:36 +0000 (14:46 +0000)]
Merge "MUSIC-ORM-Implemetation"

4 years agoMerge "Fixed sonar issues in MusicDataStoreHandle.java"
Thomas Nelson [Tue, 9 Jul 2019 14:44:36 +0000 (14:44 +0000)]
Merge "Fixed sonar issues in MusicDataStoreHandle.java"

4 years agoSonar Fix - added static for the fields 84/91084/1
Mamtha [Tue, 9 Jul 2019 11:43:28 +0000 (17:13 +0530)]
Sonar Fix -  added static for the fields

Sonar Fix -  added static for the fields

Issue-ID: MUSIC-407
Change-Id: If9ce53f870381e10acf412163b409606ed128a5f
Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
4 years agoSonar fix- RestMusicVersionAPI.java 60/91060/1
Arundathi Patil [Tue, 9 Jul 2019 03:27:45 +0000 (08:57 +0530)]
Sonar fix- RestMusicVersionAPI.java

Fixed multiple sonar issues in this file

Issue-ID: MUSIC-430
Change-Id: Ic8029d4c3b96f23ea18a94ca7f0683e10c9552d6
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoSonar fix in RestMusicHealthCheckAPI.java 59/91059/1
Arundathi Patil [Tue, 9 Jul 2019 03:17:49 +0000 (08:47 +0530)]
Sonar fix in RestMusicHealthCheckAPI.java

Fixed sonar issues in this file

Issue-ID: MUSIC-429
Change-Id: If56fa1064651e6df2c49fc5835efdd310ead5bbe
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoFixed sonar issues in MusicHealthCheck.java 76/90976/1
Arundathi Patil [Fri, 5 Jul 2019 17:31:20 +0000 (23:01 +0530)]
Fixed sonar issues in MusicHealthCheck.java

Fixed multiple sonar issues across this file

Issue-ID: MUSIC-428
Change-Id: I9e6843226bc3544411334af7070e5c67f072e159
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoFixed sonar issues in MusicDataStoreHandle.java 67/90967/1
Arundathi Patil [Fri, 5 Jul 2019 15:27:20 +0000 (20:57 +0530)]
Fixed sonar issues in MusicDataStoreHandle.java

Fixed multiple sonar issues across this file

Issue-ID: MUSIC-424
Change-Id: If2b132fc03e1ec3b3485774d708de06b1d12cd93
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoSonar reduce method parameter 39/89339/2
Arindam Mondal [Wed, 5 Jun 2019 09:25:23 +0000 (18:25 +0900)]
Sonar reduce method parameter

+)update
++)updateAtomic

Issue-ID: MUSIC-408
Change-Id: I89d981a31a00f024b3a7be24f5845a0a40c4a6a2
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
4 years agoMUSIC-ORM-Implemetation 14/90614/2
Sudarshan Kumar [Thu, 27 Jun 2019 18:55:15 +0000 (00:25 +0530)]
MUSIC-ORM-Implemetation

MUSIC-ORM-Implemetation

Issue-ID: MUSIC-348
Change-Id: Ifb6d4a1f331e080bdbeab236942e73ab13a69dad
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
4 years agoEnhance PreparedQueryObject 50/90750/1
Tschaen, Brendan [Mon, 1 Jul 2019 19:00:07 +0000 (15:00 -0400)]
Enhance PreparedQueryObject

Change-Id: I3da1ff5b5e8b63b6cf15a16cec5660e9ec9cf73d
Issue-ID: MUSIC-422
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoMerge "Update Netty Library version"
Brendan Tschaen [Thu, 27 Jun 2019 16:07:50 +0000 (16:07 +0000)]
Merge "Update Netty Library version"

4 years agoMerge "Sonar fixes for MusicApplication"
Brendan Tschaen [Thu, 27 Jun 2019 15:55:01 +0000 (15:55 +0000)]
Merge "Sonar fixes for MusicApplication"

4 years agoUpdate Netty Library version 40/90540/1
Nelson, Thomas (tn1381) [Wed, 26 Jun 2019 15:54:59 +0000 (11:54 -0400)]
Update Netty Library version

Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I088f6e727ad10971e245508ba862272d43170080

4 years agoSonar Changes for Authentication Classes 90/90490/2
Nelson, Thomas (tn1381) [Tue, 25 Jun 2019 23:44:53 +0000 (19:44 -0400)]
Sonar Changes for Authentication Classes

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>
4 years agoSonar fixes for MusicApplication 89/90489/2
Nelson, Thomas (tn1381) [Tue, 25 Jun 2019 23:48:27 +0000 (19:48 -0400)]
Sonar fixes for MusicApplication

and util files.
Fixed Testing issuse
Update Gitignore to include vscode.

Issue-ID: MUSIC-419
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I202613f905e2ef0cde338e7c98074faf68bc649a
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
4 years agoMerge "Some bug fixes and Minor Chages."
Thomas Nelson [Tue, 25 Jun 2019 14:31:10 +0000 (14:31 +0000)]
Merge "Some bug fixes and Minor Chages."

4 years agoClean up some unneded files. 46/90446/3
Nelson, Thomas (tn1381) [Tue, 25 Jun 2019 13:06:58 +0000 (09:06 -0400)]
Clean up some unneded files.

Added a missed file.

Issue-ID: MUSIC-415
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I5dac9778b975529dc5b34b1e771de0a046b925da
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
4 years agoMerge "added file to test MusicReponse.java"
Thomas Nelson [Tue, 25 Jun 2019 13:39:22 +0000 (13:39 +0000)]
Merge "added file to test MusicReponse.java"

4 years agoMerge "added file to test AuthorisationError.java"
Thomas Nelson [Tue, 25 Jun 2019 13:25:03 +0000 (13:25 +0000)]
Merge "added file to test AuthorisationError.java"

4 years agoMerge "added file to test PreparedQueryObject"
Thomas Nelson [Tue, 25 Jun 2019 13:24:50 +0000 (13:24 +0000)]
Merge "added file to test PreparedQueryObject"

4 years agoMerge "added test case to JsonInsertTest.java"
Thomas Nelson [Tue, 25 Jun 2019 13:23:39 +0000 (13:23 +0000)]
Merge "added test case to JsonInsertTest.java"

4 years agoSome bug fixes and Minor Chages. 01/90201/2
Thomas Nelson arthudent3 [Wed, 19 Jun 2019 22:19:10 +0000 (22:19 +0000)]
Some bug fixes and Minor Chages.

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>
4 years agoadded file to test AuthorisationError.java 39/90439/1
Sandeep J [Tue, 25 Jun 2019 10:31:45 +0000 (16:01 +0530)]
added file to test AuthorisationError.java

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: I524de3158652b485bc50963313e6bbbf10fa8540
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoadded file to test PreparedQueryObject 33/90433/1
Sandeep J [Tue, 25 Jun 2019 10:06:03 +0000 (15:36 +0530)]
added file to test PreparedQueryObject

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: Id231f3b0f122d9b9e95988a45eb8cd18ecdb0136
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoFix missed Log output 94/90194/1
Nelson, Thomas (tn1381) [Wed, 19 Jun 2019 21:24:19 +0000 (17:24 -0400)]
Fix missed Log output

Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I5a835b1bec73764b77b2e354284be98b7e87f919

4 years agoMerge "Update Version to Snapshot and"
Thomas Nelson [Wed, 19 Jun 2019 14:37:14 +0000 (14:37 +0000)]
Merge "Update Version to Snapshot and"

4 years agoMerge "added test cases to JsonResponseTest.java"
Thomas Nelson [Wed, 19 Jun 2019 13:41:03 +0000 (13:41 +0000)]
Merge "added test cases to JsonResponseTest.java"

4 years agoUpdate Version to Snapshot and 18/90018/1
Nelson, Thomas (tn1381) [Mon, 17 Jun 2019 15:02:28 +0000 (15:02 +0000)]
Update Version to Snapshot and

Update lbcrypt library to new versionZ

Issue-ID: MUSIC-406

Change-Id: I14a81b89287c90a2c91a0f4ef09675a348aef67a
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
4 years agoadded test case to JsonOnboardTest.java 85/89985/2
Sandeep J [Mon, 17 Jun 2019 08:05:43 +0000 (13:35 +0530)]
added test case to JsonOnboardTest.java

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: If3cea8de2e00fea19a5636e47fde9a30c2a395a8
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoadded file to test MusicReponse.java 87/89987/1
Sandeep J [Mon, 17 Jun 2019 08:20:03 +0000 (13:50 +0530)]
added file to test MusicReponse.java

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: I42f00d6d2379a56c2a8559872c41978aa886d64f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoadded test case to JsonInsertTest.java 84/89984/1
Sandeep J [Mon, 17 Jun 2019 07:58:21 +0000 (13:28 +0530)]
added test case to JsonInsertTest.java

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: I83d1d2f5d70ff5b73119f5c4e0d27e512de0f261
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoadded test cases to JsonResponseTest.java 83/89983/1
Sandeep J [Mon, 17 Jun 2019 07:49:05 +0000 (13:19 +0530)]
added test cases to JsonResponseTest.java

to increase code coverage

Issue-ID: MUSIC-412
Change-Id: Ia4e9c7772326e0011d0e63968f4dec9ce07249a9
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
4 years agoUse logger to log exception 28/89728/1
Arindam Mondal [Wed, 12 Jun 2019 04:11:56 +0000 (13:11 +0900)]
Use logger to log exception

Issue-ID: MUSIC-410
Change-Id: Ief175a400c2c336eeb03807d71c4ef7a05a1b748
Signed-off-by: arind.mondal <arind.mondal@samsung.com>
4 years agoDublin Release Notes 27/89527/1
Tschaen, Brendan [Thu, 6 Jun 2019 15:09:32 +0000 (11:09 -0400)]
Dublin Release Notes

Change-Id: Ifa6615aa9cc0d9279250c49a8c9062137531b384
Issue-ID: MUSIC-409
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoFix vulnerability in code where password is 67/89267/1
Nelson, Thomas (tn1381) [Tue, 4 Jun 2019 16:49:02 +0000 (12:49 -0400)]
Fix vulnerability in code where password is

being exposed in logs.

Issue-ID: MUSIC-406
Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
Change-Id: I5af16bf25a967ae27875b8c42cf746c3fa857a27

4 years agoMerge "Bug Fix for Empty Body."
Brendan Tschaen [Mon, 3 Jun 2019 16:53:28 +0000 (16:53 +0000)]
Merge "Bug Fix for Empty Body."

4 years agoAuthUtil tests added 07/89107/2
Tschaen, Brendan [Sun, 2 Jun 2019 23:00:24 +0000 (19:00 -0400)]
AuthUtil tests added

Change-Id: I78a13b43c85cb208c217841ed85eaf0284aad930
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoIncrease MusicUtil Code Coverage 04/89104/1
Tschaen, Brendan [Sun, 2 Jun 2019 17:56:14 +0000 (13:56 -0400)]
Increase MusicUtil Code Coverage

Change-Id: I99bdec64d00a3822e4f40ed75b496c591b070057
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoUpdate unit tests for holders api 97/89097/1
Tschaen, Brendan [Sun, 2 Jun 2019 01:26:25 +0000 (21:26 -0400)]
Update unit tests for holders api

Change-Id: Ib4d6ce287cdacc2c0aad36c2936075087a9e6f49
Issue-ID: MUSIC-405
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoBug Fix for Empty Body. 91/88591/1
Nelson, Thomas (arthurdent3) [Tue, 28 May 2019 04:18:08 +0000 (04:18 +0000)]
Bug Fix for Empty Body.

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>
4 years agoMerge "Update junit test"
Brendan Tschaen [Fri, 17 May 2019 14:49:51 +0000 (14:49 +0000)]
Merge "Update junit test"

4 years agoCADI and a few small updates. 07/87707/2
Nelson, Thomas (arthurdent3) [Tue, 14 May 2019 20:23:59 +0000 (20:23 +0000)]
CADI and a few small updates.

- 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>
4 years agoUpdate junit test 95/87795/1
Nelson, Thomas (arthurdent3) [Wed, 15 May 2019 17:59:33 +0000 (17:59 +0000)]
Update junit test

Change-Id: I1c39d008958cebed0454b5a1f980e3c88082c876
Issue-ID: MUSIC-395
Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
4 years agoChanges Listed below: 63/87363/4
Nelson, Thomas (arthurdent3) [Thu, 9 May 2019 14:16:37 +0000 (14:16 +0000)]
Changes Listed below:

- 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>
4 years agoUpdate oparent version 68/86768/1
Jessica Wagantall [Thu, 2 May 2019 02:15:57 +0000 (19:15 -0700)]
Update oparent version

Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.

Change-Id: I14f32e240505dd9fd1ecd6708560a191e420e67f
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoMerge "Log stack traces with logger"
Bharath Balasubramanian [Wed, 10 Apr 2019 20:48:49 +0000 (20:48 +0000)]
Merge "Log stack traces with logger"

5 years agoMerge "Log exceptions from CachingUtil.java"
Thomas Nelson [Wed, 10 Apr 2019 12:36:23 +0000 (12:36 +0000)]
Merge "Log exceptions from CachingUtil.java"

5 years agoRemoving failing trigger job 64/84264/2
Tschaen, Brendan [Thu, 4 Apr 2019 17:33:59 +0000 (13:33 -0400)]
Removing failing trigger job

Change-Id: Ibe27bfd3bc152b09db4363bfb2151dbb7da25645
Issue-ID: MUSIC-375
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
5 years agoLog stack traces with logger 76/82676/2
r.bogacki [Tue, 19 Mar 2019 13:27:16 +0000 (14:27 +0100)]
Log stack traces with logger

Fixed critical sonar issues:
-"Either log or rethrow this exception"

Change-Id: I99a550f2cf40bd6c34a0f8ca1893c964669c76de
Issue-ID: MUSIC-367
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoMerge "Respond error codes responses for wrong urls" 2.5.8
Bharath Balasubramanian [Mon, 25 Mar 2019 23:12:05 +0000 (23:12 +0000)]
Merge "Respond error codes responses for wrong urls"

5 years agoRespond error codes responses for wrong urls 38/82838/1
Tschaen, Brendan [Wed, 20 Mar 2019 17:53:28 +0000 (13:53 -0400)]
Respond error codes responses for wrong urls

Change-Id: I7fddb09af825755394b0f75e993bc9ea64a8c82d
Issue-ID: MUSIC-368
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
5 years agoLog exceptions from CachingUtil.java 50/82650/1
r.bogacki [Tue, 19 Mar 2019 09:26:32 +0000 (10:26 +0100)]
Log exceptions from CachingUtil.java

Fixed critical sonar issues:
-log exceptions stack traces
-fixed imports.

Change-Id: I4fc3c79852cd0c483abef975bcd7e535f3de48f3
Issue-ID: MUSIC-366
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoMerge "Update logbax.xml and create test resources."
Bharath Balasubramanian [Mon, 18 Mar 2019 13:34:20 +0000 (13:34 +0000)]
Merge "Update logbax.xml and create test resources."

5 years agoUpdate logbax.xml and create test resources. 31/82531/1
Nelson,Thomas(tn1381)(arthurdent3) [Sun, 17 Mar 2019 05:15:13 +0000 (01:15 -0400)]
Update logbax.xml and create test resources.

Also update pom to reflect that test resources are located in a
different dir.

Issue-ID: MUSIC-365
Change-Id: Ie118621dfdea9819403d3adf4f9d54cd2571ecdc
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
5 years agoUpdate INFO.yaml file 25/82325/1
Jessica Wagantall [Fri, 15 Mar 2019 01:21:14 +0000 (18:21 -0700)]
Update INFO.yaml file

Update missing information blocks and
indentation to pass verify job.

Change-Id: Id022875a769806aff7f130c289230dca3312b2f0
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoMerge "update version of jackson datatype"
Bharath Balasubramanian [Mon, 11 Mar 2019 20:40:34 +0000 (20:40 +0000)]
Merge "update version of jackson datatype"

5 years agoMerge "Unit test coverage lines for MusicUtil.java"
Thomas Nelson [Fri, 8 Mar 2019 21:31:42 +0000 (21:31 +0000)]
Merge "Unit test coverage lines for MusicUtil.java"