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 0a5718e0bb4f8a092e0ebe54676db661b1876875
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Feb 18 14:39:22 2020 +0100

    Regen
---
 docs/components/modules/ROOT/pages/index.adoc                     | 4 +---
 docs/components/modules/ROOT/pages/yaml-snakeyaml-dataformat.adoc | 4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index 94add1a..858159a 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -6,7 +6,7 @@ The following Apache Camel artifacts are provided:
 == Components
 
 // components: START
-Number of Components: 328 in 262 JAR artifacts (1 deprecated)
+Number of Components: 327 in 261 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -70,8 +70,6 @@ Number of Components: 328 in 262 JAR artifacts (1 deprecated)
 
 | xref:aws2-sns-component.adoc[AWS 2 Simple Notification System] 
(camel-aws2-sns) | 3.1 | The aws2-sns component is used for sending messages to 
an Amazon Simple Notification Topic.
 
-| xref:aws2-sqs-component.adoc[AWS 2 Simple Queue Service] (camel-aws2-sqs) | 
3.1 | The aws2-sqs component is used for sending and receiving messages to 
Amazon's SQS service.
-
 | xref:aws2-translate-component.adoc[AWS 2 Translate] (camel-aws2-translate) | 
3.1 | The aws2-translate component is used for managing Amazon Translate
 
 | xref:aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) | 2.11 | The 
aws-cw component is used for sending metrics to an Amazon CloudWatch.
diff --git a/docs/components/modules/ROOT/pages/yaml-snakeyaml-dataformat.adoc 
b/docs/components/modules/ROOT/pages/yaml-snakeyaml-dataformat.adoc
index 21761bc..93569b5 100644
--- a/docs/components/modules/ROOT/pages/yaml-snakeyaml-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/yaml-snakeyaml-dataformat.adoc
@@ -19,7 +19,7 @@ SnakeYAML library.
 == YAML Options
 
 // dataformat options: START
-The YAML SnakeYAML dataformat supports 11 options, which are listed below.
+The YAML SnakeYAML dataformat supports 13 options, which are listed below.
 
 
 
@@ -36,6 +36,8 @@ The YAML SnakeYAML dataformat supports 11 options, which are 
listed below.
 | prettyFlow | false | Boolean | Force the emitter to produce a pretty YAML 
document when using the flow style.
 | allowAnyType | false | Boolean | Allow any class to be un-marshaled
 | typeFilter |  | List | Set the types SnakeYAML is allowed to un-marshall
+| maxAliasesForCollections | 50 | Integer | Set the maximum amount of aliases 
allowed for collections.
+| allowRecursiveKeys | false | Boolean | Set whether recursive keys are 
allowed.
 | contentTypeHeader | false | Boolean | Whether the data format should set the 
Content-Type header with the type from the data format if the data format is 
capable of doing so. For example application/xml for data formats marshalling 
to XML, or application/json for data formats marshalling to JSon etc.
 |===
 // dataformat options: END

Reply via email to