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 2022/12/28 12:01:29 UTC

[camel] branch regen_bot updated (217b99ee562 -> 37f2888e32d)

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 217b99ee562 CAMEL-18844: Possible memory leak in org.apache.camel.impl.console.EventConsole
     add 2abf8e8ad45 CAMEL-18845: camel-core - Performance overhead for async processing event emitting that is not needed usually
     add 7f7e2d392fd CAMEL-18845: camel-core - Performance overhead for async processing event emitting that is not needed usually
     add ddd5a37cfb0 CAMEL-18846: camel-main - Performance overhead due to emitting events not needed
     add 37f2888e32d Regen for commit ddd5a37cfb0139d10de17bcab9c1b705e052ebdd

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  2 +-
 .../camel/cdi/test/CamelEventNotifierTest.java     |  9 +--
 .../main/java/org/apache/camel/tracing/Tracer.java |  9 +++
 .../main/java/org/apache/camel/spi/CamelEvent.java |  3 +
 .../java/org/apache/camel/spi/EventFactory.java    |  2 +
 .../java/org/apache/camel/spi/EventNotifier.java   |  7 +-
 .../camel/impl/engine/CamelInternalProcessor.java  |  2 +-
 .../event/ExchangeAsyncProcessingStartedEvent.java |  2 +
 .../org/apache/camel/processor/SendProcessor.java  |  2 +-
 .../camel/impl/event/EventNotifierEventsTest.java  | 65 +++++++--------
 .../event/MultipleEventNotifierEventsTest.java     | 92 ++++++++++------------
 .../camel/processor/interceptor/DebugTest.java     |  2 +-
 .../camel-main-configuration-metadata.json         |  2 +-
 core/camel-main/src/main/docs/main.adoc            |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     |  4 +-
 .../camel/main/DefaultConfigurationProperties.java |  3 +-
 .../camel/main/MainDurationEventNotifier.java      |  7 +-
 .../java/org/apache/camel/main/MainSupport.java    |  3 +-
 .../camel/management/AddEventNotifierTest.java     |  4 +-
 .../JmxNotificationEventNotifierTest.java          |  4 +-
 .../camel/management/PublishEventNotifierTest.java |  4 +-
 .../camel/management/RemoveEventNotifierTest.java  |  4 +-
 .../camel/support/SimpleEventNotifierSupport.java  |  2 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc    |  4 +
 24 files changed, 120 insertions(+), 120 deletions(-)