This is an automated email from the ASF dual-hosted git repository.
nfilotto 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 fdfec7468ea CAMEL-21395: camel-debezium - Add a note to the upgrade
guide for v 4.8 (#16118)
fdfec7468ea is described below
commit fdfec7468ead58afab5c3aeff40e30ba18cc261a
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 30 12:21:02 2024 +0100
CAMEL-21395: camel-debezium - Add a note to the upgrade guide for v 4.8
(#16118)
---
.../modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
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 681e9b9087e..2ad91932a6f 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,15 @@ 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.1 to 4.8.2
+
+=== camel-debezium
+
+To avoid split package that can be a problem in environments like OSGI, each
camel-debezium module has its own
+sub package corresponding to the database type. So for example, all the
classes of the module `camel-debezium-postgres`
+have been moved to a dedicated package which is
`org.apache.camel.component.debezium.postgres` instead of having
+everything under the root package `org.apache.camel.component.debezium`.
+
== Upgrading from 4.8.0 to 4.8.1
The `camel-opentelemetry` component has had significant bug fixes to handle
span activation/deactivations