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.git.
from fccb914 chore: add debug trait add 147f2d6 chore(deps): allign groovy version to the one used by camel 2.23.0 add 24e9d2f chore(deps): update joor to v0.9.10 No new revisions were added by this update. Summary of changes: runtime/catalog-builder/pom.xml | 8 +++- runtime/groovy/pom.xml | 56 +++++++++++++++------- .../camel/k/groovy/dsl/IntegrationTest.groovy | 6 +-- .../org/apache/camel/k/jvm/RoutesLoadersTest.java | 30 ++++++++++-- .../test/resources/MyRoutesWithNestedClass.java | 23 +++++++++ runtime/pom.xml | 6 +-- 6 files changed, 102 insertions(+), 27 deletions(-) create mode 100644 runtime/jvm/src/test/resources/MyRoutesWithNestedClass.java