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 555e043 loader(groovy): add default imports new e0e2c09 js: components not exported by base script #112 new 3c5ee8e chore(deps): cleanup dependencies The 2 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: camel-k-loader-groovy/pom.xml | 19 +++++++--- camel-k-loader-js/pom.xml | 13 +++++++ .../k/loader/js/dsl/IntegrationConfiguration.java | 6 ++-- .../camel/k/loader/js/dsl/IntegrationTest.java | 41 ++++++++++------------ .../routes-with-component-configuration.js | 3 ++ 5 files changed, 52 insertions(+), 30 deletions(-) copy camel-k-runtime-main/src/main/java/org/apache/camel/k/main/Application.java => camel-k-loader-js/src/test/java/org/apache/camel/k/loader/js/dsl/IntegrationTest.java (53%) create mode 100644 camel-k-loader-js/src/test/resources/routes-with-component-configuration.js