Remove the classes that were originally singleton 59/75759/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Mon, 14 Jan 2019 16:47:40 +0000 (11:47 -0500)
committerKajur, Harish (vk250x) <vk250x@att.com>
Mon, 14 Jan 2019 16:48:05 +0000 (11:48 -0500)
commit1201f66412ab1585ec19e8630cb8b38e431dab8e
tree271c2e57b8662ef29c4c73ba331b5eeffca31af7
parent5a4ff0ea07e8f5b5dde84c9ef171f188dd8a134c
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) <vk250x@att.com>
aai-core/src/main/java/org/onap/aai/restcore/search/GremlinGroovyShellSingleton.java [deleted file]
aai-core/src/main/java/org/onap/aai/restcore/search/GroovyQueryBuilderSingleton.java [deleted file]
aai-core/src/test/resources/test_aaiconfig.properties [deleted file]