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/12/07 06:40:53 UTC

[camel] 02/03: Camel-Test-Infra: Use Pulsar 2.7.0 image

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 e7643ee43c53d6da1d62aae06b89ce53f985fcb6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 7 07:11:14 2020 +0100

    Camel-Test-Infra: Use Pulsar 2.7.0 image
---
 .../camel/test/infra/pulsar/services/PulsarLocalContainerService.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java b/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
index ef626bc..bf54608 100644
--- a/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
+++ b/test-infra/camel-test-infra-pulsar/src/test/java/org/apache/camel/test/infra/pulsar/services/PulsarLocalContainerService.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.PulsarContainer;
 import org.testcontainers.utility.DockerImageName;
 
 public class PulsarLocalContainerService implements PulsarService, ContainerService<PulsarContainer> {
-    protected static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.6.2";
+    protected static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.7.0";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);