aboutsummaryrefslogtreecommitdiffstats
path: root/services
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16reorder the modifierRupinder1-1/+1
Issue-ID: APPC-1859 Change-Id: I494466f4d84c8347b52e7a530b48a73ddee278b1 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-04lower code smellsRupinder1-1/+1
Issue-ID: APPC-1859 Change-Id: I6d0a7563199355a446345f568415a78856c0cfa6 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-21Change parent to release version 2.7.2Patrick Brady4-4/+4
Change-Id: Id2788d2f1abf23e618aaa914ff6f604863b58c70 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-05-20fixed jUnits in 5 filesRupinder1-0/+1
Issue-ID: APPC-1859 Change-Id: I4ac447fc9884b30aa07924137d0142b97e43e8a0 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-15reduced code smellsRupinder3-7/+3
Issue-ID: APPC-1859 Change-Id: I7d0fae3e0ebc9ad3512fb0010381a4506e81128d Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-05Increment version to 1.8.0-SNAPSHOTPatrick Brady7-9/+9
Change-Id: Ia39d2dbe393d3ce325abae026e94cd5b761f096c Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-04-08lowered code smellsRupinder4-7/+0
Removed some unused imports Issue-ID: APPC-1859 Change-Id: Ida19cc613baf2a8d95c6b0f3e91e7a739fa322fe Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-08removed code smellsRupinder3-8/+0
Removed unused imports Issue-ID: APPC-1859 Change-Id: I43556cc2ef71b6adef3f62f7ab229592a5db2a7d Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-01Increment version to 1.7.2-SNAPSHOTPatrick Brady7-9/+9
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 Brady4-4/+4
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 Brady4-4/+4
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 Brady7-9/+9
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 Brady4-4/+4
Change-Id: Idf46f142fb571a01575ba146c2a0f32b7541d142 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-09pick from jacoco.xmlTaka Cho1-0/+32
add sonar config in pom file Issue-ID: APPC-1808 Change-Id: I58d2ff0de74506a8c5021649af4b0f730b370e34 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-01-09Fix incorrect parent versionsPatrick Brady4-4/+4
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-14Add additional error messages to dmaap servicePatrick Brady1-0/+14
Add error checking and logging if required properties are not present. Change-Id: I270a7a088e36de603b89133e9ccb22f206e931e4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-14Add parent pom to dmaap service root pomPatrick Brady1-0/+7
Without a parent pom, the appc dmaap service root pom did not have the required plugins or repositories. Change-Id: Ife1ee2ec3ec32e7a221471a450e97f3fc1a92ce6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-12Add dependency management for dmaap servicePatrick Brady1-0/+10
Maven deploy during jenkins build was failing since dmaap event service did not have repositories defined. This should fix the problem. Change-Id: If6ff2178f6ba51084721fbd25b312dc27cb576d5 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Change code to use dmaap microservicePatrick Brady1-1/+22
Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744
2019-11-08Dmaap micro service jarPatrick Brady123-0/+11628
Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1744