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
The following commit(s) were added to refs/heads/master by this push:
new fa3fc79 Regen
fa3fc79 is described below
commit fa3fc79b53eaed0ea0e33d5de9f902a67bbcfdd5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 15 12:01:04 2020 +0200
Regen
---
docs/components/modules/ROOT/nav.adoc | 2 +-
docs/components/modules/ROOT/pages/azure-blob-component.adoc | 11 +++++++----
docs/components/modules/ROOT/pages/jetty-component.adoc | 2 +-
docs/components/modules/others/pages/headersmap.adoc | 1 +
4 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/docs/components/modules/ROOT/nav.adoc
b/docs/components/modules/ROOT/nav.adoc
index 6ef7aab..506d93f 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -59,7 +59,7 @@
** xref:aws2-s3-component.adoc[AWS2 S3 Storage Service]
** xref:azure-summary.adoc[Azure]
** xref:azure-storage-blob-component.adoc[Azure Storage Blob Service]
-** xref:azure-blob-component.adoc[Azure Storage Blob Service]
+** xref:azure-blob-component.adoc[Azure Storage Blob Service (Legacy)]
** xref:azure-queue-component.adoc[Azure Storage Queue Service]
** xref:bean-component.adoc[Bean]
** xref:bean-validator-component.adoc[Bean Validator]
diff --git a/docs/components/modules/ROOT/pages/azure-blob-component.adoc
b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
index cf102ed..d08d451 100644
--- a/docs/components/modules/ROOT/pages/azure-blob-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
@@ -1,8 +1,8 @@
[[azure-blob-component]]
-= Azure Storage Blob Service Component
+= Azure Storage Blob Service (Legacy) Component
//THIS FILE IS COPIED: EDIT THE SOURCE FILE:
:page-source: components/camel-azure/src/main/docs/azure-blob-component.adoc
-:docTitle: Azure Storage Blob Service
+:docTitle: Azure Storage Blob Service (Legacy)
:artifactId: camel-azure
:description: The azure-blob component is used for storing and retrieving
blobs from Azure Storage Blob Service.
:since: 2.19
@@ -16,6 +16,9 @@
The Azure Blob component supports storing and retrieving the blobs to/from
https://azure.microsoft.com/services/storage/blobs/[Azure Storage Blob]
service.
+*Note:* This component uses the legacy
https://github.com/azure/azure-storage-java/tree/legacy-master[Azure SDK v8].
There is another component
+xref:components::azure-storage-blob-component.adoc[Azure Storage Blob
Component] that uses the latest *12+* Azure SDK version.
+
Prerequisites
You must have a valid Windows Azure Storage account. More information is
available at
@@ -45,7 +48,7 @@ to("file://blobdirectory");
// component options: START
-The Azure Storage Blob Service component supports 21 options, which are listed
below.
+The Azure Storage Blob Service (Legacy) component supports 21 options, which
are listed below.
@@ -87,7 +90,7 @@ The Azure Storage Blob Service component supports 21 options,
which are listed b
// endpoint options: START
-The Azure Storage Blob Service endpoint is configured using URI syntax:
+The Azure Storage Blob Service (Legacy) endpoint is configured using URI
syntax:
----
azure-blob:containerOrBlobUri
diff --git a/docs/components/modules/ROOT/pages/jetty-component.adoc
b/docs/components/modules/ROOT/pages/jetty-component.adoc
index 42c0418..52772bc 100644
--- a/docs/components/modules/ROOT/pages/jetty-component.adoc
+++ b/docs/components/modules/ROOT/pages/jetty-component.adoc
@@ -347,7 +347,7 @@ Use of the global configuration in other Blueprint XML
files with route definiti
<reference id="sslContextParameters"
interface="org.apache.camel.support.jsse.SSLContextParameters"
ext:proxy-method="classes" />
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
- <route id="WEBISP001">
+ <route>
<from
uri="jetty:https://0.0.0.0/path?sslContextParameters=#sslContextParameters"/>
...
----
diff --git a/docs/components/modules/others/pages/headersmap.adoc
b/docs/components/modules/others/pages/headersmap.adoc
index b0c94ae..845e7d1 100644
--- a/docs/components/modules/others/pages/headersmap.adoc
+++ b/docs/components/modules/others/pages/headersmap.adoc
@@ -1,5 +1,6 @@
[[headersmap-component]]
= Headersmap Component
+//THIS FILE IS COPIED: EDIT THE SOURCE FILE:
:page-source: components/camel-headersmap/src/main/docs/headersmap.adoc
:docTitle: Headersmap
:artifactId: camel-headersmap