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 2021/11/21 10:22:11 UTC

[camel] branch regen_bot updated (79946cd -> da4f30c)

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 79946cd  salesforce timer getheader frm exchange (#6456)
     add 29b9e64  CAMEL-17217: camel-kamelet-main - Auto download DSL when loading routes in different DSLs
     add da4f30c  Polished

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/engine/DefaultRoutesLoader.java     |  6 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |  2 +-
 .../src/main/docs/kamelet-main.adoc                |  6 +-
 .../main/DependencyDownloaderRoutesLoader.java     | 85 ++++++++++++++++++++++
 .../java/org/apache/camel/main/KameletMain.java    |  2 +
 .../apache/camel/main/KameletMainGithubTest.java   | 10 +++
 6 files changed, 106 insertions(+), 5 deletions(-)
 create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/DependencyDownloaderRoutesLoader.java