From 44bd5eb936ae85d45b79e301870bed1d453bd7ec Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 14 Jan 2019 11:47:40 -0500 Subject: Updated git submodules Project: aai/aai-common master 1201f66412ab1585ec19e8630cb8b38e431dab8e Remove the classes that were originally singleton GremlinGroovy shell singleton and groovy builder singleton were changed from being singleton because we found that the classes that were dynamically loaded were never cleaned up by the garbage collector which caused a huge increase in the memory consumption for the traversal microservice which uses this The conversions from singleton was already committed but the singleton was not cleaned up earlier Issue-ID: AAI-1811 Change-Id: Ib74d85be4c1053e7b482fa5b89b562b2352ff803 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 5a4ff0ea0..1201f6641 160000 --- a/docs/submodules/aai/aai-common.git +++ b/docs/submodules/aai/aai-common.git @@ -1 +1 @@ -Subproject commit 5a4ff0ea07e8f5b5dde84c9ef171f188dd8a134c +Subproject commit 1201f66412ab1585ec19e8630cb8b38e431dab8e -- cgit 1.2.3-korg