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 2023/04/28 09:30:56 UTC

[camel] branch main updated (b819537bc9a -> 695c61f2502)

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

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


    from b819537bc9a (chores) camel-base-engine: break a few large methods
     new c6d9328f2db CAMEL-19300 - Upgrade Pulsar to version 2.11.1
     new 6b8740284c0 CAMEL-19300 - Upgrade Pulsar to version 2.11.1 even in test-infra module
     new 695c61f2502 Sync deps

The 3 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.


Summary of changes:
 camel-dependencies/pom.xml                                              | 2 +-
 parent/pom.xml                                                          | 2 +-
 .../camel/test/infra/pulsar/services/PulsarLocalContainerService.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/03: CAMEL-19300 - Upgrade Pulsar to version 2.11.1

Posted by ac...@apache.org.
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

commit c6d9328f2dbab9e0180125034a6e2ef7fec0204d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 28 11:16:21 2023 +0200

    CAMEL-19300 - Upgrade Pulsar to version 2.11.1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e6011b1fc4b..67697b102f7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -416,7 +416,7 @@
         <protostream-version>4.5.0.Final</protostream-version>
         <prowide-version>SRU2022-9.3.2</prowide-version>
         <pubnub-version>6.3.1</pubnub-version>
-        <pulsar-version>2.11.0</pulsar-version>
+        <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>
         <qpid-proton-j-version>0.34.0</qpid-proton-j-version>
         <qpid-jms-client-version>2.2.0</qpid-jms-client-version>


[camel] 02/03: CAMEL-19300 - Upgrade Pulsar to version 2.11.1 even in test-infra module

Posted by ac...@apache.org.
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

commit 6b8740284c0eec222b0dc60db78ee244d1e9642f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 28 11:18:07 2023 +0200

    CAMEL-19300 - Upgrade Pulsar to version 2.11.1 even in 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 bdf47e4ac4d..1786dee55b6 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:2.11.0";
+    public static final String CONTAINER_IMAGE = "apachepulsar/pulsar:2.11.1";
 
     private static final Logger LOG = LoggerFactory.getLogger(PulsarLocalContainerService.class);
 


[camel] 03/03: Sync deps

Posted by ac...@apache.org.
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

commit 695c61f2502b591d051ad46db8548e205ae0271b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 28 11:30:26 2023 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 61edcf7bbed..e7608280ba2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -421,7 +421,7 @@
         <protostream-version>4.5.0.Final</protostream-version>
         <prowide-version>SRU2022-9.3.2</prowide-version>
         <pubnub-version>6.3.1</pubnub-version>
-        <pulsar-version>2.11.0</pulsar-version>
+        <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>
         <qpid-proton-j-version>0.34.0</qpid-proton-j-version>
         <qpid-jms-client-version>2.2.0</qpid-jms-client-version>