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 e1c704d6012c chore: add Debezium 3.6.0 upgrade note for removed Oracle
options
e1c704d6012c is described below
commit e1c704d6012cbd3585a47f93688243c9392a021b
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 2 14:31:06 2026 +0200
chore: add Debezium 3.6.0 upgrade note for removed Oracle options
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Claus Ibsen <[email protected]>
---
.../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
index 4f27d41e9d39..d6671ed93817 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc
@@ -40,6 +40,25 @@ to the true average throughput rather than oscillating
between zero and spike va
If you have tooling that consumes the JMX throughput value and expects the old
instantaneous
behavior, be aware that the reported value will now ramp up and decay
gradually.
+=== camel-debezium
+
+The `camel-debezium` component has upgraded from Debezium 3.5.2 to 3.6.0.
+
+The following 10 Oracle connector options have been removed by Debezium 3.6.0
and are no longer available:
+
+* `logMiningBatchSizeDefault`
+* `logMiningBatchSizeIncrement`
+* `logMiningBatchSizeMax`
+* `logMiningBatchSizeMin`
+* `logMiningSleepTimeDefaultMs`
+* `logMiningSleepTimeIncrementMs`
+* `logMiningSleepTimeMaxMs`
+* `logMiningSleepTimeMinMs`
+* `logMiningScnGapDetectionGapSizeMin`
+* `logMiningScnGapDetectionTimeIntervalMaxMs`
+
+If you use any of these options, remove them from your configuration as they
will cause errors.
+
=== camel-fory with JDK 25+ - Breaking change
Due to new requirements from Apache Fory, when using Apache Fory Dataformat,
the JVM parameter `--add-opens java.base/java.lang.invoke=ALL-UNNAMED` must be
provided.