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 2021/12/14 14:19:06 UTC

[camel] branch main updated: Use latest Pulsar version in test-infra, 2.9.0

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 5ed1a00  Use latest Pulsar version in test-infra, 2.9.0
5ed1a00 is described below

commit 5ed1a00b1ccdb43d9ce6c553b2d3b4b3b0ce7037
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 14 15:15:37 2021 +0100

    Use latest Pulsar version in test-infra, 2.9.0
---
 .../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 c1b7fab..53edcc6 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> {
-    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.8.1";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.9.0";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);