You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cd...@apache.org on 2023/08/30 17:24:36 UTC

[camel] branch main updated (f5b2597d763 -> f14fb0c3ed8)

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

cdeppisch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f5b2597d763 [CAMEL-19698] [CAMEL-19699] camel-yaml-dsl: schema: Restrict languages/dataformats to be mutually exclusive (#11244)
     add f14fb0c3ed8 CAMEL-19798: Consistently set camel-kamelets version in Camel JBang

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  7 +++-
 .../apache/camel/dsl/jbang/core/commands/Init.java |  6 ++-
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 21 ++++++++++
 .../core/commands/catalog/CatalogKamelet.java      |  7 +++-
 .../camel/dsl/jbang/core/common/VersionHelper.java |  3 ++
 .../templates/run-custom-camel-version.tmpl        |  2 +-
 .../java/org/apache/camel/main/KameletMain.java    | 18 +++++++-
 .../main/download/DependencyDownloaderKamelet.java | 44 ++++++++------------
 .../download/DependencyDownloaderRoutesLoader.java |  8 +++-
 .../download/KnownKameletRoutesBuilderLoader.java  | 48 +++++++++++-----------
 .../org/apache/camel/main/util/VersionHelper.java  | 25 +++++++++++
 11 files changed, 131 insertions(+), 58 deletions(-)