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/22 11:00:42 UTC

[camel] branch regen_bot updated (7f6b0dc -> 671f842)

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 7f6b0dc  Regen for commit 18ee7705c8f6b9c8071bab6f6384571dab3b7ce7
     add 40943be  CAMEL-17215: camel-main - MainShutdownStrategy polished
     add 671f842  CAMEL-17215: camel-jbang - Reload should restart max-messages duration

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/spi/CamelEvent.java |  8 +++++
 .../java/org/apache/camel/spi/EventFactory.java    |  8 +++++
 .../camel/impl/event/DefaultEventFactory.java      |  5 +++
 ...teRemovedEvent.java => RouteReloadedEvent.java} |  8 ++---
 .../camel/main/DefaultMainShutdownStrategy.java    |  4 +--
 .../camel/main/MainDurationEventNotifier.java      | 32 +++++++++++++++---
 .../apache/camel/main/MainShutdownStrategy.java    | 25 +++++++++++---
 .../java/org/apache/camel/main/MainSupport.java    | 13 +++++---
 .../camel/main/SimpleMainShutdownStrategy.java     | 36 +++++++++++++++++---
 .../java/org/apache/camel/support/EventHelper.java | 39 ++++++++++++++++++++++
 .../camel/support/RouteWatcherReloadStrategy.java  |  5 +++
 .../ROOT/pages/camel-3x-upgrade-guide-3_14.adoc    |  4 +++
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 21 +++++++++---
 .../camel/dsl/jbang/core/common/RuntimeUtil.java   |  8 ++---
 14 files changed, 183 insertions(+), 33 deletions(-)
 copy core/camel-base/src/main/java/org/apache/camel/impl/event/{RouteRemovedEvent.java => RouteReloadedEvent.java} (83%)