This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 6dcb9bf169b polish logger new abbdf389981 Polished new deb264c61bc camel-jbang - Polsished new 343319ff302 CAMEL-18815: camel-jbang - Base package scan to search in downloaded JARs The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/camel/ExtendedCamelContext.java | 6 +- .../org/apache/camel/main/BaseMainSupport.java | 10 +- .../java/org/apache/camel/main/KameletMain.java | 2 + .../download/BasePackageScanDownloadListener.java | 105 +++++++++++++++++++++ .../main/download/DependencyDownloaderKamelet.java | 10 +- 5 files changed, 119 insertions(+), 14 deletions(-) create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/BasePackageScanDownloadListener.java