You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/12 08:09:21 UTC

[camel] 02/03: Camel-Pulsar: Use 2.6.2 docker image for testing

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

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

commit a76988882f98fcebc2ab198cf9a403440fa05324
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 12 08:54:13 2020 +0100

    Camel-Pulsar: Use 2.6.2 docker image for testing
---
 .../test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java
index 4add4b8..c11da4f 100644
--- a/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java
+++ b/components/camel-pulsar/src/test/java/org/apache/camel/component/pulsar/PulsarTestSupport.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.GenericContainer;
 
 public class PulsarTestSupport extends ContainerAwareTestSupport {
 
-    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.6.1";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.6.2";
     public static final String CONTAINER_NAME = "pulsar";
     public static final int BROKER_PORT = 6650;
     public static final int BROKER_HTTP_PORT = 8080;