summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/dmf/mr/backends
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package name1.1.11sunil unnava17-3366/+0
Issue-ID: DMAAP-858 Change-Id: I49ae6eb9c51a261b64b911e607fcbbca46c5423c Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-15enable/disable AAF using a flag1.1.10sunil unnava1-2/+3
Issue-ID: DMAAP-849 Change-Id: I9aa4cce6c9b484170e006866a58f99926b53e2fc Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-10fixes for sonar vulnerabilitiessunil unnava3-4/+3
Issue-ID: DMAAP-824 Change-Id: I15a693f443370f5fd03cf3ede2946afa6b7f1a3b Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-09-24Sonar major issuesSumapriya Sarvepalli1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vab632hFUzlqc5oU&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MemoryQueue.java Line No:L47 Change-Id: I0fc8c1ca870dd4ece37bd7d6526537c87291a5e0 Issue-ID: DMAAP-815 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-09-24Sonar major issuesSumapriya Sarvepalli1-2/+1
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41Wk7wGn37JfbyH1N&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/Kafka011ConsumerUtil.java Line No:L28 Change-Id: I9953eee4ad330fd1752374ddb60387b1d374bd1f Issue-ID: DMAAP-814 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-09-20Sonar major issuesSumapriya Sarvepalli1-1/+1
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WlEwGn37JfbyH1c&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/LockInstructionWatcher.java Line No:L72 Change-Id: I10bca0095845399938257b42909ef2ab1a88b3b6 Issue-ID: DMAAP-810 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-09-20Sonar major issuesSumapriya Sarvepalli1-1/+1
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkDwGn37JfbyHyR&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MessageLogger.java Line No:L35 Change-Id: I023bfce21fcbb388ff063304b077150c18bc89ea Issue-ID: DMAAP-807 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-09-17Changes for Kafka AAF integrationsunil unnava1-2/+4
Issue-ID: DMAAP-772 Change-Id: I60e07746c48967500f744f3fe9632d55197277bb Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-09-11Merge "Removing commented line"Ram Koya1-2/+1
2018-09-07Merge "MemoryMetaBroker.java: Fixed sonar issues"Ram Koya1-14/+17
2018-09-07MemoryMetaBroker.java: Fixed sonar issuesArundathi Patil1-14/+17
Sonar Link : https://sonar.onap.org/project/issues?id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vabv32hFUzlqc5oG&resolved=false&types=CODE_SMELL Issue-ID: DMAAP-752 Change-Id: I54df6fc0fc73252bba1e3a2a453138d79e23adff Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-07KafkaLiveLockAvoider2.java: fixed sonar issuesArundathi Patil1-3/+1
Sonar Link : https://sonar.onap.org/code?id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&selected=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr%3Asrc%2Fmain%2Fjava%2Fcom%2Fatt%2Fdmf%2Fmr%2Fbackends%2Fkafka%2FKafkaLiveLockAvoider2.java Issue-ID: DMAAP-751 Change-Id: I7151abc740771e7750c91e5666fc661e4a9aa68a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-07Merge "Consumer.java: Fixed sonar issue"Ram Koya1-1/+0
2018-09-06MemoryConsumerFactory.java: Fixed sonar issuesArundathi Patil1-8/+10
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-745 Change-Id: Ieefda5f0b36ca23ff2406cf298690a1376fedf06 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06Consumer.java: Fixed sonar issueArundathi Patil1-1/+0
Fixed sonar issue, remove unused import Issue-ID: DMAAP-744 Change-Id: I17ba87b04fe6caf56374e6cdef00b282b3ad0e5d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31Fix sonar issues in KafkaConsumerCache.javaParshad Patel1-7/+8
Fix use try-with-resources, InterruptedException sonar issues Issue-ID: DMAAP-687 Change-Id: Ia667169912df87cc77dc6bd78a6de454e6516881 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-29Sonar major issuesSumapriya Sarvepalli1-3/+3
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-Vab632hFUzlqc5oV&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MemoryQueue.java Line No:L46 L105 L172 Change-Id: Ifce2d0206e1a0898aa238a86259de7b41b2c8a23 Issue-ID: DMAAP-672 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-29Sonar major issuesSumapriya Sarvepalli1-2/+2
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41Wk4wGn37JfbyH1F&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaLiveLockAvoider2.java Line No:L70 L141 Change-Id: I44c5813ff366fafeff141346170c575bc352d160 Issue-ID: DMAAP-670 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-27Sonar major issuesSumapriya Sarvepalli1-7/+2
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWVrvBaZxOv3LmQdCiha&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaPublisher.java Line No:L45 L80 L96 Change-Id: I1ffa790aa3c088d25fe83669b0380dedc33ae234 Issue-ID: DMAAP-655 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-24Merge changes I6bae63d6,I5bed2ad4,I39e24692Ram Koya1-2/+2
* changes: Sonar major issues Sonar major issues Sonar Major issues
2018-08-24Sonar major issuesSumapriya Sarvepalli1-2/+2
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkywGn37JfbyH0l&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaPublisher.java Line No:L181 184 Change-Id: I5bed2ad41a016229a177db7a4dfaff9bb19fa0f2 Issue-ID: DMAAP-644 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-24Sonar major issuesSurendra Reddy Katam1-3/+3
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/memory/MemoryMetaBroker.java Line No- L49 L51 L93 Change-Id: I7f0e0a4562a91d07969118bd6955bcfac6214f50 Issue-ID: DMAAP-640 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-23Sonar Major issuesSumapriya Sarvepalli1-15/+9
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkywGn37JfbyH0q&resolved=false&rules=squid%3ACommentedOutCodeLine&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaPublisher.java Line No:L44 L79 L83 L87 L92 L97 L187 L203 L231 L234 Change-Id: I478277f42a305dfcd604fe4bd40a7377213356da Issue-ID: DMAAP-635 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-21Removing commented lineDushyantSinghThakur1-2/+1
comment line removed from the code Sonar Link: https://sonar.onap.org/project/issues?assignees=dthakur&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&resolved=false Location: src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java Line No-94 Change-Id: I008fb535684a011a628c80c3a69f05f01adbcf79 Issue-ID: DMAAP-622 Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>
2018-08-21Sonar Major issuesSumapriya Sarvepalli1-26/+18
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkgwGn37JfbyHyq&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaConsumerCache.java Line No:L64 L117 L122 L271 L397 L407 L421 L431 L457 L552 L694 L748 Change-Id: Ib41bd0442e7dd9177f958ee3d7f47e8e9fdc241c Issue-ID: DMAAP-621 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-20Sonar major issuesSumapriya Sarvepalli1-4/+4
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkgwGn37JfbyHyq&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/kafka/KafkaConsumerCache.java Line No:L166 L395 L419 L463 Change-Id: Ie766fa53303bf45a4e028c5a557ce45f8e211f99 Issue-ID: DMAAP-616 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-17Sonar Major issuesSumapriya Sarvepalli1-19/+13
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkrwGn37JfbyH0E&resolved=false Location: src/main/java/com/att/dmf/mr/backends/kafka/Kafka011Consumer.java Line No:L45 L64 L129 L142 L261 L269 L283 L289 L363 L368 L377 L385 L399 L401 Change-Id: Id747f017cc0f09694181ce410c697895fcfafafa Issue-ID: DMAAP-610 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-17Sonar Major issuesSumapriya Sarvepalli1-2/+0
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkSwGn37JfbyHyc&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/Publisher.java Line No:L32 L98 Issue-ID: DMAAP-609 Change-Id: I73b5ac924bc51386a88caac7df23ebb8aaa31eb1 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-16Sonar Major issuesSumapriya Sarvepalli1-3/+3
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkawGn37JfbyHyj&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/backends/Consumer.java Line No: L80 L82 L103 Change-Id: I64380e4693373d1f4695c07757f524b021f95e87 Issue-ID: DMAAP-603 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-08-14update the testcases after the kafka 11 changessunil unnava17-0/+3390
Issue-ID: DMAAP-526 Change-Id: I477a8ee05fb3cdd76af726b6ca0d1a69aa9eef93 Signed-off-by: sunil unnava <su622b@att.com>