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/10/20 09:11:44 UTC

[camel] branch regen_bot updated (f07af29cabf -> fbefdb40a00)

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 f07af29cabf [CAMEL-15616] Upgrade to Saxon-HE 11.4 (tests pass)
     add 8bdf3833361 CAMEL-18624: camel-jbang - Should load custom type converters when adding new JARs
     add fbefdb40a00 Regen for commit 8bdf383336129c9cc3df8d691bea12c78fac181d

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/main/KameletMain.java    |   8 +-
 .../main/download/ArtifactDownloadListener.java    |  15 +--
 .../camel/main/download/DependencyDownloader.java  |   5 +
 .../main/download/MavenDependencyDownloader.java   |  11 +++
 .../TypeConverterLoaderDownloadListener.java       | 105 +++++++++++++++++++++
 5 files changed, 136 insertions(+), 8 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/ExpressionFactory.java => dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ArtifactDownloadListener.java (72%)
 create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/TypeConverterLoaderDownloadListener.java