Repository: camel
Updated Branches:
  refs/heads/master c4b3722a4 -> 5e9bd7383


Regen


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

Branch: refs/heads/master
Commit: 5e9bd7383f8bab6e44cdb17d72b89608ef8d376b
Parents: c4b3722
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Apr 13 09:11:21 2017 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Apr 13 09:13:29 2017 +0200

----------------------------------------------------------------------
 camel-core/readme-eip.adoc                      | 21 ++++++--
 camel-core/readme.adoc                          | 52 ++++++++++----------
 components/readme.adoc                          | 52 ++++++++++----------
 .../camel-spring-boot-dependencies/pom.xml      | 37 +++++++++++++-
 4 files changed, 106 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5e9bd738/camel-core/readme-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme-eip.adoc b/camel-core/readme-eip.adoc
index e652b4d..0fe8021 100644
--- a/camel-core/readme-eip.adoc
+++ b/camel-core/readme-eip.adoc
@@ -4,7 +4,7 @@ Enterprise Integration Patterns
 Camel supports most of the link:http://www.eaipatterns.com/toc.html[Enterprise 
Integration Patterns] from the excellent book by 
link:http://www.amazon.com/exec/obidos/search-handle-url/105-9796798-8100401?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Gregor%20Hohpe[Gregor
 Hohpe] and 
link:http://www.amazon.com/exec/obidos/search-handle-url/105-9796798-8100401?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Bobby%20Woolf[Bobby
 Woolf].
 
 // eips: START
-Number of EIPs: 57 (0 deprecated)
+Number of EIPs: 62 (2 deprecated)
 
 [width="100%",cols="4,6",options="header"]
 |=======================================================================
@@ -23,7 +23,7 @@ Number of EIPs: 57 (0 deprecated)
 `<choice>` | Routes messages based on a series of predicates
 
 | link:src/main/docs/eips/circuitBreaker-eip.adoc[Circuit Breaker] +
-`<circuitBreaker>` | Circuit break load balancer
+`<circuitBreaker>` | *deprecated* Circuit break load balancer
 
 | link:src/main/docs/eips/convertBodyTo-eip.adoc[Convert Body To] +
 `<convertBodyTo>` | Converts the message body to another type
@@ -49,6 +49,12 @@ Number of EIPs: 57 (0 deprecated)
 | link:src/main/docs/eips/from-eip.adoc[From] +
 `<from>` | Act as a message source as input to a route
 
+| link:src/main/docs/eips/hystrix-eip.adoc[Hystrix] +
+`<hystrix>` | Hystrix Circuit Breaker EIP
+
+| link:src/main/docs/eips/hystrixConfiguration-eip.adoc[Hystrix Configuration] 
+
+`<hystrixConfiguration>` | Hystrix Circuit Breaker EIP configuration
+
 | link:src/main/docs/eips/idempotentConsumer-eip.adoc[Idempotent Consumer] +
 `<idempotentConsumer>` | Filters out duplicate messages
 
@@ -61,6 +67,9 @@ Number of EIPs: 57 (0 deprecated)
 | link:src/main/docs/eips/loadBalance-eip.adoc[Load Balance] +
 `<loadBalance>` | Balances message processing among a number of nodes
 
+| link:src/main/docs/eips/log-eip.adoc[Log] +
+`<log>` | Logs the defined message to the logger
+
 | link:src/main/docs/eips/loop-eip.adoc[Loop] +
 `<loop>` | Processes a message multiple times
 
@@ -70,6 +79,9 @@ Number of EIPs: 57 (0 deprecated)
 | link:src/main/docs/eips/multicast-eip.adoc[Multicast] +
 `<multicast>` | Routes the same message to multiple paths either sequentially 
or in parallel.
 
+| link:src/main/docs/eips/onFallback-eip.adoc[On Fallback] +
+`<onFallback>` | Route to be executed when Hystrix EIP executes fallback
+
 | link:src/main/docs/eips/otherwise-eip.adoc[Otherwise] +
 `<otherwise>` | Route to be executed when all other choices evaluate to false
 
@@ -118,6 +130,9 @@ Number of EIPs: 57 (0 deprecated)
 | link:src/main/docs/eips/script-eip.adoc[Script] +
 `<script>` | Executes a script from a language which does not change the 
message body.
 
+| link:src/main/docs/eips/serviceCall-eip.adoc[Service Call] +
+`<serviceCall>` | Remote service call definition
+
 | link:src/main/docs/eips/setBody-eip.adoc[Set Body] +
 `<setBody>` | Sets the contents of the message body
 
@@ -128,7 +143,7 @@ Number of EIPs: 57 (0 deprecated)
 `<setHeader>` | Sets the value of a message header
 
 | link:src/main/docs/eips/setOutHeader-eip.adoc[Set Out Header] +
-`<setOutHeader>` | Sets the value of a header on the outbound message
+`<setOutHeader>` | *deprecated* Sets the value of a header on the outbound 
message
 
 | link:src/main/docs/eips/setProperty-eip.adoc[Set Property] +
 `<setProperty>` | Sets a named property on the message exchange

http://git-wip-us.apache.org/repos/asf/camel/blob/5e9bd738/camel-core/readme.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index 03ab197..f400b7f 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -6,86 +6,86 @@ Components
 
 
 // components: START
-Number of Components: 25 in 1 JAR artifacts (0 deprecated)
+Number of Components: 25 in 1 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
 | Component | Available From | Description
 
 | link:src/main/docs/bean-component.adoc[Bean] (camel-core) +
-`bean:beanName` |  | The bean component is for invoking Java beans from Camel.
+`bean:beanName` | 1.0 | The bean component is for invoking Java beans from 
Camel.
 
 | link:src/main/docs/binding-component.adoc[Binding] (camel-core) +
-`binding:bindingName:delegateUri` |  | The binding component is used for as a 
of wrapping an Endpoint in a contract with a data format.
+`binding:bindingName:delegateUri` | 2.11 | *deprecated* The binding component 
is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:src/main/docs/browse-component.adoc[Browse] (camel-core) +
-`browse:name` |  | The browse component is used for viewsing the messages 
received on endpoints that supports BrowsableEndpoint.
+`browse:name` | 1.3 | The browse component is used for viewing the messages 
received on endpoints that supports BrowsableEndpoint.
 
 | link:src/main/docs/class-component.adoc[Class] (camel-core) +
-`class:beanName` |  | The Class Component is for invoking Java Classes (Java 
beans) from Camel.
+`class:beanName` | 2.4 | The Class Component is for invoking Java Classes 
(Java beans) from Camel.
 
 | link:src/main/docs/controlbus-component.adoc[Control Bus] (camel-core) +
-`controlbus:command:language` |  | The controlbus component provides easy 
management of Camel applications based on the Control Bus EIP pattern.
+`controlbus:command:language` | 2.11 | The controlbus component provides easy 
management of Camel applications based on the Control Bus EIP pattern.
 
 | link:src/main/docs/dataformat-component.adoc[Data Format] (camel-core) +
-`dataformat:name:operation` |  | The dataformat component is used for working 
with Data Formats as if it was a regular Component supporting Endpoints and 
URIs.
+`dataformat:name:operation` | 2.12 | The dataformat component is used for 
working with Data Formats as if it was a regular Component supporting Endpoints 
and URIs.
 
 | link:src/main/docs/dataset-component.adoc[Dataset] (camel-core) +
-`dataset:name` |  | The dataset component provides a mechanism to easily 
perform load & soak testing of your system.
+`dataset:name` | 1.3 | The dataset component provides a mechanism to easily 
perform load & soak testing of your system.
 
 | link:src/main/docs/direct-component.adoc[Direct] (camel-core) +
-`direct:name` |  | The direct component provides direct synchronous call to 
another endpoint from the same CamelContext.
+`direct:name` | 1.0 | The direct component provides direct synchronous call to 
another endpoint from the same CamelContext.
 
 | link:src/main/docs/direct-vm-component.adoc[Direct VM] (camel-core) +
-`direct-vm:name` |  | The direct-vm component provides direct synchronous call 
to another endpoint from any CamelContext in the same JVM.
+`direct-vm:name` | 2.10 | The direct-vm component provides direct synchronous 
call to another endpoint from any CamelContext in the same JVM.
 
 | link:src/main/docs/file-component.adoc[File] (camel-core) +
-`file:directoryName` |  | The file component is used for reading or writing 
files.
+`file:directoryName` | 1.0 | The file component is used for reading or writing 
files.
 
 | link:src/main/docs/language-component.adoc[Language] (camel-core) +
-`language:languageName:resourceUri` |  | The language component allows you to 
send a message to an endpoint which executes a script by any of the supported 
Languages in Camel.
+`language:languageName:resourceUri` | 2.5 | The language component allows you 
to send a message to an endpoint which executes a script by any of the 
supported Languages in Camel.
 
 | link:src/main/docs/log-component.adoc[Log] (camel-core) +
-`log:loggerName` |  | The log component logs message exchanges to the 
underlying logging mechanism.
+`log:loggerName` | 1.1 | The log component logs message exchanges to the 
underlying logging mechanism.
 
 | link:src/main/docs/mock-component.adoc[Mock] (camel-core) +
-`mock:name` |  | The mock component is used for testing routes and mediation 
rules using mocks.
+`mock:name` | 1.0 | The mock component is used for testing routes and 
mediation rules using mocks.
 
 | link:src/main/docs/properties-component.adoc[Properties] (camel-core) +
-`properties:key` |  | The properties component is used for using property 
placeholders in endpoint uris.
+`properties:key` | 2.3 | The properties component is used for using property 
placeholders in endpoint uris.
 
 | link:src/main/docs/ref-component.adoc[Ref] (camel-core) +
-`ref:name` |  | The ref component is used for lookup of existing endpoints 
bound in the Registry.
+`ref:name` | 1.2 | The ref component is used for lookup of existing endpoints 
bound in the Registry.
 
 | link:src/main/docs/rest-component.adoc[REST] (camel-core) +
-`rest:method:path:uriTemplate` |  | The rest component is used for hosting 
REST services which has been defined using the rest-dsl in Camel.
+`rest:method:path:uriTemplate` | 2.14 | The rest component is used for either 
hosting REST services (consumer) or calling external REST services (producer).
 
 | link:src/main/docs/rest-api-component.adoc[REST API] (camel-core) +
-`rest-api:path/contextIdPattern` |  | The rest-api component is used for 
providing Swagger API of the REST services which has been defined using the 
rest-dsl in Camel.
+`rest-api:path/contextIdPattern` | 2.16 | The rest-api component is used for 
providing Swagger API of the REST services which has been defined using the 
rest-dsl in Camel.
 
 | link:src/main/docs/scheduler-component.adoc[Scheduler] (camel-core) +
-`scheduler:name` |  | The scheduler component is used for generating message 
exchanges when a scheduler fires.
+`scheduler:name` | 2.15 | The scheduler component is used for generating 
message exchanges when a scheduler fires.
 
 | link:src/main/docs/seda-component.adoc[SEDA] (camel-core) +
-`seda:name` |  | The seda component provides asynchronous call to another 
endpoint from any CamelContext in the same JVM.
+`seda:name` | 1.1 | The seda component provides asynchronous call to another 
endpoint from any CamelContext in the same JVM.
 
 | link:src/main/docs/stub-component.adoc[Stub] (camel-core) +
-`stub:name` |  | The stub component provides a simple way to stub out any 
physical endpoints while in development or testing.
+`stub:name` | 2.10 | The stub component provides a simple way to stub out any 
physical endpoints while in development or testing.
 
 | link:src/main/docs/test-component.adoc[Test] (camel-core) +
-`test:name` |  | The test component extends the mock component by on startup 
to pull messages from another endpoint to set the expected message bodies.
+`test:name` | 1.3 | The test component extends the mock component by on 
startup to pull messages from another endpoint to set the expected message 
bodies.
 
 | link:src/main/docs/timer-component.adoc[Timer] (camel-core) +
-`timer:timerName` |  | The timer component is used for generating message 
exchanges when a timer fires.
+`timer:timerName` | 1.0 | The timer component is used for generating message 
exchanges when a timer fires.
 
 | link:src/main/docs/validator-component.adoc[Validator] (camel-core) +
-`validator:resourceUri` |  | Validates the payload of a message using XML 
Schema and JAXP Validation.
+`validator:resourceUri` | 1.1 | Validates the payload of a message using XML 
Schema and JAXP Validation.
 
 | link:src/main/docs/vm-component.adoc[VM] (camel-core) +
-`vm:name` |  | The vm component provides asynchronous call to another endpoint 
from the same CamelContext.
+`vm:name` | 1.1 | The vm component provides asynchronous call to another 
endpoint from the same CamelContext.
 
 | link:src/main/docs/xslt-component.adoc[XSLT] (camel-core) +
-`xslt:resourceUri` |  | Transforms the message using a XSLT template.
+`xslt:resourceUri` | 1.3 | Transforms the message using a XSLT template.
 
 |=======================================================================
 // components: END

http://git-wip-us.apache.org/repos/asf/camel/blob/5e9bd738/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 7b5a6dc..a8dbd0a 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 231 in 184 JAR artifacts (13 deprecated)
+Number of Components: 231 in 184 JAR artifacts (14 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -84,7 +84,7 @@ Number of Components: 231 in 184 JAR artifacts (13 deprecated)
 `azure-queue:containerAndQueueUri` | 2.19 | The azure-queue component is used 
for storing and retrieving messages from Azure Storage Queue Service.
 
 | link:../camel-core/src/main/docs/bean-component.adoc[Bean] (camel-core) +
-`bean:beanName` |  | The bean component is for invoking Java beans from Camel.
+`bean:beanName` | 1.0 | The bean component is for invoking Java beans from 
Camel.
 
 | link:camel-bean-validator/src/main/docs/bean-validator-component.adoc[Bean 
Validator] (camel-bean-validator) +
 `bean-validator:label` | 2.3 | The Validator component performs bean 
validation of the message body using the Java Bean Validation API.
@@ -93,7 +93,7 @@ Number of Components: 231 in 184 JAR artifacts (13 deprecated)
 `beanstalk:connectionSettings` | 2.15 | The beanstalk component is used for 
job retrieval and post-processing of Beanstalk jobs.
 
 | link:../camel-core/src/main/docs/binding-component.adoc[Binding] 
(camel-core) +
-`binding:bindingName:delegateUri` |  | The binding component is used for as a 
of wrapping an Endpoint in a contract with a data format.
+`binding:bindingName:delegateUri` | 2.11 | *deprecated* The binding component 
is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:camel-bonita/src/main/docs/bonita-component.adoc[Bonita] (camel-bonita) 
+
 `bonita:operation` | 2.19 | Camel Bonita support
@@ -105,7 +105,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `braintree:apiName/methodName` | 2.17 | The braintree component is used for 
integrating with the Braintree Payment System.
 
 | link:../camel-core/src/main/docs/browse-component.adoc[Browse] (camel-core) +
-`browse:name` |  | The browse component is used for viewsing the messages 
received on endpoints that supports BrowsableEndpoint.
+`browse:name` | 1.3 | The browse component is used for viewing the messages 
received on endpoints that supports BrowsableEndpoint.
 
 | link:camel-context/src/main/docs/context-component.adoc[Camel Context] 
(camel-context) +
 `context:contextId:localEndpointUrl` | 2.7 | *deprecated* The context 
component allows to send/receive messages between Camel routes in a black box 
way.
@@ -120,7 +120,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `chunk:resourceUri` | 2.15 | Transforms the message using a Chunk template.
 
 | link:../camel-core/src/main/docs/class-component.adoc[Class] (camel-core) +
-`class:beanName` |  | The Class Component is for invoking Java Classes (Java 
beans) from Camel.
+`class:beanName` | 2.4 | The Class Component is for invoking Java Classes 
(Java beans) from Camel.
 
 | link:camel-cm-sms/src/main/docs/cm-sms-component.adoc[CM SMS Gateway] 
(camel-cm-sms) +
 `cm-sms:host` | 2.18 | The influxdb component allows to integrate with CM SMS 
Gateway.
@@ -138,7 +138,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `consul:apiEndpoint` | 2.18 | The camel consul component allows you to work 
with Consul a distributed highly available datacenter-aware service discovery 
and configuration system.
 
 | link:../camel-core/src/main/docs/controlbus-component.adoc[Control Bus] 
(camel-core) +
-`controlbus:command:language` |  | The controlbus component provides easy 
management of Camel applications based on the Control Bus EIP pattern.
+`controlbus:command:language` | 2.11 | The controlbus component provides easy 
management of Camel applications based on the Control Bus EIP pattern.
 
 | link:camel-couchbase/src/main/docs/couchbase-component.adoc[Couchbase] 
(camel-couchbase) +
 `couchbase:url` | 2.19 | Represents a Couchbase endpoint that can query Views 
with a Poll strategy and/or produce various type of operations.
@@ -156,19 +156,19 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `cxfrs:beanId:address` | 2.0 | The cxfrs component is used for JAX-RS REST 
services using Apache CXF.
 
 | link:../camel-core/src/main/docs/dataformat-component.adoc[Data Format] 
(camel-core) +
-`dataformat:name:operation` |  | The dataformat component is used for working 
with Data Formats as if it was a regular Component supporting Endpoints and 
URIs.
+`dataformat:name:operation` | 2.12 | The dataformat component is used for 
working with Data Formats as if it was a regular Component supporting Endpoints 
and URIs.
 
 | link:../camel-core/src/main/docs/dataset-component.adoc[Dataset] 
(camel-core) +
-`dataset:name` |  | The dataset component provides a mechanism to easily 
perform load & soak testing of your system.
+`dataset:name` | 1.3 | The dataset component provides a mechanism to easily 
perform load & soak testing of your system.
 
 | 
link:camel-digitalocean/src/main/docs/digitalocean-component.adoc[DigitalOcean] 
(camel-digitalocean) +
 `digitalocean:operation` | 2.19 | The DigitalOcean component allows you to 
manage Droplets and resources within the DigitalOcean cloud.
 
 | link:../camel-core/src/main/docs/direct-component.adoc[Direct] (camel-core) +
-`direct:name` |  | The direct component provides direct synchronous call to 
another endpoint from the same CamelContext.
+`direct:name` | 1.0 | The direct component provides direct synchronous call to 
another endpoint from the same CamelContext.
 
 | link:../camel-core/src/main/docs/direct-vm-component.adoc[Direct VM] 
(camel-core) +
-`direct-vm:name` |  | The direct-vm component provides direct synchronous call 
to another endpoint from any CamelContext in the same JVM.
+`direct-vm:name` | 2.10 | The direct-vm component provides direct synchronous 
call to another endpoint from any CamelContext in the same JVM.
 
 | link:camel-disruptor/src/main/docs/disruptor-component.adoc[Disruptor] 
(camel-disruptor) +
 `disruptor:name` | 2.12 | The disruptor component provides asynchronous SEDA 
behavior using LMAX Disruptor.
@@ -216,7 +216,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `facebook:methodName` | 2.14 | The Facebook component provides access to all 
of the Facebook APIs accessible using Facebook4J.
 
 | link:../camel-core/src/main/docs/file-component.adoc[File] (camel-core) +
-`file:directoryName` |  | The file component is used for reading or writing 
files.
+`file:directoryName` | 1.0 | The file component is used for reading or writing 
files.
 
 | link:camel-flatpack/src/main/docs/flatpack-component.adoc[Flatpack] 
(camel-flatpack) +
 `flatpack:type:resourceUri` | 1.4 | The flatpack component supports fixed 
width and delimited file parsing via the FlatPack library.
@@ -369,7 +369,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `kubernetes:masterUrl` | 2.17 | The kubernetes component allows to work with 
Kubernetes PaaS.
 
 | link:../camel-core/src/main/docs/language-component.adoc[Language] 
(camel-core) +
-`language:languageName:resourceUri` |  | The language component allows you to 
send a message to an endpoint which executes a script by any of the supported 
Languages in Camel.
+`language:languageName:resourceUri` | 2.5 | The language component allows you 
to send a message to an endpoint which executes a script by any of the 
supported Languages in Camel.
 
 | link:camel-ldap/src/main/docs/ldap-component.adoc[LDAP] (camel-ldap) +
 `ldap:dirContextName` | 1.5 | The ldap component allows you to perform 
searches in LDAP servers using filters as the message payload.
@@ -378,7 +378,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `linkedin:apiName/methodName` | 2.14 | The linkedin component is uses for 
retrieving LinkedIn user profiles connections companies groups posts etc.
 
 | link:../camel-core/src/main/docs/log-component.adoc[Log] (camel-core) +
-`log:loggerName` |  | The log component logs message exchanges to the 
underlying logging mechanism.
+`log:loggerName` | 1.1 | The log component logs message exchanges to the 
underlying logging mechanism.
 
 | link:camel-lucene/src/main/docs/lucene-component.adoc[Lucene] (camel-lucene) 
+
 `lucene:host:operation` | 2.2 | To insert or query from Apache Lucene 
databases.
@@ -402,7 +402,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `mllp:hostname:port` | 2.17 | Provides functionality required by Healthcare 
providers to communicate with other systems using the MLLP protocol.
 
 | link:../camel-core/src/main/docs/mock-component.adoc[Mock] (camel-core) +
-`mock:name` |  | The mock component is used for testing routes and mediation 
rules using mocks.
+`mock:name` | 1.0 | The mock component is used for testing routes and 
mediation rules using mocks.
 
 | link:camel-mongodb/src/main/docs/mongodb-component.adoc[MongoDB] 
(camel-mongodb) +
 `mongodb:connectionBean` | 2.10 | Component for working with documents stored 
in MongoDB database.
@@ -498,7 +498,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `lpr:hostname:port/printername` | 2.1 | The printer component is used for 
sending messages to printers as print jobs.
 
 | link:../camel-core/src/main/docs/properties-component.adoc[Properties] 
(camel-core) +
-`properties:key` |  | The properties component is used for using property 
placeholders in endpoint uris.
+`properties:key` | 2.3 | The properties component is used for using property 
placeholders in endpoint uris.
 
 | link:camel-pubnub/src/main/docs/pubnub-component.adoc[PubNub] (camel-pubnub) 
+
 `pubnub:channel` | 2.19 | Camel PubNub Support
@@ -519,13 +519,13 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `reactive-streams:stream` | 2.19 | Reactive Camel using reactive streams
 
 | link:../camel-core/src/main/docs/ref-component.adoc[Ref] (camel-core) +
-`ref:name` |  | The ref component is used for lookup of existing endpoints 
bound in the Registry.
+`ref:name` | 1.2 | The ref component is used for lookup of existing endpoints 
bound in the Registry.
 
 | link:../camel-core/src/main/docs/rest-component.adoc[REST] (camel-core) +
-`rest:method:path:uriTemplate` |  | The rest component is used for hosting 
REST services which has been defined using the rest-dsl in Camel.
+`rest:method:path:uriTemplate` | 2.14 | The rest component is used for either 
hosting REST services (consumer) or calling external REST services (producer).
 
 | link:../camel-core/src/main/docs/rest-api-component.adoc[REST API] 
(camel-core) +
-`rest-api:path/contextIdPattern` |  | The rest-api component is used for 
providing Swagger API of the REST services which has been defined using the 
rest-dsl in Camel.
+`rest-api:path/contextIdPattern` | 2.16 | The rest-api component is used for 
providing Swagger API of the REST services which has been defined using the 
rest-dsl in Camel.
 
 | link:camel-rest-swagger/src/main/docs/rest-swagger-component.adoc[REST 
Swagger] (camel-rest-swagger) +
 `rest-swagger:specificationUri#operationId` | 2.19 | An awesome REST endpoint 
backed by Swagger specifications.
@@ -549,7 +549,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `sap-netweaver:url` | 2.12 | The sap-netweaver component integrates with the 
SAP NetWeaver Gateway using HTTP transports.
 
 | link:../camel-core/src/main/docs/scheduler-component.adoc[Scheduler] 
(camel-core) +
-`scheduler:name` |  | The scheduler component is used for generating message 
exchanges when a scheduler fires.
+`scheduler:name` | 2.15 | The scheduler component is used for generating 
message exchanges when a scheduler fires.
 
 | link:camel-schematron/src/main/docs/schematron-component.adoc[Schematron] 
(camel-schematron) +
 `schematron:path` | 2.15 | Validates the payload of a message using the 
Schematron Library.
@@ -558,7 +558,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `scp:host:port/directoryName` | 2.10 | To copy files using the secure copy 
protocol (SCP).
 
 | link:../camel-core/src/main/docs/seda-component.adoc[SEDA] (camel-core) +
-`seda:name` |  | The seda component provides asynchronous call to another 
endpoint from any CamelContext in the same JVM.
+`seda:name` | 1.1 | The seda component provides asynchronous call to another 
endpoint from any CamelContext in the same JVM.
 
 | link:camel-servicenow/src/main/docs/servicenow-component.adoc[ServiceNow] 
(camel-servicenow) +
 `servicenow:instanceName` | 2.18 | The servicenow component is used to 
integrate Camel with ServiceNow cloud services.
@@ -639,19 +639,19 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `string-template:resourceUri` | 1.2 | Transforms the message using a String 
template.
 
 | link:../camel-core/src/main/docs/stub-component.adoc[Stub] (camel-core) +
-`stub:name` |  | The stub component provides a simple way to stub out any 
physical endpoints while in development or testing.
+`stub:name` | 2.10 | The stub component provides a simple way to stub out any 
physical endpoints while in development or testing.
 
 | link:camel-telegram/src/main/docs/telegram-component.adoc[Telegram] 
(camel-telegram) +
 `telegram:type/authorizationToken` | 2.18 | The telegram component provides 
access to the Telegram Bot API.
 
 | link:../camel-core/src/main/docs/test-component.adoc[Test] (camel-core) +
-`test:name` |  | The test component extends the mock component by on startup 
to pull messages from another endpoint to set the expected message bodies.
+`test:name` | 1.3 | The test component extends the mock component by on 
startup to pull messages from another endpoint to set the expected message 
bodies.
 
 | link:camel-tika/src/main/docs/tika-component.adoc[Tika] (camel-tika) +
 `tika:operation` | 2.19 | This component integrates with Apache Tika to 
extract content and metadata from thousands of file types.
 
 | link:../camel-core/src/main/docs/timer-component.adoc[Timer] (camel-core) +
-`timer:timerName` |  | The timer component is used for generating message 
exchanges when a timer fires.
+`timer:timerName` | 1.0 | The timer component is used for generating message 
exchanges when a timer fires.
 
 | link:camel-twitter/src/main/docs/twitter-component.adoc[Twitter] 
(camel-twitter) +
 `twitter:kind` | 2.10 | This component integrates with Twitter to send tweets 
or search for tweets and more.
@@ -660,7 +660,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `undertow:httpURI` | 2.16 | The undertow component provides HTTP-based 
endpoints for consuming and producing HTTP requests.
 
 | link:../camel-core/src/main/docs/validator-component.adoc[Validator] 
(camel-core) +
-`validator:resourceUri` |  | Validates the payload of a message using XML 
Schema and JAXP Validation.
+`validator:resourceUri` | 1.1 | Validates the payload of a message using XML 
Schema and JAXP Validation.
 
 | link:camel-velocity/src/main/docs/velocity-component.adoc[Velocity] 
(camel-velocity) +
 `velocity:resourceUri` | 1.2 | Transforms the message using a Velocity 
template.
@@ -669,7 +669,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `vertx:address` | 2.12 | The vertx component is used for sending and receive 
messages from a vertx event bus.
 
 | link:../camel-core/src/main/docs/vm-component.adoc[VM] (camel-core) +
-`vm:name` |  | The vm component provides asynchronous call to another endpoint 
from the same CamelContext.
+`vm:name` | 1.1 | The vm component provides asynchronous call to another 
endpoint from the same CamelContext.
 
 | link:camel-weather/src/main/docs/weather-component.adoc[Weather] 
(camel-weather) +
 `weather:name` | 2.12 | Polls the weather information from Open Weather Map.
@@ -687,7 +687,7 @@ Number of Components: 231 in 184 JAR artifacts (13 
deprecated)
 `xquery:resourceUri` | 1.0 | Transforms the message using a XQuery template 
using Saxon.
 
 | link:../camel-core/src/main/docs/xslt-component.adoc[XSLT] (camel-core) +
-`xslt:resourceUri` |  | Transforms the message using a XSLT template.
+`xslt:resourceUri` | 1.3 | Transforms the message using a XSLT template.
 
 | link:camel-yammer/src/main/docs/yammer-component.adoc[Yammer] (camel-yammer) 
+
 `yammer:function` | 2.12 | The yammer component allows you to interact with 
the Yammer enterprise social network.

http://git-wip-us.apache.org/repos/asf/camel/blob/5e9bd738/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 76b8888..51e9b1f 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>com.cloudbees.thirdparty</groupId>
         <artifactId>zendesk-java-client</artifactId>
-        <version>0.5.3</version>
+        <version>0.5.4</version>
       </dependency>
       <dependency>
         <groupId>com.dropbox.core</groupId>
@@ -1039,6 +1039,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-grpc-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-gson</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -1669,6 +1674,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-milo</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-milo-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-mina</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -1949,6 +1964,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-pubnub</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-pubnub-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-quartz</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2199,6 +2224,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-sjms2-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-slack</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2744,6 +2774,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-zookeeper-master-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-zookeeper-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to