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/12/01 18:15:14 UTC

(camel) branch regen_bot updated (9014f4436d2 -> 0fa1294b2e5)

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 9014f4436d2 CAMEL-20158 await executor termination after shutdown (#12291)
     add 0fa1294b2e5 CAMEL-20173: camel-jbang - Run with download=false should set maven in offline mode. (#12293)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/main/KameletMain.java    | 172 ++++++++++-----------
 .../main/console/DependencyDownloaderConsole.java  |  27 +++-
 .../camel/main/download/DependencyDownloader.java  |  10 ++
 .../main/download/MavenDependencyDownloader.java   |  10 ++
 .../camel/tooling/maven/MavenDownloader.java       |  30 ++++
 .../camel/tooling/maven/MavenDownloaderImpl.java   |  81 +++-------
 .../camel/tooling/maven/MavenResolverTest.java     |   2 +-
 7 files changed, 171 insertions(+), 161 deletions(-)