You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/02/09 07:46:12 UTC

[camel] branch main updated: CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.

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


The following commit(s) were added to refs/heads/main by this push:
     new 9063b36aff1 CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
9063b36aff1 is described below

commit 9063b36aff1a9684c5221379eba0a6fa8f310284
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 9 08:46:00 2023 +0100

    CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc     | 13 ++++++++++++-
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc     |  7 +++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
index 92b27f3a866..7c4c4400958 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
@@ -4,7 +4,17 @@ This document is for helping you upgrade your Apache Camel application
 from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then you should follow the guides
 from both 3.0 to 3.1 and 3.1 to 3.2.
 
-== Upgrading Camel 3.20 to 3.20.1
+== Upgrading Camel 3.20.2 to 3.20.3
+
+The option `backlogTracing=true` now automatic enabled the tracer on startup. The previous behavior
+was _surprisingly_ that the tracer was only made available, and had to be manually enabled afterwards.
+The old behavior can be archived by setting `backlogTracingStandby=true`.
+
+== Upgrading Camel 3.20.1 to 3.20.2
+
+No changes
+
+== Upgrading Camel 3.20.0 to 3.20.1
 
 === XML DSL
 
@@ -135,3 +145,4 @@ The Camel Google Pubsub headers have been renamed, since dotted keys are not all
 This means all the headers will be "CamelGooglePubsub" prefixed instead of "CamelGooglePubsub."
 
 For more information, have a look at CAMEL-18773
+
diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
index 1653c4740a0..2d9b47d8d7d 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
@@ -105,3 +105,10 @@ The following components that had been marked as deprecated, were removed in thi
 
 * camel-dozer
 * camel-cmis
+
+== Backlog Tracing
+
+The option `backlogTracing=true` now automatic enabled the tracer on startup. The previous behavior
+was _surprisingly_ that the tracer was only made available, and had to be manually enabled afterwards.
+The old behavior can be archived by setting `backlogTracingStandby=true`.
+