aboutsummaryrefslogtreecommitdiffstats
path: root/appc-service-communicator/appc-service-communicator-features
AgeCommit message (Collapse)AuthorFilesLines
2020-05-22Increment version to 1.7.3-SNAPSHOTPatrick Brady3-3/+3
Change-Id: I41e19b982bbcf5f84e63d13591a0e9df71650a50 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-21Correct version to 2.7.2-SNAPSHOTPatrick Brady3-3/+3
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-21Change parent to release version 2.7.2Patrick Brady3-3/+3
Change-Id: Id2788d2f1abf23e618aaa914ff6f604863b58c70 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-05Increment version to 1.8.0-SNAPSHOTPatrick Brady3-3/+3
Change-Id: Ia39d2dbe393d3ce325abae026e94cd5b761f096c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-04-01Increment version to 1.7.2-SNAPSHOTPatrick Brady3-3/+3
Change-Id: I125f12f8193f27e6827a270bb7d5ec12c3295020 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-03-31Change parent to release version 2.7.1Patrick Brady3-3/+3
Change-Id: I87d105f7c59c0e65bc12ef5e92f708696081f7b1 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-27Change parent to version 2.7.1-SNAPSHOTPatrick Brady3-3/+3
Change-Id: I5fa014f96f20dad8a6ed4bc2d7a73641ff7846c4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-21Increment version to 1.7.1-SNAPSHOTPatrick Brady3-3/+3
Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-14Change parent to release version 2.7.0Patrick Brady3-3/+3
Change-Id: Idf46f142fb571a01575ba146c2a0f32b7541d142 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-09Fix incorrect parent versionsPatrick Brady3-3/+3
The parent versions in these pom files should be 1.7.0-SNAPSHOT in order to match the rest of appc. Change-Id: I002f78235f07d588658e86c5ac8e99d4346d51fa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1808
2019-11-08Feature for micro service communicationPatrick Brady5-0/+162
The appc-service-communicator feature will be responsible for communication between any appc microservices which are developed. The appc dmaap micro service connector is part of this feature. MessagingConnector.java is the main new class here. Some code is copied from appc event listener and dmaap adapter. Will be moved in a later commit. Change-Id: Ic57f5ee6a9ab1538c6ddaa3e7c25ac0c9797fae0 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744