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 4cb423d  CAMEL-AWS2-Kinesis: Regen
     add 34a5e40  CAMEL-16057: camel-core - Fine grained event notifier for 
lifecycle of routes

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/spi/CamelEvent.java |  16 ++++
 .../java/org/apache/camel/spi/EventFactory.java    |  16 ++++
 .../org/apache/camel/impl/engine/RouteService.java |   9 ++
 .../camel/impl/event/DefaultEventFactory.java      |  10 +++
 ...teStartedEvent.java => RouteStartingEvent.java} |   6 +-
 ...teStoppedEvent.java => RouteStoppingEvent.java} |   6 +-
 .../camel/impl/event/EventNotifierEventsTest.java  | 100 +++++++++++----------
 .../EventNotifierFailureHandledEventsTest.java     |  87 +++++++++---------
 .../event/MultipleEventNotifierEventsTest.java     |  76 +++++++++-------
 .../impl/event/SimpleEventNotifierEventsTest.java  |  82 +++++++++--------
 .../camel/management/RemoveEventNotifierTest.java  |   4 +-
 .../java/org/apache/camel/support/EventHelper.java |  78 ++++++++++++++++
 12 files changed, 325 insertions(+), 165 deletions(-)
 copy 
core/camel-base/src/main/java/org/apache/camel/impl/event/{RouteStartedEvent.java
 => RouteStartingEvent.java} (83%)
 copy 
core/camel-base/src/main/java/org/apache/camel/impl/event/{RouteStoppedEvent.java
 => RouteStoppingEvent.java} (83%)

Reply via email to