From c8c7f741ba8974d968346cf71d2d1036a7dfc99d Mon Sep 17 00:00:00 2001 From: Sebastien Premont-Tendland Date: Thu, 19 Mar 2020 13:52:45 -0500 Subject: Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to 0562fc1c7378be67b571bb142489272a6b1b3814 - Fix kotlin cache lazy loading When USE_SCRIPT_COMPILATION_CACHE is set to false the classLoader is closed after the class is instantiated. This is causing an issue when lazy loading is happening during the script execution. Lazy loading occurs when a suspendible function returning something is called from "processNB", kotlin will create a second class that will be loaded during execution (needs to be in the classpath during execution). Issue-ID: CCSDK-2150 Signed-off-by: Sebastien Premont-Tendland Change-Id: I64780287352d762325662e0e5d5b94038dedee7f --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index fa12b4f31..0562fc1c7 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit fa12b4f311e77612e4e856b209a8c81c71f0b29d +Subproject commit 0562fc1c7378be67b571bb142489272a6b1b3814 -- cgit 1.2.3-korg