Update appc-dispatcher for >1 ansible servers 72/79572/10
authorDunietz, Irwin <irwin.dunietz@att.com>
Sun, 3 Mar 2019 17:20:53 +0000 (12:20 -0500)
committerTakamune Cho <takamune.cho@att.com>
Thu, 7 Mar 2019 19:04:44 +0000 (19:04 +0000)
commit6a7b6c092c282884cf263315a4a4802242dcb2fc
tree614f563ee18ff24560d12ac3acf63f5a56306341
parent7ba77298cc3e45bc215b236414bc406466b1aeec
Update appc-dispatcher for >1 ansible servers

Change Transaction record update logic to handle null instance entry.

Issue-ID: APPC-1516

Change-Id: Ia87e08fbb61d4d0be38802e3e81b45773b1d9498
Signed-off-by: Dunietz, Irwin <irwin.dunietz@att.com>
14 files changed:
appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml
appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml
appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/main/java/org/onap/appc/transactionrecorder/TransactionRecorder.java
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/main/java/org/onap/appc/transactionrecorder/impl/TransactionRecorderImpl.java
appc-dispatcher/appc-dispatcher-common/transaction-recorder/src/test/java/org/onap/appc/transactionrecorder/impl/TransactionRecorderImplTest.java
appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml
appc-dispatcher/appc-request-handler/appc-request-handler-core/src/main/java/org/onap/appc/requesthandler/impl/AbstractRequestHandlerImpl.java
appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml
appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml
appc-dispatcher/pom.xml