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

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

commit 1c09663048f265a30b438b2d5293ea7bb28847d3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Oct 2 09:50:27 2021 +0200

    CAMEL-17033: camel-core - Optimize Event notifiers to no longer check for 
started state for every events triggered.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
index 49f3812..90957f1 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc
@@ -19,6 +19,8 @@ The `ThroughputLogger` has changed the return type from `int` 
to `long` in the `
 Removed the `dataSonnet(Expression)` methods from `RouteBuilder` as they 
should not be used;
 use the methods that take `String` as type.
 
+Added method `getStartedEventNotifiers` to 
`org.apache.camel.spi.ManagementStrategy`;
+
 === Data Formats
 
 We had to fix all the data-formats options that take a Java classname to 
support

Reply via email to