This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
from 9722202 Merge pull request #90 from lburgazzoli/deps-update add b66afd4 kotlin: add initial support for kotlin auto completion in idea add 7b09b61 kotlin: add missing methods from route builder / builder support No new revisions were added by this update. Summary of changes: .../apache/camel/k/kotlin/KotlinRoutesLoader.kt | 29 +++++++++------ .../kotlin/KotlinScriptCompilationConfiguration.kt | 0 .../camel/k/kotlin/dsl/IntegrationConfiguration.kt | 42 ++++++++++++++++++---- ...k.kotlin.dsl.IntegrationConfiguration.classname | 0 .../apache/camel/k/kotlin/dsl/IntegrationTest.kt | 22 ++++++++++++ .../test/resources/routes-with-error-handler.kts | 10 ++++++ .../src/test/resources/routes-with-rest.kts | 1 + 7 files changed, 86 insertions(+), 18 deletions(-) create mode 100644 camel-k-runtime-kotlin/src/main/kotlin/org/apache/camel/k/kotlin/KotlinScriptCompilationConfiguration.kt create mode 100644 camel-k-runtime-kotlin/src/main/resources/META-INF/kotlin/script/templates/org.apache.camel.k.kotlin.dsl.IntegrationConfiguration.classname create mode 100644 camel-k-runtime-kotlin/src/test/resources/routes-with-error-handler.kts