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

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


    from f09e2c46706 Update to groovy 3.0.14
     new 104cf42bba1 CAMEL-18845: camel-core - Performance overhead for async 
processing event emitting that is not needed usually
     new 166549b0104 CAMEL-18845: camel-core - Performance overhead for async 
processing event emitting that is not needed usually

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:
 .../camel/cdi/test/CamelEventNotifierTest.java     |  8 +-
 .../main/java/org/apache/camel/tracing/Tracer.java |  9 +++
 .../main/java/org/apache/camel/spi/CamelEvent.java |  5 ++
 .../java/org/apache/camel/spi/EventFactory.java    |  3 +
 .../java/org/apache/camel/spi/EventNotifier.java   |  7 +-
 .../camel/impl/engine/CamelInternalProcessor.java  |  2 +-
 .../event/ExchangeAsyncProcessingStartedEvent.java |  3 +
 .../org/apache/camel/processor/SendProcessor.java  |  2 +-
 .../camel/impl/event/EventNotifierEventsTest.java  | 65 +++++++--------
 .../event/MultipleEventNotifierEventsTest.java     | 92 ++++++++++------------
 .../camel/processor/interceptor/DebugTest.java     |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     |  1 +
 .../camel/management/AddEventNotifierTest.java     |  4 +-
 .../JmxNotificationEventNotifierTest.java          |  4 +-
 .../camel/management/PublishEventNotifierTest.java |  4 +-
 .../camel/management/RemoveEventNotifierTest.java  |  4 +-
 .../camel/support/SimpleEventNotifierSupport.java  |  2 +-
 17 files changed, 107 insertions(+), 110 deletions(-)

Reply via email to