From c4d74d850b291462c0deec4b78d187fbb801f448 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Sun, 7 Apr 2019 19:24:53 -0400 Subject: Update git submodules * Update docs/submodules/aai/aai-common.git from branch 'master' to 31b7af4804219e5f03faeecef55f041f48adb6d5 - Fix a potential bug in DBSerializer where the assumption is the aai-node-type property will exist on the node types. There is a case where a vertex is in the process of being deleted and during that time the vertex will be missing some properties and during that time the GET with depth all will result in exception This is possible because of our database being an eventually consistent database Issue-ID: AAI-2330 Change-Id: I2b11c9a2ec5c3b6bffd2690a0c075962e80781cc Signed-off-by: Kajur, Harish (vk250x) --- docs/submodules/aai/aai-common.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/aai/aai-common.git b/docs/submodules/aai/aai-common.git index 08c1bd4d7..31b7af480 160000 --- a/docs/submodules/aai/aai-common.git +++ b/docs/submodules/aai/aai-common.git @@ -1 +1 @@ -Subproject commit 08c1bd4d78a0504e7531876869a7ae0cd9c448df +Subproject commit 31b7af4804219e5f03faeecef55f041f48adb6d5 -- cgit 1.2.3-korg