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 b979c10 (chores) camel-activemq: cleaned up tests to avoid
Thread.sleep calls
new 2e86768 Regen
new d7f29e9 CAMEL-17102: camel-core - EventNotifier for
CamelContextInitializing/Initiazed should fire even if the notifier has not
been fully started.
new 896c08d CAMEL-17102: camel-core - EventNotifier for
CamelContextInitializing/Initiazed should fire even if the notifier has not
been fully started.
The 3 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 | 15 +++
.../java/org/apache/camel/spi/EventNotifier.java | 4 +
.../camel/impl/event/EventNotifierEventsTest.java | 132 +++++++++++----------
.../EventNotifierFailureHandledEventsTest.java | 114 +++++++++---------
...ntNotifierIgnoreCamelContextInitEventsTest.java | 113 ++++++++++++++++++
.../event/EventNotifierRedeliveryEventsTest.java | 2 +-
.../event/MultipleEventNotifierEventsTest.java | 102 ++++++++--------
.../impl/event/SimpleEventNotifierEventsTest.java | 116 +++++++++---------
.../apache/camel/processor/SplitterMapTest.java | 2 +-
.../camel/management/RemoveEventNotifierTest.java | 4 +-
.../java/org/apache/camel/support/EventHelper.java | 25 ++--
.../camel/support/SimpleEventNotifierSupport.java | 11 ++
.../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 6 +
13 files changed, 411 insertions(+), 235 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/impl/event/EventNotifierIgnoreCamelContextInitEventsTest.java