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 83fb6db Regen
83fb6db is described below
commit 83fb6db05da06872df18d04cc87ab5ebd6f9b5d7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jul 26 10:37:25 2019 +0200
Regen
---
components/camel-grok/src/main/docs/grok-dataformat.adoc | 4 ++--
components/readme.adoc | 8 +-------
docs/components/modules/ROOT/nav.adoc | 5 +++++
docs/components/modules/ROOT/pages/grok-dataformat.adoc | 4 ++--
4 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/components/camel-grok/src/main/docs/grok-dataformat.adoc
b/components/camel-grok/src/main/docs/grok-dataformat.adoc
index e864b08..dc11b51 100644
--- a/components/camel-grok/src/main/docs/grok-dataformat.adoc
+++ b/components/camel-grok/src/main/docs/grok-dataformat.adoc
@@ -100,7 +100,7 @@ The Grok dataformat supports 5 options, which are listed
below.
| pattern | | String | The grok pattern to match lines of input
| flattened | false | Boolean | Turns on flattened mode. In flattened mode the
exception is thrown when there are multiple pattern matches with same key.
| allowMultipleMatchesPerLine | true | Boolean | If false, every line of input
is matched for pattern only once. Otherwise the line can be scanned multiple
times when non-terminal pattern is used.
-| namedOnly | false | Boolean | Whether to capture named expressions only or
not (i.e. %{IP:ip} but not $\{IP\})
+| namedOnly | false | Boolean | Whether to capture named expressions only or
not (i.e. %{IP:ip} but not \$\{IP\})
| 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
@@ -131,7 +131,7 @@ The component supports 6 options, which are listed below.
| *camel.dataformat.grok.content-type-header* | 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. | false | Boolean
| *camel.dataformat.grok.enabled* | Whether to enable auto configuration of
the grok data format. This is enabled by default. | | Boolean
| *camel.dataformat.grok.flattened* | Turns on flattened mode. In flattened
mode the exception is thrown when there are multiple pattern matches with same
key. | false | Boolean
-| *camel.dataformat.grok.named-only* | Whether to capture named expressions
only or not (i.e. %{IP:ip} but not $\{IP\}) | false | Boolean
+| *camel.dataformat.grok.named-only* | Whether to capture named expressions
only or not (i.e. %{IP:ip} but not \$\{IP\}) | false | Boolean
| *camel.dataformat.grok.pattern* | The grok pattern to match lines of input |
| String
|===
// spring-boot-auto-configure options: END
diff --git a/components/readme.adoc b/components/readme.adoc
index dd3d90b..e0a9b18 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
==== Components
// components: START
-Number of Components: 298 in 235 JAR artifacts (0 deprecated)
+Number of Components: 296 in 233 JAR artifacts (0 deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
@@ -115,9 +115,6 @@ Number of Components: 298 in 235 JAR artifacts (0
deprecated)
| link:camel-aws-sns/src/main/docs/aws-sns-component.adoc[AWS Simple
Notification System] (camel-aws-sns) +
`aws-sns:topicNameOrArn` | 2.8 | The aws-sns component is used for sending
messages to an Amazon Simple Notification Topic.
-| link:camel-aws-sqs/src/main/docs/aws-sqs-component.adoc[AWS Simple Queue
Service] (camel-aws-sqs) +
-`aws-sqs:queueNameOrArn` | 2.6 | The aws-sqs component is used for sending and
receiving messages to Amazon's SQS service.
-
| link:camel-aws-swf/src/main/docs/aws-swf-component.adoc[AWS Simple Workflow]
(camel-aws-swf) +
`aws-swf:type` | 2.13 | The aws-swf component is used for managing workflows
from Amazon Simple Workflow.
@@ -385,9 +382,6 @@ Number of Components: 298 in 235 JAR artifacts (0
deprecated)
| link:camel-hipchat/src/main/docs/hipchat-component.adoc[Hipchat]
(camel-hipchat) +
`hipchat:protocol:host:port` | 2.15 | The hipchat component supports producing
and consuming messages from/to Hipchat service.
-| link:camel-http4/src/main/docs/http4-component.adoc[HTTP4] (camel-http4) +
-`http4:httpUri` | 2.3 | For calling out to external HTTP servers using Apache
HTTP Client 4.x.
-
| link:camel-iec60870/src/main/docs/iec60870-client-component.adoc[IEC 60870
Client] (camel-iec60870) +
`iec60870-client:uriPath` | 2.20 | IEC 60870 component used for telecontrol
(supervisory control and data acquisition) such as controlling electric power
transmission grids and other geographically widespread control systems.
diff --git a/docs/components/modules/ROOT/nav.adoc
b/docs/components/modules/ROOT/nav.adoc
index 091c5b2..30a74bd 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -83,6 +83,7 @@
* xref:cxf-component.adoc[CXF Component]
* xref:cxfrs-component.adoc[CXF-RS Component]
* xref:dataformat-component.adoc[Data Format Component]
+* xref:dataformat-component.adoc[Data Format Component]
* xref:dataset-component.adoc[Dataset Component]
* xref:dataset-test-component.adoc[DataSet Test Component]
* xref:digitalocean-component.adoc[DigitalOcean Component]
@@ -274,6 +275,7 @@
* xref:protobuf-dataformat.adoc[Protobuf DataFormat]
* xref:pubnub-component.adoc[PubNub Component]
* xref:pulsar-component.adoc[Apache Pulsar Component]
+* xref:pulsar-component.adoc[Apache Pulsar Component]
* xref:quartz2-component.adoc[Quartz2 Component]
* xref:quickfix-component.adoc[QuickFix Component]
* xref:rabbitmq-component.adoc[RabbitMQ Component]
@@ -284,6 +286,8 @@
* xref:rest-swagger-component.adoc[REST Swagger Component]
* xref:rest-api-component.adoc[REST API Component]
* xref:rest-component.adoc[REST Component]
+* xref:rest-api-component.adoc[REST API Component]
+* xref:rest-component.adoc[REST Component]
* xref:restlet-component.adoc[Restlet Component]
* xref:ribbon.adoc[Ribbon Component]
* xref:rss-component.adoc[RSS Component]
@@ -297,6 +301,7 @@
* xref:scheduler-component.adoc[Scheduler Component]
* xref:schematron-component.adoc[Schematron Component]
* xref:seda-component.adoc[SEDA Component]
+* xref:seda-component.adoc[SEDA Component]
* xref:service-component.adoc[Service Component]
* xref:servicenow-component.adoc[ServiceNow Component]
* xref:servlet-component.adoc[Servlet Component]
diff --git a/docs/components/modules/ROOT/pages/grok-dataformat.adoc
b/docs/components/modules/ROOT/pages/grok-dataformat.adoc
index e864b08..dc11b51 100644
--- a/docs/components/modules/ROOT/pages/grok-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/grok-dataformat.adoc
@@ -100,7 +100,7 @@ The Grok dataformat supports 5 options, which are listed
below.
| pattern | | String | The grok pattern to match lines of input
| flattened | false | Boolean | Turns on flattened mode. In flattened mode the
exception is thrown when there are multiple pattern matches with same key.
| allowMultipleMatchesPerLine | true | Boolean | If false, every line of input
is matched for pattern only once. Otherwise the line can be scanned multiple
times when non-terminal pattern is used.
-| namedOnly | false | Boolean | Whether to capture named expressions only or
not (i.e. %{IP:ip} but not $\{IP\})
+| namedOnly | false | Boolean | Whether to capture named expressions only or
not (i.e. %{IP:ip} but not \$\{IP\})
| 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
@@ -131,7 +131,7 @@ The component supports 6 options, which are listed below.
| *camel.dataformat.grok.content-type-header* | 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. | false | Boolean
| *camel.dataformat.grok.enabled* | Whether to enable auto configuration of
the grok data format. This is enabled by default. | | Boolean
| *camel.dataformat.grok.flattened* | Turns on flattened mode. In flattened
mode the exception is thrown when there are multiple pattern matches with same
key. | false | Boolean
-| *camel.dataformat.grok.named-only* | Whether to capture named expressions
only or not (i.e. %{IP:ip} but not $\{IP\}) | false | Boolean
+| *camel.dataformat.grok.named-only* | Whether to capture named expressions
only or not (i.e. %{IP:ip} but not \$\{IP\}) | false | Boolean
| *camel.dataformat.grok.pattern* | The grok pattern to match lines of input |
| String
|===
// spring-boot-auto-configure options: END