summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09Merge changes from topic "rupinsi2-messagerouter"6.0.0-ONAPfrankfurtMandar Sawant7-19/+40
* changes: fixed code smells removed code smells
2020-04-09Merge "fixing code smells"Mandar Sawant5-13/+0
2020-04-01fixed code smellsRupinder3-7/+19
Fixed some of the sonar issues Issue-ID: DMAAP-1415 Change-Id: I07dbdc3fa6e478f811c28948991e9a32963113d1 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-01removed code smellsRupinder5-13/+21
Removed some unused imports and two statements from one line Issue-ID: DMAAP-1415 Change-Id: I2802078fc8063a65de748d2399710f97c9adee8e Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-03-31fix security vulnerabilitiessu622b1-1/+0
Issue-ID: DMAAP-1418 Change-Id: I3c605888753a2e97c01db5a0101a93933875b165 Signed-off-by: su622b <su622b@att.com>
2020-03-31fixing code smellsRupinder5-13/+0
Removing code smells by removing unused imports Issue-ID: DMAAP-1415 Change-Id: Ieac8f780d6ea7ae487023754496bd81f4a1bfb71 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2019-08-08fix the failing jobsu622b1-8/+9
Issue-ID: DMAAP-1247 Change-Id: I4533b153445ac9a43849e747831a209078afdc23 Signed-off-by: su622b <su622b@att.com>
2019-08-08fix the issues due to refactoringsu622b1-9/+7
Issue-ID: DMAAP-1247 Change-Id: I0a00e1f7e8d13598078c8b2cd267d157b3727544 Signed-off-by: su622b <su622b@att.com>
2019-08-08Merge changes I17a289cd,Ie0d50a2csunil unnava1-3/+1
* changes: revert topic exist check while publishing revert topic exist topic check while publishing
2019-08-08revert topic exist topic check while publishingsu622b1-3/+1
Issue-ID: DMAAP-1247 Change-Id: Ie0d50a2cecbb0c0cb26305adfb52ac65b1c8c032 Signed-off-by: su622b <su622b@att.com>
2019-07-26Fix failing buildTomek Kaminski1-6/+8
Issue-ID: DMAAP-1249 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com> Change-Id: Iccef8315664a7c15e9a42866b58c6a10967f3b40
2019-07-25configurable AAF permissions partssu622b1-10/+16
Issue-ID: DMAAP-1248 Change-Id: I998de1e52b961082f8af3997ab89e4a335e128f3 Signed-off-by: su622b <su622b@att.com>
2019-07-16EventsService authorization refactorTomek Kaminski7-349/+414
-ErrorResponseProvider extracted -subscriber method handle with refactor -publisher method handle with partial refactor Issue-ID: DMAAP-1230 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com> Change-Id: I92d53edd0c791f8ce90275776b3031bb0047810e Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
2019-07-10Merge "TopicService authorization check refactor"sunil unnava1-191/+121
2019-07-10TopicService authorization check refactorTomek Kaminski1-191/+121
Issue-ID: DMAAP-1222 Change-Id: I67dce771e4377b4211622861ea91d79ae90c96c6 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
2019-06-28Merge "Fix sonar issues in messagerouter/msgrtr"sunil unnava2-68/+47
2019-05-15Fix sonar issues in messagerouter/msgrtrParshad Patel2-68/+47
Fix Either log or rethrow this exception Fix Extract this nested try block into a separate method Fix This block of commented-out lines of code should be removed Fix Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: DMAAP-894 Change-Id: If1009f4d7fd193184f34e29a1fef1ed4ae42ea25 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-05-10clean MR codebasesunil.unnava4-6/+3
Issue-ID: DMAAP-1192 Change-Id: Ic7cfa0af7ef6578be488025fe0e058d7e84dd403 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-16revert sonar fixsunil.unnava5-7/+7
Issue-ID: DMAAP-1169 Change-Id: Id81fc8e8acc485184fbe09b6b33aa050ba1daf21 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-16Merge "revert few sonar fixes"varun gudisena6-8/+8
2019-04-16revert few sonar fixessunil.unnava6-8/+8
Issue-ID: DMAAP-1169 Change-Id: I8e72f126c4b28550c18651ef7c972d2ac42cf0af Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-11Merge "authorization check for auth topics"1.1.16varun gudisena1-1/+9
2019-04-11authorization check for auth topicssunil.unnava1-1/+9
Issue-ID: DMAAP-1160 Change-Id: Icdbaefecf8f07a2b0ad3fcc9b243df1072dd8579 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-08Fix sonar issues in dmaap-mr-filterParshad Patel2-14/+13
Fix A "NullPointerException" could be thrown; "jsonObj" is nullable here. Either log or rethrow this exception. Rename field "defaultLength" Issue-ID: DMAAP-894 Change-Id: I663eda653af6b2e092ba10e3fca44f86870d9ef1 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-03add testcasessunil.unnava1-39/+0
Issue-ID: DMAAP-1140 Change-Id: I249cf7b1b7f0692de224aee9b33aab8dbab20054 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-02add testcasessunil.unnava1-2/+3
Issue-ID: DMAAP-1140 Change-Id: Ib2a91bd5961050c11f20f8a10f856d21bcda7e30 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-04-02add testcasessunil.unnava1-8/+3
Issue-ID: DMAAP-1140 Change-Id: I6dce89a14f874e7788acd7bea1fd48ebaafed71e Signed-off-by: sunil.unnava <sunil.unnava@att.com>
2019-03-12Fix sonar issues in dmaap/messagerouter/msgrtrParshad Patel2-2/+2
Fix Remove this throw statement from this finally block issue Fix Cast one of the operands of this multiplication operation to a "long" issue Issue-ID: DMAAP-894 Change-Id: Ibd0f9a04e409f0de05e8cf42695188b0e8a1f201 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-02-14Fix sonar issue in dmaap-messagerouter-msgrtrParshad Patel5-4/+5
Fix Cast one of the operands of multiplication operation to a "long" Fix Either re-interrupt method or rethrow the "InterruptedException" Issue-ID: DMAAP-894 Change-Id: I150cdc8ac96a05799196ca27d683c0921a76fe92 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-02-11Merge "Blocker sonar fixes - DMaaPKafkaMetaBroker"sunil unnava1-15/+3
2019-02-11Merge changes Ie4716415,I6ce7ca81sunil unnava2-40/+40
* changes: Sonar majior issues Sonar majior issues
2019-01-31Fix sonar issues in dmaap-messagerouter-msgrtrParshad Patel3-17/+18
Fix Either re-interrupt this method or rethrow the "InterruptedException" issues Fix Either log or rethrow this exception issues Issue-ID: DMAAP-894 Change-Id: Ic0b296cf400c2529617e8ed9078ab370b10b623c Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-01-20Blocker sonar fixes - DMaaPKafkaMetaBrokerDriptaroop Das1-15/+3
Blocker sonar fixes - DMaaPKafkaMetaBroker Issue-ID: DMAAP-977 Change-Id: I0e43641fe727bc59752cf9b52042eb6e570b77ef Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-01-10Sonar majior issuesSurendra Reddy Katam1-2/+2
Use isEmpty() to check whether the collection is empty or not Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AWU41WkrwGn37JfbyH0h&resolved=false&severities=MAJOR Location: src/main/java/org/onap/dmaap/dmf/mr/backends/kafka/Kafka011Consumer.java Line No-L116 L80 Change-Id: I8ece30c1fd0a0ff22ce50545befe32bcb5a733fc Issue-ID: DMAAP-957 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2019-01-10Sonar majior issuesSurendra Reddy Katam1-12/+12
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=AWYBFCTAligbnTmNJUX3&resolved=false&severities=MAJOR Location: src/main/java/org/onap/dmaap/dmf/mr/service/impl/EventsServiceImpl.java Line No-L640 L653 L684 L701 L730 L859 Change-Id: I7369cfb186a2c906359d53b7c92b035039952280 Issue-ID: DMAAP-956 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2019-01-08Sonar majior issuesSurendra Reddy Katam1-8/+8
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=AWU41WfawGn37JfbyHsv&resolved=false&severities=MAJOR Location: src/main/java/org/onap/dmaap/dmf/mr/utils/ConfigurationReader.java Line No:L191 L319 L328 L454 Change-Id: Ie4716415af32d8493b47dfd5262d06b8421ea551 Issue-ID: DMAAP-946 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2019-01-08Sonar majior issuesSurendra Reddy Katam1-32/+32
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=AWYQhtCjligbnTmNJn5l&resolved=false&severities=MAJOR Location: src/main/java/org/onap/dmaap/dmf/mr/resources/CambriaOutboundEventStream.java Line No:L49 L176 L205 L268 Change-Id: I6ce7ca81e25f3c5c5f999992ff3e14eeeb198a23 Issue-ID: DMAAP-942 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-12-11add configurable default partitions and replicas1.1.15sunil unnava2-1/+17
Issue-ID: DMAAP-903 Change-Id: Iabb3da85c3e42ddf68d049e6a8164449f7be8296 Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-12-06Fix for Kafka Consumer is not safe error1.1.14sunil unnava1-3/+9
Issue-ID: DMAAP-896 Change-Id: I085dbad1248790796e220267cb3e603ecc6c1067 Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-24update the package namesunil unnava1-2/+2
Issue-ID: DMAAP-858 Change-Id: Ibdd47834abc5790aba6bfda940db41c46cc53d9a Signed-off-by: sunil unnava <sunil.unnava@att.com>
2018-10-23update the package name1.1.11sunil unnava96-0/+17184
Issue-ID: DMAAP-858 Change-Id: I49ae6eb9c51a261b64b911e607fcbbca46c5423c Signed-off-by: sunil unnava <sunil.unnava@att.com>
2017-08-31Revert package name changesVarun Gudisena91-15653/+0
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>
2017-08-30Add Initial Code ImportVarun Gudisena91-0/+15653
Added initial code for DMaaP Message Router Component Issue-id: DMAAP-76 Change-Id: Ica6f265ea4f2901cf47191f21b4448514ea7c8d4 Signed-off-by: Varun Gudisena <vg411h@att.com>