Update git submodules
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>
Thu, 19 Mar 2020 18:52:45 +0000 (13:52 -0500)
committerGerrit Code Review <gerrit@onap.org>
Thu, 19 Mar 2020 18:52:45 +0000 (18:52 +0000)
commitc8c7f741ba8974d968346cf71d2d1036a7dfc99d
tree8ddd986075a117447b4dc0f6bdf1b0f695978d08
parent6504f7e5ea15dc9c650772caa773619b18dee723
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 <sebastien.premont@bell.ca>
    Change-Id: I64780287352d762325662e0e5d5b94038dedee7f
docs/submodules/ccsdk/cds.git