summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package namesunil unnava1-395/+0
Issue-ID: DMAAP-858 Change-Id: Ia69621ea6ad2ec2ec525800af2a7d3f73aef82ed Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-08-31Remove the username/password checksunil unnava1-12/+7
Issue-ID: DMAAP-689 Change-Id: I1b6528bd3aaa2d9d117d0970444123a3c93ac597 Signed-off-by: sunil unnava <su622b@att.com>
2018-08-10Sonar major issuesSurendra Reddy Katam1-2/+1
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbQH32hFUzlqc5YO&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java Line No-330 Change-Id: Ide8bc7472363646d5f73d8ae94f1d3b7ce3a1865 Issue-ID: DMAAP-576 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-09Sonar major issuesSurendra Reddy Katam1-11/+0
This block of commented-out lines of code should be removed SonarLink: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbQH32hFUzlqc5YO&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java Line No-338 Change-Id: I3504b07bb4bf281477000dfee48d4a7b00c23833 Issue-ID: DMAAP-572 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-07Sonar critical issuesSurendra Reddy Katam1-1/+1
This block of commented-out lines of code should be removed Sounar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AWE8fY_t-08if2a6yLVP&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java Line No-327 Change-Id: I236ab91295afa11a7a0db9409bd00b6e3e4b4034 Issue-ID: DMAAP-563 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-04-11support for post requests with auth2.0.0-ONAPbeijing2.0.0-ONAPsu622b1-2/+2
Issue-ID: DMAAP-404 Change-Id: Iaa85ab5410472fca4dd6118d2a53efc1737609d5 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-09Support for post without authv1.1.5su622b1-0/+14
Issue-ID: DMAAP-399 Change-Id: I51f1ff8ed978e3e00fccd63edf421c794f6e7f32 Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-09Support for post without authsu622b1-0/+16
Issue-ID: DMAAP-399 Change-Id: I0e769c5554a8adf7a606bebe1c23b35fbab9c82c Signed-off-by: su622b <sunil.unnava@att.com>
2018-04-06Fixes for response parsing errorsv1.1.4su622b1-6/+6
Issue-ID: DMAAP-396 Change-Id: I2d8fa85dfe5246d76cf4e2066f4c5e6859c4440f Signed-off-by: su622b <sunil.unnava@att.com>
2018-03-28Sonar major issuesSurendra Reddy Katam1-1/+0
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbQH32hFUzlqc5YM&resolved=false&severities=MAJOR Location: src/main/java/com/att/nsa/mr/client/impl/MRBaseClient.java Line No-47 Change-Id: Ic168f908a0ac740ec152702a66f6ddb684b093b4 Issue-ID: DMAAP-365" Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-03-06testcases for code coverageSunil Unnava1-95/+51
Issue-ID: DMAAP-271 Change-Id: I9b11a61d1098598f8dc6c687a10ebf765128d977 Signed-off-by: Sunil Unnava <su622b@att.com>
2018-01-23Changes to the DMaap Clientsunil.unnava1-177/+209
Added new API to the DMaapClient Issue-ID: DMAAP-214 Change-Id: I4de2da7ca42ad1b5925a2df9d26672875dd15b10 Signed-off-by: sunil.unnava <su622b@att.com>
2017-09-13Fix NullPointerException caused by null log objectLee, Tian (tl5884)1-0/+2
Only two of the three constructors in MRBaseClient class actually initialises the fLog object. When the one that doesn't is invoked, any invokations of the logger in the class and its sub-classes will result in a NullPointerException. Change-Id: I112e932f22679b190dc03d00dc8d7341f8a24aa4 Issue-Id: DMAAP-132 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-08-31Revert package name changesVarun Gudisena1-0/+393
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I36c2aef063050c265640b79e6dc0e8ab7add8d22 Signed-off-by: Varun Gudisena <vg411h@att.com>