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 06:33:44 UTC

[camel] branch 301 created (now 0ca1cef87da)

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

davsclaus pushed a change to branch 301
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 0ca1cef87da Upgrade to Apache Pulsar 3.0.1

This branch includes the following new commits:

     new 0ca1cef87da Upgrade to Apache Pulsar 3.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade to Apache Pulsar 3.0.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0ca1cef87dad7c40a852162ae0fc6323fb9e15b2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 12 08:33:33 2023 +0200

    Upgrade to Apache Pulsar 3.0.1
---
 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 b820e366a51..65970de03cb 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);