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 60581d141f2 Add to upgrade guides about camel-opentelemetry
60581d141f2 is described below

commit 60581d141f2e9ce6f56255982be434d4262afe2e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 3 13:38:36 2024 +0200

    Add to upgrade guides about camel-opentelemetry
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 6 ++++++
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 6 ++++++
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index 550633e7778..dd2d864e321 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -4,6 +4,12 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, 
then you should follow the guides
 from both 4.0 to 4.1 and 4.1 to 4.2.
 
+== Upgrading from 4.4.3 to 4.4.4
+
+The `camel-opentelemetry` component has had significant bug fixes to handle 
span activation/deactivations
+better when Camel route messages synchronously and asynchronously. This 
component should also work better
+on Spring Boot.
+
 == Upgrading Camel 4.3 to 4.4
 
 === camel-core
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
index a349bd4388a..681e9b9087e 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
@@ -4,6 +4,12 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, 
then you should follow the guides
 from both 4.0 to 4.1 and 4.1 to 4.2.
 
+== Upgrading from 4.8.0 to 4.8.1
+
+The `camel-opentelemetry` component has had significant bug fixes to handle 
span activation/deactivations
+better when Camel route messages synchronously and asynchronously. This 
component should also work better
+on Spring Boot.
+
 == Upgrading Camel 4.7 to 4.8
 
 === camel-api
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
index dd7381688c2..669eabcddfc 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
@@ -23,6 +23,12 @@ as header filter strategy which is the old implementation.
 
 Added `int limit` as parameter to the `browse` method in 
`org.apache.camel.component.jms.QueueBrowseStrategy`.
 
+=== camel-opentelemetry
+
+The `camel-opentelemetry` component has had significant bug fixes to handle 
span activation/deactivations
+better when Camel route messages synchronously and asynchronously. This 
component should also work better
+on Spring Boot.
+
 === camel-hashicorp-vault properties function
 
 The syntax for retrieving a single field of a secret has been changed.

Reply via email to