From e5f9e3adb421748c5f5c6c8eed759ba51c81c55b Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 18 Sep 2018 14:06:51 -0400 Subject: [PATCH] Updated git submodules Project: so master ae6dd3e07bea17a6e4664a01f142afa8003debbe Upgrade to openstack libs version 1.3.0 Version 1.3.0 uses fasterxml.jackson. Note: several unit tests were wrong and had to be fixed. They were using a fasterxml ObjectMapper to deserialize openstack library class objects compiled with codehaus JsonProperty annotations. Consequently, the ObjectMapper could not "see" the annotations. The tests "worked" because the json was constructed wrongly to match. I have now fixed the json so that they have the true property names defined by the annotations. Change-Id: I088137ee5dd5af9cffd426610a50ae6408c5b190 Issue-ID: SO-1025 Signed-off-by: Rob Daugherty --- 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 65bb66e63..ae6dd3e07 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 65bb66e63dd1d9fcfa4c12b288b5af91343bee01 +Subproject commit ae6dd3e07bea17a6e4664a01f142afa8003debbe -- 2.16.6