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 2023/10/03 11:02:29 UTC

[camel] branch regen_bot updated (8f0b2cb44ae -> 704f6f0106a)

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 8f0b2cb44ae CAMEL-19942 - Camel-Jbang Export: Improve SBOM generator by supporting also SPDX format (#11631)
     add 704f6f0106a camel-jbang - Make it possible to load extra .class from classpath

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/main/KameletMain.java    |  8 +++
 .../camel/main/util/ExtraClassesClassLoader.java   | 70 ++++++++++++++++++++++
 2 files changed, 78 insertions(+)
 create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/ExtraClassesClassLoader.java