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

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

commit 96d64fac99c7d75dfb0ecad07a8b085f777fc885
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Feb 24 20:11:00 2024 +0100

    CAMEL-18858: camel-core - Mark route as created by Kamelet so we know this, 
so we can filter out in tooling and whereelse (kamelet is a blackbox)
---
 .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
index a8096295f85..17cf601e50c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
@@ -8,6 +8,10 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
 
 === camel-core
 
+Camel startup summary will now report total number of routes without (internal 
routes created by Kamelets or Rest DSL).
+This ensures the total number better reflect the total number of user created 
routes. The summary now includes a separate
+number of Kamelets and Rest DSL routes. See also the camel-kamelet section.
+
 === Intercept EIP
 
 The `interceptFrom` and `interceptSentToEndpoint` EIPs is now storing the 
intercepted endpoint using key `Exchange.INTERCEPTED_ENDPOINT`
@@ -31,8 +35,7 @@ String uri = 
exchange.getProperty(Exchange.INTERCEPTED_ENDPOINT, String.class);
 
 Routes created by Kamelets are no longer registered as JMX MBeans to avoid 
cluttering up with unwanted MBeans, as a Kamelet
 is intended to act like a Camel component, despite its implementation is Camel 
routes. This means that the number of routes
-listed from JMX etc will no longer include Kamelet routes.
-
+listed from JMX will no longer include Kamelet routes.
 
 The old behaviour can be enabled by setting 
`registerRoutesCreateByKamelet=true`
 on the `ManagementAgent` object. See more in the xref:jmx.adoc[JMX] 
documentation.

Reply via email to