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 2022/10/28 11:17:01 UTC

[camel] branch main updated: Use latest Pulsar container image 2.10.2 for test-infra module

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 302cf870e54 Use latest Pulsar container image 2.10.2 for test-infra module
302cf870e54 is described below

commit 302cf870e540449bd33c66c45701d006d56dda70
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 28 12:38:53 2022 +0200

    Use latest Pulsar container image 2.10.2 for test-infra module
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../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 ab4ef8ada06..24f4d11a25a 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.10.1";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.10.2";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);