This is an automated email from the ASF dual-hosted git repository.
acosentino 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 bf1d50e4a35 CAMEL-19838 - Upgrade Debezium to version 2.0.33.Final
(#11310)
bf1d50e4a35 is described below
commit bf1d50e4a3545aa2fb43bd055c6612f75d6e0663
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 6 07:38:13 2023 +0200
CAMEL-19838 - Upgrade Debezium to version 2.0.33.Final (#11310)
* CAMEL-19838 - Upgrade Debezium to version 2.3.3.Final
Signed-off-by: Andrea Cosentino <[email protected]>
* Regen
Signed-off-by: Andrea Cosentino <[email protected]>
---------
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java | 2 +-
.../java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java | 2 +-
.../component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java | 1 -
parent/pom.xml | 2 +-
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
index 625b546e20e..4a10b8397db 100644
---
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
+++
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
@@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
@DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
- disabledReason = "These tests are flaky on Apache CI - see
CAMEL-19832")
+ disabledReason = "These tests are flaky on Apache CI
- see CAMEL-19832")
public class RocketMQRequestReplyRouteTest extends RocketMQTestSupport {
private static final String START_ENDPOINT_URI =
"rocketmq:START_TOPIC_RRT?producerGroup=p1&consumerGroup=c1";
diff --git
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
index 4ddaaf23d90..ba4c6780fa6 100644
---
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
+++
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
@DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
- disabledReason = "These tests are flaky on Apache CI - see
CAMEL-19832")
+ disabledReason = "These tests are flaky on Apache CI
- see CAMEL-19832")
public class RocketMQRouteTest extends RocketMQTestSupport {
public static final String EXPECTED_MESSAGE = "hello, RocketMQ.";
diff --git
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
index c9b6a6b5130..07540e24515 100644
---
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
@@ -48,7 +48,6 @@ class FileProducerCharsetUTFtoISOConvertBodyToTest extends
ContextTestSupport {
}
}
-
@AfterEach
void cleanupFile() {
try {
diff --git a/parent/pom.xml b/parent/pom.xml
index 0caa79575f9..fc760a23bf8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
<cxf-xjc-plugin-version>4.0.0</cxf-xjc-plugin-version>
<cxf-xjc-utils-version>4.0.0</cxf-xjc-utils-version>
<datasonnet-mapper-version>2.5.2-jakarta4</datasonnet-mapper-version>
- <debezium-version>2.3.2.Final</debezium-version>
+ <debezium-version>2.3.3.Final</debezium-version>
<debezium-mysql-connector-version>8.0.33</debezium-mysql-connector-version>
<derby-version>10.16.1.1</derby-version>
<digitalocean-api-client-version>2.17</digitalocean-api-client-version>