Add blueprint Kotlin script support.
authorMuthuramalingam, Brinda Santh <bs2796@att.com>
Fri, 11 Jan 2019 16:30:40 +0000 (11:30 -0500)
committerMuthuramalingam, Brinda Santh <bs2796@att.com>
Mon, 14 Jan 2019 16:21:09 +0000 (11:21 -0500)
commita3450eb629c88e8fe7f2a0a2d9b241004fd45442
treee327dfe0d59359ccbbd03f3014f01453bdbd8914
parent4e08795acadc769817fac2250804a8fa33d36aea
Add blueprint Kotlin script support.

Change-Id: I92b8e9850ea07c7f671e7aada9770713854534c3
Issue-ID: CCSDK-941
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
12 files changed:
components/core/pom.xml
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptConfiguration.kt [new file with mode: 0644]
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptService.kt [new file with mode: 0644]
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BlueprintScriptingHost.kt [new file with mode: 0644]
components/core/src/main/resources/META-INF/services/javax.script.ScriptEngineFactory [new file with mode: 0644]
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/script/BluePrintScriptServiceTest.kt [new file with mode: 0644]
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/JacksonReactorUtilsTest.kt [deleted file]
components/core/src/test/resources/scripts/SampleBlueprintFunctionNode.kts [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/artifact_type/artifact-script-kotlin.json [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/node_type/source-capability.json
components/model-catalog/definition-type/starter-type/node_type/tosca.nodes.component.Kotlin.json [new file with mode: 0644]
components/parent/pom.xml