This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch essobedo/CAMEL-21395/add-note-to-upgrade-guide-4.8 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1db352b8f9148bb3373a8b9808cfbe8e5447756f Author: Nicolas Filotto <[email protected]> AuthorDate: Tue Oct 29 18:44:38 2024 +0100 CAMEL-21395: camel-debezium - Add a note to the upgrade guide for v 4.8 --- .../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
