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 2021/11/21 16:57:03 UTC

[camel] branch regen_bot updated (4e61f5a -> e833469)

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 4e61f5a  CAMEL-17214: camel-jbang - Lock file can be turned on|off and use a simpler way to check if the file is deleted.
     add 93f6a35  CAMEL-16656: camel-core - ResourceReloader SPI - Allow to reload on changes
     add e833469  Regen for commit 93f6a35b589a20819ed20d1c74e8c0cfa7e65b00

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  5 ++-
 .../MainConfigurationPropertiesConfigurer.java     |  6 +++
 .../camel-main-configuration-metadata.json         |  5 ++-
 core/camel-main/src/main/docs/main.adoc            |  7 ++--
 .../camel/main/DefaultConfigurationConfigurer.java |  3 +-
 .../camel/main/DefaultConfigurationProperties.java | 43 +++++++++++++++++-----
 .../camel/support/RouteWatcherReloadStrategy.java  | 12 ++++--
 .../modules/ROOT/pages/route-reload.adoc           | 18 +++++----
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 26 ++++++-------
 .../java/org/apache/camel/main/KameletMain.java    | 14 ++-----
 .../org/apache/camel/main/KameletMainTest.java     | 13 +++++++
 11 files changed, 99 insertions(+), 53 deletions(-)