Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x f325b67fa -> 2a6e3b2ea


Regen docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2a6e3b2e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2a6e3b2e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2a6e3b2e

Branch: refs/heads/camel-2.18.x
Commit: 2a6e3b2ead1bd197bff748946e85f935f9701295
Parents: f325b67
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Jan 9 16:30:16 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Jan 9 16:30:22 2017 +0100

----------------------------------------------------------------------
 camel-core/src/main/docs/class-component.adoc   |  9 ++----
 components/readme.adoc                          | 30 ++++++++++++++++++++
 docs/user-manual/en/SUMMARY.md                  | 10 +++++++
 .../camel-spring-boot-dependencies/pom.xml      |  4 +--
 4 files changed, 45 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2a6e3b2e/camel-core/src/main/docs/class-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/class-component.adoc 
b/camel-core/src/main/docs/class-component.adoc
index a93e384..ae44978 100644
--- a/camel-core/src/main/docs/class-component.adoc
+++ b/camel-core/src/main/docs/class-component.adoc
@@ -33,17 +33,14 @@ The Class component has no options.
 
 
 // endpoint options: START
-The Class component supports 9 endpoint options which are listed below:
+The Class component supports 6 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| beanName | common |  | String | *Required* Sets the name of the bean to 
invoke
-| method | common |  | String | Sets the name of the method to invoke on the 
bean
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN/ERROR level and ignored.
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN/ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
default exchange pattern when creating an exchange.
+| beanName | producer |  | String | *Required* Sets the name of the bean to 
invoke
+| method | producer |  | String | Sets the name of the method to invoke on the 
bean
 | cache | advanced | false | boolean | If enabled Camel will cache the result 
of the first Registry look-up. Cache can be enabled if the bean in the Registry 
is defined as a singleton scope.
 | multiParameterArray | advanced | false | boolean | How to treat the 
parameters which are passed from the message body; if it is true the message 
body should be an array of parameters. Note: This option is used internally by 
Camel and is not intended for end users to use.
 | parameters | advanced |  | Map | Used for configuring additional properties 
on the bean

http://git-wip-us.apache.org/repos/asf/camel/blob/2a6e3b2e/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 54db5ab..a658882 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -78,6 +78,9 @@ Components
 | link:camel-beanstalk/src/main/docs/beanstalk-component.adoc[Beanstalk] 
(camel-beanstalk) +
 `beanstalk:connectionSettings` | The beanstalk component is used for job 
retrieval and post-processing of Beanstalk jobs.
 
+| link:camel-bonita/src/main/docs/bonita-component.adoc[Bonita] (camel-bonita) 
+
+`bonita:operation` | Camel Bonita support
+
 | link:camel-box/src/main/docs/box-component.adoc[Box] (camel-box) +
 `box:apiName/methodName` | For uploading downloading and managing files 
folders groups collaborations etc on box DOT com.
 
@@ -135,6 +138,9 @@ Components
 | link:camel-dozer/src/main/docs/dozer-component.adoc[Dozer] (camel-dozer) +
 `dozer:name` | The dozer component provides the ability to map between Java 
beans using the Dozer mapping library.
 
+| link:camel-drill/src/main/docs/drill-component.adoc[Drill] (camel-drill) +
+`drill:host` | The drill component gives you the ability to quering into 
apache drill cluster.
+
 | link:camel-dropbox/src/main/docs/dropbox-component.adoc[Dropbox] 
(camel-dropbox) +
 `dropbox:operation` | For uploading downloading and managing files folders 
groups collaborations etc on dropbox DOT com.
 
@@ -198,6 +204,9 @@ Components
 | link:camel-google-mail/src/main/docs/google-mail-component.adoc[Google Mail] 
(camel-google-mail) +
 `google-mail:apiName/methodName` | The google-mail component provides access 
to Google Mail.
 
+| link:camel-google-pubsub/src/main/docs/google-pubsub-component.adoc[Google 
Pubsub] (camel-google-pubsub) +
+`google-pubsub:projectId:destinationName` | Messaging client for Google Cloud 
Platform PubSub Service: https://cloud.google.com/pubsub/
+
 | link:camel-gora/src/main/docs/gora-component.adoc[Gora] (camel-gora) +
 `gora:name` | The gora component allows you to work with NoSQL databases using 
the Apache Gora framework.
 
@@ -333,6 +342,9 @@ Components
 | link:camel-mongodb/src/main/docs/mongodb-component.adoc[MongoDB] 
(camel-mongodb) +
 `mongodb:connectionBean` | Component for working with documents stored in 
MongoDB database.
 
+| link:camel-mongodb3/src/main/docs/mongodb3-component.adoc[MongoDB] 
(camel-mongodb3) +
+`mongodb3:connectionBean` | Component for working with documents stored in 
MongoDB database.
+
 | link:camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc[MongoDBGridFS] 
(camel-mongodb-gridfs) +
 `gridfs:connectionBean` | Component for working with MongoDB GridFS.
 
@@ -372,6 +384,24 @@ Components
 | link:camel-openshift/src/main/docs/openshift-component.adoc[OpenShift] 
(camel-openshift) +
 `openshift:clientId` | *deprecated* To manage your Openshift 2.x applications.
 
+| link:camel-openstack/src/main/docs/openstack-cinder-component.adoc[OpenStack 
Cinder] (camel-openstack) +
+`openstack-cinder:host` | The openstack-cinder component allows messages to be 
sent to an OpenStack block storage services.
+
+| link:camel-openstack/src/main/docs/openstack-glance-component.adoc[OpenStack 
Glance] (camel-openstack) +
+`openstack-glance:host` | The openstack-glance component allows messages to be 
sent to an OpenStack image services.
+
+| 
link:camel-openstack/src/main/docs/openstack-keystone-component.adoc[OpenStack 
Keystone] (camel-openstack) +
+`openstack-keystone:host` | The openstack-keystone component allows messages 
to be sent to an OpenStack identity services.
+
+| 
link:camel-openstack/src/main/docs/openstack-neutron-component.adoc[OpenStack 
Neutron] (camel-openstack) +
+`openstack-neutron:host` | The openstack-neutron component allows messages to 
be sent to an OpenStack network services.
+
+| link:camel-openstack/src/main/docs/openstack-nova-component.adoc[OpenStack 
Nova] (camel-openstack) +
+`openstack-nova:host` | The openstack-nova component allows messages to be 
sent to an OpenStack compute services.
+
+| link:camel-openstack/src/main/docs/openstack-swift-component.adoc[OpenStack 
Swift] (camel-openstack) +
+`openstack-swift:host` | The openstack-swift component allows messages to be 
sent to an OpenStack object storage services.
+
 | link:camel-optaplanner/src/main/docs/optaplanner-component.adoc[OptaPlanner] 
(camel-optaplanner) +
 `optaplanner:configFile` | Solves the planning problem contained in a message 
with OptaPlanner.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/2a6e3b2e/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index b1d1d8d..d68ba59 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -151,6 +151,7 @@
        * [AWS SimpleDB](aws-sdb-component.adoc)
        * [Bean Validator](bean-validator-component.adoc)
        * [Beanstalk](beanstalk-component.adoc)
+       * [Bonita](bonita-component.adoc)
        * [Box](box-component.adoc)
        * [Braintree](braintree-component.adoc)
        * [Camel Context](context-component.adoc)
@@ -170,6 +171,7 @@
        * [DNS](dns-component.adoc)
        * [Docker](docker-component.adoc)
        * [Dozer](dozer-component.adoc)
+       * [Drill](drill-component.adoc)
        * [Dropbox](dropbox-component.adoc)
        * [EHCache](cache-component.adoc)
        * [Ehcache](ehcache-component.adoc)
@@ -191,6 +193,7 @@
        * [Google Calendar](google-calendar-component.adoc)
        * [Google Drive](google-drive-component.adoc)
        * [Google Mail](google-mail-component.adoc)
+       * [Google Pubsub](google-pubsub-component.adoc)
        * [Gora](gora-component.adoc)
        * [Grape](grape-component.adoc)
        * [Guava EventBus](guava-eventbus-component.adoc)
@@ -236,6 +239,7 @@
        * [Mina2](mina2-component.adoc)
        * [MLLP](mllp-component.adoc)
        * [MongoDB](mongodb-component.adoc)
+       * [MongoDB](mongodb3-component.adoc)
        * [MongoDBGridFS](gridfs-component.adoc)
        * [MQTT](mqtt-component.adoc)
        * [MSV](msv-component.adoc)
@@ -249,6 +253,12 @@
        * [Netty4](netty4-component.adoc)
        * [Netty4 HTTP](netty4-http-component.adoc)
        * [OpenShift](openshift-component.adoc)
+       * [OpenStack Cinder](openstack-cinder-component.adoc)
+       * [OpenStack Glance](openstack-glance-component.adoc)
+       * [OpenStack Keystone](openstack-keystone-component.adoc)
+       * [OpenStack Neutron](openstack-neutron-component.adoc)
+       * [OpenStack Nova](openstack-nova-component.adoc)
+       * [OpenStack Swift](openstack-swift-component.adoc)
        * [OptaPlanner](optaplanner-component.adoc)
        * [OSGi EventAdmin](eventadmin-component.adoc)
        * [OSGi PAX Logging](paxlogging-component.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/2a6e3b2e/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index e62d835..d065403 100644
--- a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -2700,12 +2700,12 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>0.10.0.1</version>
+        <version>0.10.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka_2.11</artifactId>
-        <version>0.10.0.1</version>
+        <version>0.10.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.mina</groupId>

Reply via email to