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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7f6b0dc  Regen for commit 18ee7705c8f6b9c8071bab6f6384571dab3b7ce7
     new 40943be  CAMEL-17215: camel-main - MainShutdownStrategy polished
     new 671f842  CAMEL-17215: camel-jbang - Reload should restart max-messages 
duration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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%)

Reply via email to