This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.23.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2717575337c7a81427bf45aa52521e06ee4f306d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Dec 7 12:48:42 2018 +0100

    Regen
---
 components/camel-cxf/src/main/docs/cxfrs-component.adoc | 3 ++-
 components/camel-nsq/src/main/docs/nsq-component.adoc   | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/components/camel-cxf/src/main/docs/cxfrs-component.adoc 
b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
index 0bfdfa9..34a4e4e 100644
--- a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
@@ -91,7 +91,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (29 parameters):
+==== Query Parameters (30 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -110,6 +110,7 @@ with the following path and query parameters:
 | *publishedEndpointUrl* (consumer) | This option can override the endpointUrl 
that published from the WADL which can be accessed with resource address url 
plus _wadl |  | String
 | *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. |  | ExchangePattern
+| *serviceBeans* (consumer) | The service beans which you want to export as 
REST service. Multiple beans can be separated by comma. |  | List
 | *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | *hostnameVerifier* (producer) | The hostname verifier to be used. Use the # 
notation to reference a HostnameVerifier from the registry. |  | 
HostnameVerifier
 | *sslContextParameters* (producer) | The Camel SSL setting reference. Use the 
# notation to reference the SSL Context. |  | SSLContextParameters
diff --git a/components/camel-nsq/src/main/docs/nsq-component.adoc 
b/components/camel-nsq/src/main/docs/nsq-component.adoc
index 7f81b7b..ef4336b 100644
--- a/components/camel-nsq/src/main/docs/nsq-component.adoc
+++ b/components/camel-nsq/src/main/docs/nsq-component.adoc
@@ -1,6 +1,8 @@
+[[nsq-component]]
 == NSQ Component
 
-*Available as of Camel version 2.22*
+*Available as of Camel version 2.23*
+
 *Available as of Camel version 2.23*
 
 
@@ -107,4 +109,4 @@ The component supports 3 options, which are listed below.
 | *camel.component.nsq.resolve-property-placeholders* | Whether the component 
should resolve property placeholders on itself when starting. Only properties 
which are of String type can use property placeholders. | true | Boolean
 | *camel.component.nsq.use-global-ssl-context-parameters* | Enable usage of 
global SSL context parameters. | false | Boolean
 |===
-// spring-boot-auto-configure options: END
+// spring-boot-auto-configure options: END
\ No newline at end of file

Reply via email to