This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4193b0f  Upgrade kafka version for testing via testcontainers but it 
still fails. But we need 5.4.x as it supports kafka 2.4.x
4193b0f is described below

commit 4193b0f424e2b457b9e37d54b96c0c9bebc279e9
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 22 20:54:53 2020 +0200

    Upgrade kafka version for testing via testcontainers but it still fails. 
But we need 5.4.x as it supports kafka 2.4.x
---
 .../java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
index 3ced492..055e77f 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/BaseEmbeddedKafkaTest.java
@@ -29,7 +29,7 @@ import org.testcontainers.containers.KafkaContainer;
 import org.testcontainers.containers.wait.strategy.Wait;
 
 public class BaseEmbeddedKafkaTest extends CamelTestSupport {
-    private static final String CONFLUENT_PLATFORM_VERSION = "5.3.1";
+    private static final String CONFLUENT_PLATFORM_VERSION = "5.4.1";
 
     @ClassRule
     public static KafkaContainer kafkaBroker = new 
KafkaContainer(CONFLUENT_PLATFORM_VERSION)

Reply via email to