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 f8573eef9232 Upgrade debezium
f8573eef9232 is described below
commit f8573eef92327d9c5cd7e59df02961b817f43fc9
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 9 10:57:43 2026 +0200
Upgrade debezium
---
.../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
index 3541ddc87685..de3ff64803d4 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
@@ -480,7 +480,7 @@
org.apache.camel.component.as2.api.AS2ClientManager.HTTP_RESPONSE
org.apache.camel.component.as2.api.AS2Constants.HTTP_CLIENT_CONNECTION
----
-They can be replaced by the the getter/setter method of the HttpContext
implementation, for example:
+They can be replaced by the getter/setter method of the HttpContext
implementation, for example:
[source,java]
----
@@ -505,6 +505,10 @@ endpoint option allows providing explicit SQL++ queries.
When no `statement` is
To continue using the deprecated MapReduce Views, set `useView=true`
explicitly. See the component
documentation for migration guidance.
+=== camel-debezium
+
+Debezium has been upgraded from 3.4.x to 3.5.0.
+
=== camel-ftp
The `camel-ftp` component has been refactored to extract shared FTP/SFTP code
into a new `camel-ftp-common` module.