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/23 10:20:12 UTC

[camel] branch regen_bot updated (645e288c -> ec85b2c)

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 645e288c Fixed JacksonDataformat name in tests
     add fc13464  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add 7313fc5  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add 3b71f7e  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add 352483b  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add 2477c66  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add dfffb97  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.
     add c4b5681  Upgrade formatter-maven-plugin to 2.17.0
     add ec85b2c  CAMEL-17223: camel-main - durationMaxAction to control whether to shutdown or stop all routes.

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../main/camel-main-configuration-metadata.json    |  1 +
 .../java/org/apache/camel/spi/RouteController.java |  7 +++
 .../camel/impl/engine/AbstractCamelContext.java    | 24 ++++++++++
 .../camel/impl/engine/DefaultRouteController.java  |  5 ++
 .../camel/impl/engine/InternalRouteController.java |  5 ++
 .../impl/lw/LightweightRuntimeCamelContext.java    |  5 ++
 .../MainConfigurationPropertiesConfigurer.java     |  6 +++
 .../camel-main-configuration-metadata.json         |  1 +
 core/camel-main/src/main/docs/main.adoc            |  3 +-
 .../camel/main/DefaultConfigurationProperties.java | 23 +++++++++
 .../camel/main/MainDurationEventNotifier.java      | 55 ++++++++++++++++++----
 .../java/org/apache/camel/main/MainSupport.java    | 17 ++++++-
 .../camel/support/RouteWatcherReloadStrategy.java  |  8 +++-
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 10 ++--
 .../org/apache/camel/main/KameletMainTest.java     |  3 +-
 parent/pom.xml                                     |  2 +-
 17 files changed, 156 insertions(+), 21 deletions(-)