aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2018-09-13Merge "TableHandler.java: Fixed sonar issues"Ram Koya1-23/+28
2018-09-13Merge "LoadSchema.java: Fixed sonar issue"Ram Koya1-12/+19
2018-09-13Merge "DR_SUB.java: Fixed sonar issues"Ram Koya1-26/+26
2018-09-13Merge "DcaeLocation : Fixed sonar issue"Ram Koya1-1/+1
2018-09-06TopicResource.java: Fixed sonar issuesArundathi Patil1-2/+4
Fixed sonar code-smells/issues across this file Issue-ID: DMAAP-742 Change-Id: I34b8d3a9d326b8d7a5bef4c042da314614fa4b59 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05DcaeLocation : Fixed sonar issueArundathi Patil1-1/+1
Fixed sonar issues across this file. Issue-ID: DMAAP-735 Change-Id: I164e4cb27f4b4b7b7cd077956e3caf7ae40e7508 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05DR_SUB.java: Fixed sonar issuesArundathi Patil1-26/+26
Fixed sonar issue, move the constructor to comply with java code conventions Issue-ID: DMAAP-734 Change-Id: I0fa159ada0b538487e91c201fe4206396b63086a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05TableHandler.java: Fixed sonar issuesArundathi Patil1-23/+28
Fixed sonar code-smells/issues across this file Issue-ID: DMAAP-733 Change-Id: Ibea07e1f3904d66dc4d3ef31567472eb5ba2a3f8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05LoadSchema.java: Fixed sonar issueArundathi Patil1-12/+19
Fixed sonar code-smells/issues across this file Issue-ID: DMAAP-732 Change-Id: I76158e89ceddd9b8786cae0d8e70be0a91e70162 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05DBFieldHandler.java: Fixed sonar issueArundathi Patil1-34/+36
Fixed sonar code-smells/issues across this file Issue-ID: DMAAP-731 Change-Id: Id4546d844be4818f605bfce42bc87a0ce05e2604 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05DatabaseClass.java: Fixed sonar issuesArundathi Patil1-24/+21
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-730 Change-Id: I4af20523f2991fe77dd7ee3fe60f620324dbc079 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05ApiPerms.java: Fixed sonar issuesArundathi Patil1-50/+64
Fixed sonar code-smella/issues across this file. Issue-ID: DMAAP-729 Change-Id: I005a791d3555427bf6475970fff00202986026b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-05AafConnection.java: Fixed sonar issuesArundathi Patil1-15/+22
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-728 Change-Id: I29d51f99afbacc843a7be54c8b2e534b06e23a8f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04Merge "Fix delete of feed pubs and subs"varun gudisena2-3/+2
2018-09-04Fix delete of feed pubs and subsdglFromAtt2-3/+2
Change-Id: Ie5105d9d3f12efd23f2e67338c742ffc57e65d94 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-656
2018-09-04Merge "AaflurAndFish.java - fixed sonar issue"Ram Koya1-5/+6
2018-09-04Merge "MrTopicConnection.java: Fixed sonar issue"Ram Koya1-11/+19
2018-09-04Merge "ConnectionFactory- Fixed sonar issue"Ram Koya1-4/+5
2018-09-04Merge "ConnWrapper.java: Fixed sonar issue"Ram Koya1-4/+24
2018-09-04Merge "DBMap.java: Fixed sonar issue"Ram Koya1-14/+14
2018-09-04Merge "DBSingleton.java: Fixed sonar issue"Ram Koya1-3/+3
2018-09-04Authorization.java: Fixed sonar issueArundathi Patil1-2/+4
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-712 Change-Id: I13683116ca5442042f6edc73a1ba1e29a5e49e01 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04DBSingleton.java: Fixed sonar issueArundathi Patil1-3/+3
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-711 Change-Id: I69a911f9b6633bc98cfc08674d88a407e3281aa6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04DBMap.java: Fixed sonar issueArundathi Patil1-14/+14
Fixed sonar code-smells/issues across this file. Issue-ID: DMAAP-710 Change-Id: I49430760bd0752b6b2bad2431eeac9c41bf1cd54 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03ConnWrapper.java: Fixed sonar issueArundathi Patil1-4/+24
Fixed sonar code-smells/issues accross this file. Issue-ID: DMAAP-707 Change-Id: Ib7ffeb3d8b1023c739282d9069df946949f63a7d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03ConnectionFactory- Fixed sonar issueArundathi Patil1-4/+5
Fixed sonar code-smells/issues accross this file. Issue-ID: DMAAP-704 Change-Id: Ic3f7d6333f4745176204e436eb2739be63d703e1 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03MrTopicConnection.java: Fixed sonar issueArundathi Patil1-11/+19
Fixed sonar code-smells/issues accross this file Issue-ID: DMAAP-703 Change-Id: Ibf844f824a2d21edb0055702a685bff98c52f768 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-03AaflurAndFish.java - fixed sonar issueArundathi Patil1-5/+6
Fixed sonar code-smells/issues across this file Issue-ID: DMAAP-702 Change-Id: Ie8b33704f8abab5bedb381fd7a544b3b204ba1eb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31Merge "ApiAuthorizationCheckInterface-Fixed sonar issue"Ram Koya1-0/+1
2018-08-31Merge "AafDecrypt.java: Fixed sonar issue"Ram Koya1-0/+2
2018-08-31AafDecrypt.java: Fixed sonar issueArundathi Patil1-0/+2
Fixed sonar issue, either log or rethrow the error Issue-ID: DMAAP-692 Change-Id: I4576608f31f27c4bc345194698596099b036af20 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31AaflurService.java: Fixed sonar issuesArundathi Patil1-3/+9
Fixed sonar code-smells/issues accross this file. Issue-ID: DMAAP-691 Change-Id: I6ad3ccdb23b9a4b5edb3cee4c61c363539f9e196 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-31Merge "MR_Cluster.java : Fixed sonar issue"Ram Koya1-3/+3
2018-08-31Merge "TopicService: Fixed sonar issue"Ram Koya1-1/+3
2018-08-31ApiAuthorizationCheckInterface-Fixed sonar issueArundathi Patil1-0/+1
Fixed sonar issue, Annotate interface with @FunctionInterface. Issue-ID: DMAAP-690 Change-Id: If351b83e6c218b0d2769dccdb9b81d2e1f5d54ac Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-29DmaapTimestamp.java: Fixed sonar issueArundathi Patil1-1/+1
Fixed sonar issue, make 'cal' a instance variable Issue-ID: DMAAP-667 Change-Id: Ia79b4d83ebd0d4629dce52dcb2b51af021fe88c9 Signed-off-by: Arundathi Patil<arundpil@in.ibm.com>
2018-08-29TopicService: Fixed sonar issueArundathi Patil1-1/+3
Fixed sonar issue, a nullpointer exception could be thrown Issue-ID: DMAAP-666 Change-Id: Ie8bce6e6a5a1c05cace69487ae6ece3746dd73cf Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-29MR_Cluster.java : Fixed sonar issueArundathi Patil1-3/+3
Fixed sonar issue, change the condition so that it does not always evaluate to false Issue-ID: DMAAP-665 Change-Id: Id3b09ec2a596cfc1d2115a8b266e4789bc82ef38 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28Merge "MrprovConnection.java: Fixed sonar issue"varun gudisena1-1/+2
2018-08-28DrProvConnection.java : Fixed sonar issueArundathi Patil1-2/+3
Fixed sonar issue, use Arrays.toString(array) instead. Issue-ID: DMAAP-660 Change-Id: I830ff5f16aa0b40cb97fd24e438017ae31bbe390 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-28MrprovConnection.java: Fixed sonar issueArundathi Patil1-1/+2
Fixed sonar issue, use Arays.toString(array) instead Issue-ID: DMAAP-659 Change-Id: I728333c2a88d220fa4a7e8bee48bd1206dc3b268 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-24Fix mistaken defaultdglFromAtt1-1/+1
Change-Id: I44739c3d5f51444e88a69ded31edfb69f87b73bf Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-647
2018-08-24Only create AAF Perm when neededdglFromAtt2-5/+14
-patchset 2: increment version Change-Id: Ib2f61ed903b95e4c218aaae0850d86f6f30c31af Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-647 Signed-off-by: dglFromAtt <dgl@research.att.com>
2018-08-22Refactor Api Auth for AAFdglFromAtt7-18/+265
- patchset 2- correct artifact.version in pom - patchset 3- reference cadi SNAPSHOT version Change-Id: I19f61f277be1daf30242afe606755a90058d6026 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-532 Signed-off-by: dglFromAtt <dgl@research.att.com>
2018-07-25Alternative MR replication methoddglFromAtt11-318/+260
This introduces a new set of replication rules for topics: REPLICATION_EDGE_TO_FQDN REPLICATION_FQDN_TO_EDGE REPLICATION_EDFE_TO_FQDN_TO_GLOBAL REPLICTION_GLOBAL_TO_FQDN_TO_EDGE This will allow for some apps to design their own message replication path for resiliency because it will use the FQDN of the cluster instead of the using the CNAME. Also contains: - introduce (optional) replicationGroup field to mr_cluster - some cleanup of unused code. Change-Id: I063fb343af3f7bc17c88190563920afd84737ada Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-542
2018-07-12No topic dups in mmagent whitelistdglFromAtt2-3/+10
Change-Id: I6acadbf3b7115b4f7171d02651bf8dad9ea6296f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-542
2018-06-22Actually remove pubs and subs on Feed deletedglFromAtt7-15/+160
Patch Set 2: include code to suspend/enable a subscriber Patch Set 3: validate FQDN of external MR Change-Id: I5c05791b020d389a0cfd672d81481d5295205c2f Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-510
2018-05-30Handling of MirrorMaker properties2.0.0-ONAPbeijing2.0.0-ONAPdglFromAtt2-16/+13
Change-Id: Ibc139100f5cfd018d77bc6fcfdbcb7d4b69bef23 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-506
2018-05-24Changes for configurable kafka portsdglFromAtt3-12/+116
Change-Id: I6b646785584aea75809aa2dae4a36e701e313058 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-506
2018-04-23Corrections to stmt ordering for using diff schemadglFromAtt1-6/+19
Change-Id: I82b643b46f88f2c6db519bbd9b85e1a2e5d06a6d Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-434