You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/11/30 06:33:24 UTC

[camel] branch regen_bot updated (de618ec7f31 -> 375674e4558)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from de618ec7f31 camel-salesforce: Fix param name/usage
     add 375674e4558 change the source type to module for JS dsl + fix test scripts (#8796)

No new revisions were added by this update.

Summary of changes:
 .../camel/dsl/js/JavaScriptRoutesBuilderLoader.java   |  2 +-
 .../dsl/js/JavaScriptRoutesBuilderLoaderTest.java     | 19 ++++++++++++++++---
 dsl/camel-js-dsl/src/test/resources/module.mjs        |  1 +
 .../routes/routes-with-component-configuration.js     |  2 +-
 .../test/resources/routes/routes-with-endpoint-dsl.js |  4 ++--
 .../src/test/resources/routes/routes-with-modules.js  |  4 ++++
 .../routes/routes-with-rest-configuration.js          |  2 +-
 7 files changed, 26 insertions(+), 8 deletions(-)
 create mode 100644 dsl/camel-js-dsl/src/test/resources/module.mjs
 create mode 100644 dsl/camel-js-dsl/src/test/resources/routes/routes-with-modules.js