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 in repository https://gitbox.apache.org/repos/asf/camel.git
commit eeb0c37df114e0165dc2d71dfea087e02b204b30 Author: Nicolas Filotto <nicolas.filo...@qlik.com> AuthorDate: Tue Oct 29 15:01:27 2024 +0100 CAMEL-21395: camel-debezium - Add a note into the upgrade guide --- .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 7 +++++++ 1 file changed, 7 insertions(+) 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 32324f817b9..fc868a63135 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 @@ -121,6 +121,13 @@ via `@TestInstance(TestInstance.Lifecycle.PER_CLASS)`), as this is considered a future. The logs will print a warning message if this behavior is detected. +=== 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`. + === Removed deprecated components The following experimental DSL has been removed: