From ca78320d7d5b6dee8808bbefb489b1441c729cba Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 8 May 2018 22:48:31 +0000 Subject: [PATCH] Updated git submodules Project: so master 81efcc2f327dd6583c78211ce39494ca75a99c33 Merge "Remove wrapper from WorkflowResponse" Remove wrapper from WorkflowResponse When the workflow response succeeds, the requestReferences object is being wrapped by "WorkflowResponse": {"response": {... and all the other fields from the WorkflowResponse object are being included as well. Adding a WorkflowResponseSerializer didn't seem to work since the root node was still included and there was no ObjectMapper in which to set WrapRootValue to false. So this is the next best thing. Patch 2 fixes most of the broken unit tests. Change-Id: Ifa5bd02e70b23f41c9042ac207848c8ade77313a Issue-ID: SO-586 Signed-off-by: Arthur Martella --- 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 beba3e218..81efcc2f3 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit beba3e2184d727ab54c08341bbee3b14f97d92db +Subproject commit 81efcc2f327dd6583c78211ce39494ca75a99c33 -- 2.16.6