summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-05-08 22:48:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-08 22:48:31 +0000
commitca78320d7d5b6dee8808bbefb489b1441c729cba (patch)
tree71f357353e38ba6087947260f9bd064e3e7be1b3
parentb97e0acf4c346180fbde878163732d8991aaa480 (diff)
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 <am153x@att.com>
m---------docs/submodules/so.git0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/so.git b/docs/submodules/so.git
-Subproject beba3e2184d727ab54c08341bbee3b14f97d92d
+Subproject 81efcc2f327dd6583c78211ce39494ca75a99c3