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 2020/07/27 06:06:00 UTC

[camel] branch master updated (c73b172 -> 967cbf9)

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 c73b172  Removing the Website update step from Jenkinsfile, we have a predefined job for that
     new 2f43ccf  Upgrade Jackrabbit to version 2.21.3
     new 967cbf9  Sync Properties and regen

The 2 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 +-
 .../org/apache/camel/catalog/docs/azure-storage-blob-component.adoc   | 4 ++--
 parent/pom.xml                                                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[camel] 01/02: Upgrade Jackrabbit to version 2.21.3

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 2f43ccf41ff5f65bd4ba5176c84ebec48115c415
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:42:02 2020 +0200

    Upgrade Jackrabbit to version 2.21.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cab4f20..23f2fcf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -271,7 +271,7 @@
         <jackson-version>1.9.12</jackson-version>
         <jackson-spark-version>2.10.5</jackson-spark-version>
         <jackson2-version>2.10.5</jackson2-version>
-        <jackrabbit-version>2.21.2</jackrabbit-version>
+        <jackrabbit-version>2.21.3</jackrabbit-version>
         <jain-sip-ri-bundle-version>1.2.154_2</jain-sip-ri-bundle-version>
         <jasminb-jsonapi-version>0.10</jasminb-jsonapi-version>
         <jandex-version>2.2.1.Final</jandex-version>


[camel] 02/02: Sync Properties and regen

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 967cbf90424aca2ef4f74ffb65eb8b67087582b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:53:01 2020 +0200

    Sync Properties and regen
---
 camel-dependencies/pom.xml                                            | 2 +-
 .../org/apache/camel/catalog/docs/azure-storage-blob-component.adoc   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 23b9089..d0b154c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -289,7 +289,7 @@
     <isorelax-jaxp-bridge-version>1.1</isorelax-jaxp-bridge-version>
     <isorelax-version>20090621</isorelax-version>
     <ivy-version>2.5.0</ivy-version>
-    <jackrabbit-version>2.21.2</jackrabbit-version>
+    <jackrabbit-version>2.21.3</jackrabbit-version>
     <jackson-spark-version>2.10.5</jackson-spark-version>
     <jackson-version>1.9.12</jackson-version>
     <jackson2-version>2.10.5</jackson2-version>
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-blob-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-blob-component.adoc
index 417054d..439e5bd 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-blob-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-storage-blob-component.adoc
@@ -86,7 +86,7 @@ The Azure Storage Blob Service component supports 26 options, which are listed b
 | *timeout* (common) | An optional timeout value beyond which a RuntimeException will be raised. |  | Duration
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean
 | *blobSequenceNumber* (producer) | A user-controlled value that you can use to track requests. The value of the sequence number must be between 0 and 263 - 1.The default value is 0. | 0 | Long
-| *blockListType* (producer) | Specifies which type of blocks to return. The value can be one of: committed, uncommitted, all | committed | BlockListType
+| *blockListType* (producer) | Specifies which type of blocks to return. The value can be one of: committed, uncommitted, all | COMMITTED | BlockListType
 | *closeStreamAfterWrite* (producer) | Close the stream after write or keep it open, default is true | true | boolean
 | *commitBlockListLater* (producer) | When is set to true, the staged blocks will not be committed directly. | true | boolean
 | *createAppendBlob* (producer) | When is set to true, the append blocks will be created when committing append blocks. | true | boolean
@@ -143,7 +143,7 @@ with the following path and query parameters:
 | *exceptionHandler* (consumer) | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | ExchangePattern
 | *blobSequenceNumber* (producer) | A user-controlled value that you can use to track requests. The value of the sequence number must be between 0 and 263 - 1.The default value is 0. | 0 | Long
-| *blockListType* (producer) | Specifies which type of blocks to return. The value can be one of: committed, uncommitted, all | committed | BlockListType
+| *blockListType* (producer) | Specifies which type of blocks to return. The value can be one of: committed, uncommitted, all | COMMITTED | BlockListType
 | *closeStreamAfterWrite* (producer) | Close the stream after write or keep it open, default is true | true | boolean
 | *commitBlockListLater* (producer) | When is set to true, the staged blocks will not be committed directly. | true | boolean
 | *createAppendBlob* (producer) | When is set to true, the append blocks will be created when committing append blocks. | true | boolean