aboutsummaryrefslogtreecommitdiffstats
path: root/message-router
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09Roll to initial Honolulu release versionDan Timoney10-13/+13
Roll master branch to initial Honolulu release version Change-Id: Id7829542cb5981c11b38367952e6bc29ffa4cfe8 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-07Roll to next snapshotDan Timoney10-13/+13
Roll to snapshot version 1.0.1-SNAPSHOT Change-Id: Ie09ba5c2bedcd8cddf3e8cca0eff8e05c2ad268a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-27added assert statements in 7 test filesRupinder1-0/+1
Issue-ID: CCSDK-2232 Change-Id: I07e3806cac9a317130ad1d5fe4c9af4fb1a17a5d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-03-05Roll master to GuilinDan Timoney10-14/+14
Roll versions of master for early Guilin development Change-Id: Id725abd9ecb3c67b2687e15286cb2f2bcd50be1a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-03Use released 1.5.2 CCSDK parentDan Timoney1-1/+1
Update to use released version of CCSDK parent pom Change-Id: I24f981aaaca40909690d8118f7c0cdb8faa57d3a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-24Roll versions to next snapshotDan Timoney10-13/+13
Roll CCSDK to next snapshot version Change-Id: Ib08be10d412384fcf791805c0101cfdb6375c178 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Use released parent pomDan Timoney1-1/+1
Use released version of ccsdk/parent poms Change-Id: Ifa7059c687e09de9977b94d92fbf1869d510b00d Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-13Refactor features to separate installerTimoney, Dan (dt5972)12-236/+0
Refactor karaf feature.xml files to separate installer Change-Id: I4dc4ad3c139522b12f41f1786ef16bfdd556f2b9 Issue-ID: CCSDK-1754 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-02Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)7-7/+7
Fixed version of parent pom to use snapshot version Change-Id: Iec34f6ca9bd1ab14d4c1c8a837e3b693bd716069 Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)7-7/+7
Use released 1.5.0 version of parent pom Change-Id: I296db09cd94de93c150da5c2be5b34348ee320d7 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)16-25/+25
Roll version in master branch to Frankfurt version (0.7.0-SNAPSHOT) Change-Id: I668004304935d1d1c312749f4c2507a159db4f0f Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)16-25/+25
Roll versions in master branch Change-Id: Idbfc7999336f017e81a1715a9255d72188647d18 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-19CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-5/+5
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: Ie67a857455888b8046575136f0605c5bf3c3bbb9 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-15Code changes for OpenDaylight NeonTimoney, Dan (dt5972)16-25/+25
Updated code for OpenDaylight Neon, using conversion script in ccsdk/parent/tools. Change-Id: Ic91cff9ee50102b8af1a73f829908de82995b2ef Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Merge "CCSDK-1556 -Move this constructor to comply with Java Code Conventions"Dan Timoney17-34/+35
2019-08-09Merge "CCSDK-1559-making two final fields as static too"Dan Timoney1-2/+24
2019-08-09CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi17-34/+35
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)16-25/+25
Roll version to 0.5.1 to recreate El Alto early drop artifacts Change-Id: Icf2a0373baf79ab869b70e7324bcd0bef50e5fb2 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05CCSDK-1559-making two final fields as static tooThugutla Sailakshmi1-2/+24
making two final fields as static too Issue-ID: CCSDK-1559 Change-Id: I93fe8b4f16270f17c01f1ad80b43a6be1da9fdc6 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30Merge "Directly append the argument of String.valueOf()"Dan Timoney1-1/+1
2019-07-30Directly append the argument of String.valueOf()Thugutla Sailakshmi1-1/+24
Directly append the argument of String.valueOf() Issue-ID: CCSDK-914 Change-Id: I4ba07651a94bb7da9b47d10c5e9582022bde66a5 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-30CCSDK-1556 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi1-3/+28
Move this constructor to comply with Java Code Conventions Issue-ID: CCSDK-1556 Change-Id: If0aa6b99e52c2a6cae7d61c213ca1af6b7890183 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-29Merge "CCSDK-1551 -Move this constructor to comply with Java Code Conventions"Brinda Santh Muthuramalingam1-21/+43
2019-07-28CCSDK-1551 -Move this constructor to comply with Java Code ConventionsThugutla Sailakshmi1-21/+43
Move this constructor to comply with Java Code Conventions Issue-ID:CCSDK-1551 Change-Id: Ieaf9b15d41ff7cab54b05b93c22d16718c190ae3 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-28CCSDK-1550 -Remove this unused import ↵Thugutla Sailakshmi1-1/+23
'org.onap.ccsdk.sli.adaptors.messagerouter.consumer.api.RequestHandler' remove the unsued import Issue-ID: CCSDK-1550 Change-Id: I8e1786d40df7f659aefe090e148dee33cecf2248 Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
2019-07-26Improve code coverage in sli adaptorsSmokowski, Kevin (ks6305)5-8/+349
increase code coverage in message router in sli adaptors Issue-ID: CCSDK-1548 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I64f0e025a759b219ce4c7e017b500952d1c7f30b
2019-07-17Update parent version to 1.3.1Timoney, Dan (dt5972)7-7/+7
Update parent poms to version 1.3.1-SNAPSHOT Change-Id: I492fb0119507d39ca8ba46762375ca14a0065ab8 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-17implement message router consumerSmokowski, Kevin (ks6305)21-0/+1014
implement message router consumer Issue-ID: CCSDK-1373 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Iea4290c5b9e9bb63f152f0605dae1e715974f217
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)9-14/+14
Roll master version to El Alto versions Change-Id: I9f83adb1a3ce724cc541465a5af60078a615cd31 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-24Update to use released 1.2.2 parent0.4.2Timoney, Dan (dt5972)4-4/+4
Update to use released 1.2.2 version of parent poms. Change-Id: I90b5eebf030d746ff5f6166836d9dc88ad271e6e Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-01message router publisher changesSmokowski, Kevin (ks6305)9-65/+103
resolve message router publisher namespace issues Resolve issues loading message-router in odlsli container Change-Id: Ib36bced43129c735c61d5ff7bb0cf29362bb7779 Issue-ID: CCSDK-1186 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2019-03-21Compile against Fluorine SR2Timoney, Dan (dt5972)7-12/+10
Updated to compile against Fluorine SR2 Change-Id: Ie7ccf14c802c92fe8250de307546b79776ed984e Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-19Fix messagerouter groupId0.4.1Timoney, Dan (dt5972)8-119/+121
Changed groupId from org.onap.ccsdk.messagerouter to org.onap.ccsdk.sli.adaptors.messagerouter. The groupId must agree with the repository. Change-Id: Ia417eee8df38e0441529bd423792e410aca68c54 Issue-ID: CCSDK-1169 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-18Update parent pom versionTimoney, Dan (dt5972)2-2/+2
Use released version of parent pom. Change-Id: Iec3bf51b6b0dd3eef1fa701dcc0af919d6ba61b6 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-18add message router publisherSmokowski, Kevin (ks6305)18-0/+751
initial api and implementation of message router publisher Change-Id: Ic69d013bae8ab8c842e6ecd2eef41e10649d1009 Issue-ID: CCSDK-1163 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>