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 69a0d40 Regen 69a0d40 is described below commit 69a0d40a160523e346554ded1b07456ab890de8b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 13 09:02:25 2020 +0100 Regen --- docs/components/modules/ROOT/pages/any23-dataformat.adoc | 3 ++- docs/components/modules/ROOT/pages/rabbitmq-component.adoc | 6 ++++-- docs/components/modules/ROOT/pages/xstream-dataformat.adoc | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/components/modules/ROOT/pages/any23-dataformat.adoc b/docs/components/modules/ROOT/pages/any23-dataformat.adoc index 3720911..de99310 100644 --- a/docs/components/modules/ROOT/pages/any23-dataformat.adoc +++ b/docs/components/modules/ROOT/pages/any23-dataformat.adoc @@ -14,7 +14,7 @@ Any23 is a Data Format that is intended to convert HTML from a site (or file) in == Any23 Options // dataformat options: START -The Any23 dataformat supports 4 options, which are listed below. +The Any23 dataformat supports 5 options, which are listed below. @@ -22,6 +22,7 @@ The Any23 dataformat supports 4 options, which are listed below. |=== | Name | Default | Java Type | Description | outputFormat | RDF4JMODEL | Any23OutputFormat | What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by default: RDF4JMODEL. The value can be one of: JSONLD, NQUADS, NTRIPLES, RDF4JMODEL, RDFJSON, RDFXML, TURTLE +| configuration | | List | Configurations for Apache Any23 as key-value pairs in order to customize the extraction process. The list of supported parameters can be found here. If not provided, a default configuration is used. | extractors | | List | List of Any23 extractors to be used in the unmarshal operation. A list of the available extractors can be found here here. If not provided, all the available extractors are used. | baseURI | | String | The URI to use as base for building RDF entities if only relative paths are provided. | 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. diff --git a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc index 8aa5eac..b84aa5f 100644 --- a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc +++ b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc @@ -52,7 +52,7 @@ exchange name determines which exchange the queue will bind to. == Options // component options: START -The RabbitMQ component supports 52 options, which are listed below. +The RabbitMQ component supports 53 options, which are listed below. @@ -98,6 +98,7 @@ The RabbitMQ component supports 52 options, which are listed below. | *automaticRecoveryEnabled* (advanced) | Enables connection automatic recovery (uses connection implementation that performs automatic recovery when connection shutdown is not initiated by the application) | | Boolean | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *clientProperties* (advanced) | Connection client properties (client info used in negotiating with the server) | | Map +| *connectionFactoryException Handler* (advanced) | Custom rabbitmq ExceptionHandler for ConnectionFactory | | ExceptionHandler | *connectionTimeout* (advanced) | Connection timeout | 60000 | int | *networkRecoveryInterval* (advanced) | Network recovery interval in milliseconds (interval used when recovering from network failure) | 5000 | Integer | *requestedChannelMax* (advanced) | Connection requested channel max (max number of channels offered) | 2047 | int @@ -134,7 +135,7 @@ with the following path and query parameters: |=== -=== Query Parameters (61 parameters): +=== Query Parameters (62 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -187,6 +188,7 @@ with the following path and query parameters: | *args* (advanced) | Specify arguments for configuring the different RabbitMQ concepts, a different prefix is required for each: Exchange: arg.exchange. Queue: arg.queue. Binding: arg.binding. For example to declare a queue with message ttl argument: \http://localhost:5672/exchange/queueargs=arg.queue.x-message-ttl=60000 | | Map | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *clientProperties* (advanced) | Connection client properties (client info used in negotiating with the server) | | Map +| *connectionFactoryException Handler* (advanced) | Custom rabbitmq ExceptionHandler for ConnectionFactory | | ExceptionHandler | *connectionTimeout* (advanced) | Connection timeout | 60000 | int | *networkRecoveryInterval* (advanced) | Network recovery interval in milliseconds (interval used when recovering from network failure) | 5000 | Integer | *requestedChannelMax* (advanced) | Connection requested channel max (max number of channels offered) | 2047 | int diff --git a/docs/components/modules/ROOT/pages/xstream-dataformat.adoc b/docs/components/modules/ROOT/pages/xstream-dataformat.adoc index 1f71ae7d..02d3321 100644 --- a/docs/components/modules/ROOT/pages/xstream-dataformat.adoc +++ b/docs/components/modules/ROOT/pages/xstream-dataformat.adoc @@ -40,9 +40,9 @@ The XStream dataformat supports 10 options, which are listed below. | driverRef | | String | To refer to a custom XStream driver to lookup in the registry. The instance must be of type com.thoughtworks.xstream.io.HierarchicalStreamDriver | mode | | String | Mode for dealing with duplicate references The possible values are: NO_REFERENCES ID_REFERENCES XPATH_RELATIVE_REFERENCES XPATH_ABSOLUTE_REFERENCES SINGLE_NODE_XPATH_RELATIVE_REFERENCES SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES | converters | | List | List of class names for using custom XStream converters. The classes must be of type com.thoughtworks.xstream.converters.Converter -| aliases | | Map | Alias a Class to a shorter name to be used in XML elements. -| omitFields | | Map | Prevents a field from being serialized. To omit a field you must always provide the declaring type and not necessarily the type that is converted. -| implicitCollections | | Map | Adds a default implicit collection which is used for any unmapped XML tag. +| aliases | | List | Alias a Class to a shorter name to be used in XML elements. +| omitFields | | List | Prevents a field from being serialized. To omit a field you must always provide the declaring type and not necessarily the type that is converted. Multiple values can be separated by comma. +| implicitCollections | | List | Adds a default implicit collection which is used for any unmapped XML tag. Multiple values can be separated by comma. | 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