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/05/06 08:03:11 UTC

[camel] branch regen_bot_3x updated (ef11c50b170 -> 8341186eeba)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from ef11c50b170 CAMEL-19309: camel-jbang - camel run --source-dir
     add 46938040fd7 Add 3.20.x/Camel 3.x branch for deploy as well.
     add 4c29f2058d4 CAMEL-19320: camel-jbang - Reload on demand
     add d554370d04a Fix CS
     add 0f0d7907eca CAMEL-19325: Add default identity support (#10002)
     add 8341186eeba Regen for commit 0f0d7907ecace4e869416e375c60b8e1e540c8b7

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile.deploy                                 |   2 +
 .../camel/catalog/components/azure-cosmosdb.json   |   6 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml       |   4 +
 .../cosmosdb/CosmosDbComponentConfigurer.java      |   6 ++
 .../azure/cosmosdb/CosmosDbEndpointConfigurer.java |   6 ++
 .../azure/cosmosdb/CosmosDbEndpointUriFactory.java |   3 +-
 .../component/azure/cosmosdb/azure-cosmosdb.json   |   6 +-
 .../azure/cosmosdb/CosmosDbComponent.java          |   3 -
 .../azure/cosmosdb/CosmosDbConfiguration.java      |  16 ++-
 .../cosmosdb/client/CosmosDbClientFactory.java     |  10 +-
 .../camel/impl/engine/DefaultRoutesLoader.java     |   6 +-
 .../camel/impl/console/ContextDevConsole.java      |  25 ++---
 .../apache/camel/main/MainPropertiesReload.java    |   5 +-
 .../support/DefaultContextReloadStrategy.java      |   5 +
 .../support/FileWatcherResourceReloadStrategy.java |  25 +++--
 .../camel/support/RouteOnDemandReloadStrategy.java | 112 +++++++++++++++++++++
 .../camel/support/RouteWatcherReloadStrategy.java  |  54 +++++++---
 .../camel/cli/connector/LocalCliConnector.java     |  24 ++++-
 .../dsl/AzureCosmosdbComponentBuilderFactory.java  |  18 ++++
 .../apache/camel/dsl/jbang/core/commands/Run.java  |  55 +++++-----
 20 files changed, 313 insertions(+), 78 deletions(-)
 create mode 100644 core/camel-support/src/main/java/org/apache/camel/support/RouteOnDemandReloadStrategy.java