This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 86d1a2e  set the kotlin home
     new ddeca45  runtime(kotlin) : switch to kotlin 1.3 scripting
     new 25227da  chore(test) : switch to junit 5
     new 043836a  chore(build): remove deprecated methos

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 runtime/dependency-lister/pom.xml                  |  4 +-
 .../maven/dependency/DependencyListerMojo.java     | 54 ++++++-------
 runtime/examples/kotlin-routes.kts                 |  4 +-
 runtime/groovy/pom.xml                             | 14 +++-
 .../k/groovy/dsl/ComponentConfiguration.groovy     | 16 ++--
 .../k/groovy/dsl/ComponentsConfiguration.groovy    | 20 ++---
 .../org/apache/camel/k/groovy/helper/Runner.groovy | 28 -------
 runtime/groovy/src/test/resources/log4j2-test.xml  |  6 +-
 runtime/jvm/pom.xml                                | 13 +++-
 .../java/org/apache/camel/k/jvm/RoutesLoaders.java |  2 +-
 .../org/apache/camel/k/jvm/PropertiesTest.java     |  2 +-
 .../org/apache/camel/k/jvm/RoutesLoadersTest.java  | 22 ++++--
 runtime/jvm/src/test/resources/log4j2-test.xml     |  6 +-
 runtime/kotlin/pom.xml                             | 33 +++++++-
 .../apache/camel/k/kotlin/KotlinRoutesLoader.kt    | 90 +++++++++++++---------
 ...onfiguration.kt => IntegrationConfiguration.kt} | 35 ++++++---
 .../kotlin/org/apache/camel/k/kotlin/LoaderTest.kt |  1 -
 .../apache/camel/k/kotlin/dsl/IntegrationTest.kt   | 13 ++--
 .../camel/k/kotlin/extension/LogExtensionTest.kt   |  1 -
 runtime/kotlin/src/test/resources/log4j2-test.xml  |  8 +-
 runtime/kotlin/src/test/resources/routes-new.kts   |  2 +
 runtime/pom.xml                                    | 40 +++++++++-
 22 files changed, 242 insertions(+), 172 deletions(-)
 delete mode 100644 
runtime/groovy/src/test/groovy/org/apache/camel/k/groovy/helper/Runner.groovy
 copy 
runtime/kotlin/src/main/kotlin/org/apache/camel/k/kotlin/dsl/{RestConfiguration.kt
 => IntegrationConfiguration.kt} (50%)
 create mode 100644 runtime/kotlin/src/test/resources/routes-new.kts

Reply via email to