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/02/08 08:30:56 UTC

[camel] branch master updated (5f336a3 -> 64a096f)

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

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


    from 5f336a3  CAMEL-16161: Route template does not support autoStartup
     new 65c5d9a  Upgrade Azure storage blob to version 12.10.0
     new 49f6188  Upgrade Azurite docker image to version 3.10.0
     new 64a096f  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 +-
 .../apache/camel/test/infra/azure/common/services/AzuriteContainer.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/03: Upgrade Azure storage blob to version 12.10.0

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

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

commit 65c5d9a74c8fc3f8791aeb81323992ebc27498dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 8 09:17:57 2021 +0100

    Upgrade Azure storage blob to version 12.10.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 52f59ec..e9a8f6c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -84,7 +84,7 @@
         <axiom-version>1.2.14</axiom-version>
         <azure-identity-version>1.1.3</azure-identity-version>
         <azure-storage-java-sdk-version>8.6.0</azure-storage-java-sdk-version>
-        <azure-storage-blob-java-sdk12-version>12.9.0</azure-storage-blob-java-sdk12-version>
+        <azure-storage-blob-java-sdk12-version>12.10.0</azure-storage-blob-java-sdk12-version>
         <azure-storage-datalake-java-sdk12-version>12.3.0</azure-storage-datalake-java-sdk12-version>
         <azure-storage-queue-java-sdk12-version>12.7.0</azure-storage-queue-java-sdk12-version>
         <azure-eventhubs-java-version>5.4.0</azure-eventhubs-java-version>


[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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 64a096ff2db4d8334d84bf65afa3c1616fe5bc65
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 8 09:22:29 2021 +0100

    Sync deps
---
 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 ba5e3bf..5fd1619 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -77,7 +77,7 @@
     <azure-eventhubs-checkpointstore-blob-version>1.3.1</azure-eventhubs-checkpointstore-blob-version>
     <azure-eventhubs-java-version>5.4.0</azure-eventhubs-java-version>
     <azure-identity-version>1.1.3</azure-identity-version>
-    <azure-storage-blob-java-sdk12-version>12.9.0</azure-storage-blob-java-sdk12-version>
+    <azure-storage-blob-java-sdk12-version>12.10.0</azure-storage-blob-java-sdk12-version>
     <azure-storage-datalake-java-sdk12-version>12.3.0</azure-storage-datalake-java-sdk12-version>
     <azure-storage-java-sdk-version>8.6.0</azure-storage-java-sdk-version>
     <azure-storage-queue-java-sdk12-version>12.7.0</azure-storage-queue-java-sdk12-version>


[camel] 02/03: Upgrade Azurite docker image to version 3.10.0

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

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

commit 49f6188c2b10dadebc99d88fe858b1940fbef6ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 8 09:18:29 2021 +0100

    Upgrade Azurite docker image to version 3.10.0
---
 .../apache/camel/test/infra/azure/common/services/AzuriteContainer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
index e1208ce..d1ef708 100644
--- a/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
+++ b/test-infra/camel-test-infra-azure-common/src/test/java/org/apache/camel/test/infra/azure/common/services/AzuriteContainer.java
@@ -26,7 +26,7 @@ public class AzuriteContainer extends GenericContainer<AzuriteContainer> {
     public static final String DEFAULT_ACCOUNT_KEY
             = "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==";
 
-    private static final String CONTAINER_NAME = "mcr.microsoft.com/azure-storage/azurite:3.9.0";
+    private static final String CONTAINER_NAME = "mcr.microsoft.com/azure-storage/azurite:3.10.0";
 
     public AzuriteContainer() {
         this(CONTAINER_NAME);