Skip to content

Update to Debezium 3.5.0.Final#1779

Merged
gsmet merged 1 commit intoquarkusio:mainfrom
Naros:upgrade-debezium-3-5-0
Apr 3, 2026
Merged

Update to Debezium 3.5.0.Final#1779
gsmet merged 1 commit intoquarkusio:mainfrom
Naros:upgrade-debezium-3-5-0

Conversation

@Naros
Copy link
Copy Markdown
Contributor

@Naros Naros commented Mar 11, 2026

This is a WIP as we move through the Debezium 3.5 release stream.

@kmos I believe all we added was Oracle, but please let me know if I missed anything.

@Naros Naros force-pushed the upgrade-debezium-3-5-0 branch from 2ac1b6f to 62e4942 Compare March 17, 2026 06:17
@kmos
Copy link
Copy Markdown

kmos commented Mar 17, 2026

@Naros I think that we can add also db2 and the hibernate cache invalidation extension

@kmos
Copy link
Copy Markdown

kmos commented Mar 18, 2026

We have also the quarkus-debezium-engine for the compatibility mode

@Naros Naros force-pushed the upgrade-debezium-3-5-0 branch 2 times, most recently from a239b56 to ebf0633 Compare March 26, 2026 09:44
@Naros
Copy link
Copy Markdown
Contributor Author

Naros commented Mar 26, 2026

🚨 @jamesnetherton FYI - there are some upcoming dependency changes: debezium-core no longer exists and has been split into debezium-connect-plugins and debezium-connector-common.

@jamesnetherton
Copy link
Copy Markdown
Collaborator

@Naros This is planned for Quarkus 3.35, right?

@Naros Naros force-pushed the upgrade-debezium-3-5-0 branch from ebf0633 to 9ec00e0 Compare March 31, 2026 18:07
@Naros Naros marked this pull request as ready for review March 31, 2026 18:08
@Naros
Copy link
Copy Markdown
Contributor Author

Naros commented Mar 31, 2026

@jamesnetherton yes, most likely given 3.34 was released a few days ago.

@gsmet
Copy link
Copy Markdown
Member

gsmet commented Mar 31, 2026

@jamesnetherton can you confirm I can merge this one once CI is green?

@quarkus-bot

This comment has been minimized.

@jamesnetherton
Copy link
Copy Markdown
Collaborator

@jamesnetherton can you confirm I can merge this one once CI is green?

@gsmet I think it'd be ok. I opened a PR for the same upgrade in CQ apache/camel-quarkus#8496.

@gsmet
Copy link
Copy Markdown
Member

gsmet commented Apr 2, 2026

@Naros sorry, this will need a rebase.

Usually, what I do is fixing the root pom.xml then dropping generated-platform-project and running ./mvnw -Dsync again.

@aloubyansky
Copy link
Copy Markdown
Member

mvn -Dsync actually drops the generated-platform-project before generating a new one

Signed-off-by: Chris Cranford <chris@hibernate.org>
@Naros Naros force-pushed the upgrade-debezium-3-5-0 branch from 9ec00e0 to 605002b Compare April 2, 2026 13:44
@Naros
Copy link
Copy Markdown
Contributor Author

Naros commented Apr 2, 2026

@Naros sorry, this will need a rebase.

No worries, fixed.

@quarkus-bot
Copy link
Copy Markdown

quarkus-bot bot commented Apr 2, 2026

Status for workflow CI Build

This is the status report for running CI Build on commit 605002b.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build - JDK 17 #

- Failing: Root module quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped quarkus-debezium/integration-tests/quarkus-debezium-db2-integration-tests and 6 more

📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped

org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testDelete - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <204> but was <200>.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)

org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testInsert - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a Lambda expression in org.apache.camel.quarkus.test.support.debezium.AbstractDebeziumTest 1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Best Company_9e8bcd9d-145f-470b-a22a-fe8330d39c20"
  Actual: 
 within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)

org.apache.camel.quarkus.component.debezium.common.it.mysql.DebeziumMysqlTest.testUpdate - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Even Better Company"
  Actual: 

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

org.apache.camel.quarkus.component.debezium.common.it.postgres.DebeziumOracleTest.testDelete - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <204> but was <200>.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)

org.apache.camel.quarkus.component.debezium.common.it.postgres.DebeziumOracleTest.testInsert - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a Lambda expression in org.apache.camel.quarkus.test.support.debezium.AbstractDebeziumTest 1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Best Company_de545047-5cfe-4adc-9998-aa3cbfcbcd28"
  Actual: 
 within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)

org.apache.camel.quarkus.component.debezium.common.it.postgres.DebeziumOracleTest.testUpdate - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Even Better Company"
  Actual: 

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

📦 quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test (default-test) on project camel-quarkus-integration-test-debezium-grouped: There are test failures.

Please refer to /home/runner/work/quarkus-platform/quarkus-platform/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium-grouped/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.

📦 quarkus-debezium/integration-tests/quarkus-debezium-db2-integration-tests

Failed to execute goal on project quarkus-debezium-db2-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-db2-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-db2-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-mariadb-integration-tests

Failed to execute goal on project quarkus-debezium-mariadb-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-mariadb-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-mariadb-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-mongodb-integration-tests

Failed to execute goal on project quarkus-debezium-mongodb-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-mongodb-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-mongodb-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-mysql-integration-tests

Failed to execute goal on project quarkus-debezium-mysql-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-mysql-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-mysql-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-oracle-integration-tests

Failed to execute goal on project quarkus-debezium-oracle-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-oracle-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-oracle-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-postgres-integration-tests

Failed to execute goal on project quarkus-debezium-postgres-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-postgres-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-postgres-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

📦 quarkus-debezium/integration-tests/quarkus-debezium-sqlserver-integration-tests

Failed to execute goal on project quarkus-debezium-sqlserver-integration-tests: Could not resolve dependencies for project io.quarkus.platform:quarkus-debezium-sqlserver-integration-tests:jar:999-SNAPSHOT dependency: io.debezium.quarkus:quarkus-debezium-sqlserver-integration-tests:jar:3.5.0.Final (compile) G:io.debezium.quarkus NOT allowed from gradle (https://repo.gradle.org/artifactory/libs-releases, default, releases) G:io.debezium.quarkus NOT allowed from shibboleth (https://build.shibboleth.net/maven/releases/, default, releases) G:io.debezium.quarkus NOT allowed from atlassian (https://maven.artifacts.atlassian.com/, default, releases)

Copy link
Copy Markdown
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that the Camel failures will get fixed by the next Camel Quarkus update so let's merge.

@gsmet gsmet merged commit 4db4734 into quarkusio:main Apr 3, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants