You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/12 10:07:06 UTC

[camel] branch camel-4.0.x updated: Upgrade to Apache Pulsar 3.0.1 (#11093)

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

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 4836ddd2fe9 Upgrade to Apache Pulsar 3.0.1 (#11093)
4836ddd2fe9 is described below

commit 4836ddd2fe93ba14a94a3b0175503f9f60996e68
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 12 12:06:34 2023 +0200

    Upgrade to Apache Pulsar 3.0.1 (#11093)
---
 parent/pom.xml                                                          | 2 +-
 .../camel/test/infra/pulsar/services/PulsarLocalContainerService.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 123ab1ec21d..9e7a10757e4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -390,7 +390,7 @@
         <protostream-version>4.6.2.Final</protostream-version>
         <prowide-version>SRU2022-10.0.2</prowide-version>
         <pubnub-version>6.3.6</pubnub-version>
-        <pulsar-version>3.0.0</pulsar-version>
+        <pulsar-version>3.0.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>
         <qpid-proton-j-version>0.34.1</qpid-proton-j-version>
         <qpid-jms-client-version>2.4.0</qpid-jms-client-version>
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 f9446fb529d..b551e2911be 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
@@ -26,7 +26,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:3.0.0";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:3.0.1";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);