summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/cambria/metrics/publisher
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Sonar critical issuesSurendra Reddy Katam1-1/+1
Define and throw a dedicated exception instead of using a generic one Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vaf-32hFUzlqc5ry&resolved=false&severities=CRITICAL Location: src/main/java/com/att/nsa/cambria/metrics/publisher/CambriaPublisherUtility.java Line No-56 Change-Id: I43199346fee31ed87618c69e7f46c7ef6d0a0a69 Issue-ID: DMAAP-426 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-03-28sonar critical for errorhandlingDushyant Singh Thakur1-1/+2
Either re-interrupt this method or rethrow the InterruptedException Sonar Link: https://sonar.onap.org/project/issues?id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vagy32hFUzlqc5s0&resolved=false&severities=CRITICAL&types=BUG Location: src/main/java/com/att/nsa/cambria/metrics/publisher/impl/DMaaPCambriaSimplerBatchPublisher.java Line No-192 Change-Id: I5cdf566045392cb5845067565c50660b2afed333 Issue-ID: DMAAP-307 Signed-off-by: Dushyant Singh Thakur <dt00503496@techmahindra.com>
2017-08-31Revert package name changesVarun Gudisena10-0/+1634
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: Ic741b602ade60f108d940c0571a1d94b7be2abc2 Signed-off-by: Varun Gudisena <vg411h@att.com>