summaryrefslogtreecommitdiffstats
path: root/message-router/publisher
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Release ccsdk/sli/adaptors1.1.0jenkins-releng5-6/+6
2020-09-09Roll to initial Honolulu release versionDan Timoney5-6/+6
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 Timoney5-6/+6
Roll to snapshot version 1.0.1-SNAPSHOT Change-Id: Ie09ba5c2bedcd8cddf3e8cca0eff8e05c2ad268a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Roll master to GuilinDan Timoney5-6/+6
Roll versions of master for early Guilin development Change-Id: Id725abd9ecb3c67b2687e15286cb2f2bcd50be1a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-24Roll versions to next snapshotDan Timoney5-6/+6
Roll CCSDK to next snapshot version Change-Id: Ib08be10d412384fcf791805c0101cfdb6375c178 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-13Refactor features to separate installerTimoney, Dan (dt5972)6-120/+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)3-3/+3
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)3-3/+3
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)8-12/+12
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)8-12/+12
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)8-12/+12
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 Timoney8-12/+12
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 Sailakshmi8-12/+12
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)8-12/+12
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-26Improve code coverage in sli adaptorsSmokowski, Kevin (ks6305)3-8/+95
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)3-3/+3
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-04-30Roll master to El AltoTimoney, Dan (dt5972)8-12/+12
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)3-3/+3
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)6-10/+8
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)7-117/+119
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)1-1/+1
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)16-0/+712
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>