From 9f92aa70f6ec5313f07cc08ef761798f77f86a79 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Wed, 18 Sep 2019 12:01:15 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/so.git from branch 'master' to a1f8a0c1ce64e90653397c5ce8d4949fe0244d07 - Merge "Async vnf adapter response not getting to bpmn" - Async vnf adapter response not getting to bpmn Async vnf adapter response is not getting to bpmn @OneWay web methods in VnfAdapterNotifyServiceImpl class do not work with the @Async handleCallback() method in CallbackHandlerService. Updating code to call the non-async version of the (overloaded) handleCallback method until we can figure out how to properly do @oneway to @async. Added junits to all methods in VnfAdapterNotifyServiceimpl Issue-ID: SO-2347 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I0e8b4a60addfc5e742c77e671377fa152ecce4db --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 1ad915ff0..a1f8a0c1c 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 1ad915ff0a4678d6a5f918f39ea42c18b620f7bb +Subproject commit a1f8a0c1ce64e90653397c5ce8d4949fe0244d07 -- 2.16.6