Leverage new Kotlin script templating support

As of 1.3.40, Kotlin now provides a kotlin-scripting-jsr223-embeddable
dependency which:
 - Fixes classloading related issues
 - Provides out of the box JSR 223 support
 - Is compatible with Spring Boot Fat Jar mechanism

This commit updates Spring Framework tests and documentation accordingly.

Closes gh-23165
This commit is contained in:
Sebastien Deleuze
2019-06-20 10:17:02 +02:00
parent cfb4148982
commit e86b937f8c
7 changed files with 39 additions and 41 deletions

View File

@@ -1 +0,0 @@
org.jetbrains.kotlin.script.jsr223.KotlinJsr223JvmLocalScriptEngineFactory