summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23update the package name1.1.11sunil unnava1-694/+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-1/+2
Issue-ID: DMAAP-849 Change-Id: I9aa4cce6c9b484170e006866a58f99926b53e2fc Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-10fixes for sonar vulnerabilitiessunil unnava1-1/+1
Issue-ID: DMAAP-824 Change-Id: I15a693f443370f5fd03cf3ede2946afa6b7f1a3b Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-09-18Sonar Major issuesSurendra Reddy Katam1-3/+3
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.msgrtr%3Amsgrtr&open=AWWpi8_ixOv3LmQdD2Ei&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No-L621 L658 L669 Change-Id: I67b3b03080781186e18580a240be63bd04542edd Issue-ID: DMAAP-787 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-09-17Sonar Major issuesSurendra Reddy Katam1-4/+4
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.msgrtr%3Amsgrtr&open=AWXX4Dp7ligbnTmNIX6R&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No-L350 L355 L505 L515 Change-Id: Iadb3f456fa170c2430704f752eb6b741e2c8e56e Issue-ID: DMAAP-782 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-09-13AAF integration modificationssunil unnava1-50/+40
Issue-ID: DMAAP-772 Change-Id: I84091dc61d6826a206b194b22b75ad5a71b2fc39 Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-09-11Merge "Removing wildcard usage"Ram Koya1-1/+1
2018-09-10Sonar Major issuesSurendra Reddy Katam1-3/+3
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.msgrtr%3Amsgrtr&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No- L276 L619 L630 Change-Id: I697b1e3503fc1fe80e501ace74782c272faefc10 Issue-ID: DMAAP-763 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-09-10Sonar Major issuesSurendra Reddy Katam1-3/+3
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.msgrtr%3Amsgrtr&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No- L514 L524 L579 Change-Id: Ic54488da6e4114e8942e13dfb257e806faeca886 Issue-ID: DMAAP-761 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-09-10Sonar Major issuesSurendra Reddy Katam1-19/+19
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.msgrtr%3Amsgrtr&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No- L219 L238 Change-Id: I8101e70e522991ea66dcc0ce142287ee5a5644e8 Issue-ID: DMAAP-759 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-09-03Sonar Major issuesSurendra Reddy Katam1-37/+36
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.msgrtr%3Amsgrtr&open=AWU41WiqwGn37JfbyHwE&resolved=false&severities=MAJOR Location: src/main/java/com/att/dmf/mr/service/impl/TopicServiceImpl.java Line No-L48 L70 L76 L128 L196 L212 L216 L218 L233 L235 L253 L260 L270 L275 L286 L294 L506 L509 L511 L513 L519 L523 L564 L567 L574 L578 L582 L615 L618 L625 L629 L665 L667 L674 L678 L684 Change-Id: I8a7dc8982d54904ddc1fe16a0a7025e3b433c049 Issue-ID: DMAAP-705 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-08-28Removing wildcard usageDushyantSinghThakur1-1/+1
Removing usage of generic wildcard type 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/service/impl/TopicServiceImpl.java Line No-322 Change-Id: I93b3464faf7808f6941d16202a66e35cb3ef9dd3 Issue-ID: DMAAP-657 Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>
2018-08-23Fixes for Kafka upgrade issues1.1.6sunil unnava1-2/+2
Issue-ID: DMAAP-598 Change-Id: I79d269e157c88560ed54b194f449edad07cc96aa Signed-off-by: sunil unnava <su622b@att.com>
2018-08-14update the testcases after the kafka 11 changessunil unnava1-0/+704
Issue-ID: DMAAP-526 Change-Id: I477a8ee05fb3cdd76af726b6ca0d1a69aa9eef93 Signed-off-by: sunil unnava <su622b@att.com>