[camel] branch master updated: REgen docs

2020-07-31 Thread acosentino
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 e32e1ac  REgen docs
e32e1ac is described below

commit e32e1ac5346a4d846b6e6db2df8f3179ce8ccc66
Author: Andrea Cosentino 
AuthorDate: Fri Jul 31 12:24:28 2020 +0200

REgen docs
---
 docs/components/modules/ROOT/pages/aws2-iam-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
index ed3d8b6..f8b021c 100644
--- a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
@@ -167,7 +167,7 @@ Camel-AWS2 IAM component provides the following operation 
on the producer side:
 [source,java]
 

 from("direct:createUser")
-.setHeader(IAMConstants.GROUP_NAME, constant("camel"))
+.setHeader(IAMConstants.USERNAME, constant("camel"))
 .to("aws2-iam://test?iamClient=#amazonIAMClient&operation=createUser")
 

 



[camel] branch master updated: Regen docs

2020-04-30 Thread acosentino
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 be69d6c  Regen docs
be69d6c is described below

commit be69d6cad7072296307f8d73c5b5f4b6b403c516
Author: Andrea Cosentino 
AuthorDate: Thu Apr 30 13:47:42 2020 +0200

Regen docs
---
 .../src/main/docs/modules/eips/nav.adoc| 124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
index e5c3d77..8065aa4 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc
@@ -2,45 +2,45 @@
 // make edits in docs/*nav.adoc.template files instead
 
 * xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration 
Patterns]
- ** xref:eips:aggregate-eip.adoc[Aggregate EIP]
- ** xref:eips:batch-config-eip.adoc[Batch-config EIP]
- ** xref:eips:bean-eip.adoc[Bean EIP]
+ ** xref:eips:aggregate-eip.adoc[Aggregate]
+ ** xref:eips:batch-config-eip.adoc[Batch-config]
+ ** xref:eips:bean-eip.adoc[Bean]
  ** xref:eips:change-data-capture.adoc[Change Data Capture]
  ** xref:eips:channel-adapter.adoc[Channel Adapter]
- ** xref:eips:choice-eip.adoc[Choice EIP]
- ** xref:eips:circuitBreaker-eip.adoc[Circuit Breaker EIP]
- ** xref:eips:claimCheck-eip.adoc[Claim Check EIP]
+ ** xref:eips:choice-eip.adoc[Choice]
+ ** xref:eips:circuitBreaker-eip.adoc[Circuit Breaker]
+ ** xref:eips:claimCheck-eip.adoc[Claim Check]
  ** xref:eips:competing-consumers.adoc[Competing Consumers]
  ** xref:eips:composed-message-processor.adoc[Composed Message Processor]
  ** xref:eips:content-based-router-eip.adoc[Content Based Router]
  ** xref:eips:content-enricher.adoc[Content Enricher]
  ** xref:eips:content-filter-eip.adoc[Content Filter]
- ** xref:eips:convertBodyTo-eip.adoc[Convert Body To EIP]
+ ** xref:eips:convertBodyTo-eip.adoc[Convert Body To]
  ** xref:eips:correlation-identifier.adoc[Correlation Identifier]
- ** xref:eips:customLoadBalancer-eip.adoc[Custom Load Balancer EIP]
+ ** xref:eips:customLoadBalancer-eip.adoc[Custom Load Balancer]
  ** xref:eips:dead-letter-channel.adoc[Dead Letter Channel]
- ** xref:eips:delay-eip.adoc[Delay EIP]
+ ** xref:eips:delay-eip.adoc[Delay]
  ** xref:eips:durable-subscriber.adoc[Durable Subscriber]
  ** xref:eips:dynamic-router.adoc[Dynamic Router]
- ** xref:eips:dynamicRouter-eip.adoc[Dynamic Router EIP]
- ** xref:eips:enrich-eip.adoc[Enrich EIP]
+ ** xref:eips:dynamicRouter-eip.adoc[Dynamic Router]
+ ** xref:eips:enrich-eip.adoc[Enrich]
  ** xref:eips:eventDrivenConsumer-eip.adoc[Event Driven Consumer]
  ** xref:eips:event-message.adoc[Event Message]
- ** xref:eips:failover-eip.adoc[Failover EIP]
- ** xref:eips:faultToleranceConfiguration-eip.adoc[Fault Tolerance 
Configuration EIP]
+ ** xref:eips:failover-eip.adoc[Failover]
+ ** xref:eips:faultToleranceConfiguration-eip.adoc[Fault Tolerance 
Configuration]
  ** xref:eips:fault-tolerance-eip.adoc[Fault Tolerance EIP]
- ** xref:eips:filter-eip.adoc[Filter EIP]
- ** xref:eips:from-eip.adoc[From EIP]
+ ** xref:eips:filter-eip.adoc[Filter]
+ ** xref:eips:from-eip.adoc[From]
  ** xref:eips:guaranteed-delivery.adoc[Guaranteed Delivery]
- ** xref:eips:hystrixConfiguration-eip.adoc[Hystrix Configuration EIP]
+ ** xref:eips:hystrixConfiguration-eip.adoc[Hystrix Configuration]
  ** xref:eips:hystrix-eip.adoc[Hystrix EIP]
- ** xref:eips:idempotentConsumer-eip.adoc[Idempotent Consumer EIP]
- ** xref:eips:inOnly-eip.adoc[In Only EIP]
- ** xref:eips:inOut-eip.adoc[In Out EIP]
+ ** xref:eips:idempotentConsumer-eip.adoc[Idempotent Consumer]
+ ** xref:eips:inOnly-eip.adoc[In Only]
+ ** xref:eips:inOut-eip.adoc[In Out]
  ** xref:eips:intercept.adoc[Intercept]
- ** xref:eips:loadBalance-eip.adoc[Load Balance EIP]
- ** xref:eips:log-eip.adoc[Log EIP]
- ** xref:eips:loop-eip.adoc[Loop EIP]
+ ** xref:eips:loadBalance-eip.adoc[Load Balance]
+ ** xref:eips:log-eip.adoc[Log]
+ ** xref:eips:loop-eip.adoc[Loop]
  ** xref:eips:marshal-eip.adoc[Marshal EIP]
  ** xref:eips:message.adoc[Message]
  ** xref:eips:message-broker.adoc[Message Broker]
@@ -55,58 +55,58 @@
  ** xref:eips:messaging-bridge.adoc[Messaging Bridge]
  ** xref:eips:messaging-gateway.adoc[Messaging Gateway]
  ** xref:eips:messaging-mapper.adoc[Messaging Mapper]
- ** xref:eips:multicast-eip.adoc[Multicast EIP]
+ ** xref:eips:multicast-eip.adoc[Multicast]
  ** xref:eips:normalizer.adoc[Normalizer]
- ** xref:eips:onFallback-eip.adoc[On Fallback EIP]
- ** xref:eips:otherwise-eip.adoc[Otherwise EIP]
- ** xref:eips:pipeline-eip.adoc[Pipeline EIP]
+ ** xref:eips:onFallback-eip.adoc[On Fallback]
+ ** xref:eips:otherwise-eip.adoc[Otherwise]
+ ** xref:eips:pipeline-eip.adoc[Pipeline]
  ** xref:eips:point-to-point-channel.adoc[Point t

[camel] branch master updated: Regen docs

2020-03-20 Thread acosentino
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 5133869  Regen docs
5133869 is described below

commit 513386946a2d4ca832443ce49c4e32c5386c7371
Author: Andrea Cosentino 
AuthorDate: Fri Mar 20 16:00:23 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/aws-s3-component.adoc  | 6 --
 docs/components/modules/ROOT/pages/aws2-s3-component.adoc | 8 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index 0961193..2d4a581 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -41,7 +41,7 @@ 
from("aws-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefi
 
 
 // component options: START
-The AWS S3 Storage Service component supports 37 options, which are listed 
below.
+The AWS S3 Storage Service component supports 38 options, which are listed 
below.
 
 
 
@@ -51,6 +51,7 @@ The AWS S3 Storage Service component supports 37 options, 
which are listed below
 | *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the registry. |  | AmazonS3
 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true 
| boolean
 | *configuration* (common) | The component configuration |  | S3Configuration
+| *endpointConfiguration* (common) | Amazon AWS Endpoint Configuration |  | 
EndpointConfiguration
 | *pathStyleAccess* (common) | Whether or not the S3 client should use path 
style access | false | boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
@@ -117,7 +118,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (57 parameters):
+=== Query Parameters (58 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -125,6 +126,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the registry. |  | AmazonS3
 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true 
| boolean
+| *endpointConfiguration* (common) | Amazon AWS Endpoint Configuration |  | 
EndpointConfiguration
 | *pathStyleAccess* (common) | Whether or not the S3 client should use path 
style access | false | boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
diff --git a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
index 975db40..bb49308 100644
--- a/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-s3-component.adoc
@@ -44,7 +44,7 @@ 
from("aws2-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&pref
 
 
 // component options: START
-The AWS2 S3 Storage Service component supports 28 options, which are listed 
below.
+The AWS2 S3 Storage Service component supports 30 options, which are listed 
below.
 
 
 
@@ -54,11 +54,13 @@ The AWS2 S3 Storage Service component supports 28 options, 
which are listed belo
 | *amazonS3Client* (common) | Reference to a 
com.amazonaws.services.s3.AmazonS3 in the registry. |  | S3Client
 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true 
| boolean
 | *configuration* (common) | The component configuration |  | 
AWS2S3Configuration
+| *overrideEndpoint* (common) | Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpointOverride option | false 
| boolean
 | *policy* (common) | The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. |  | String
 | *proxyHost* (common) | To define a proxy host when instantiating the SQS 
client |  | String
 | *proxyPort* (common) | Specify a proxy port to be used inside the client 
definition. |  | Integer
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
S3 client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
 | *region* (common) | The region in which S3 client needs to work. When using 
this parameter, the configuration will expect the lowercase name of the region 
(for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() |  | 
String
+| *uriEndpointOverride* (common) | Set the overriding uri endpoint. This 
option needs to be used in c

[camel] branch master updated: Regen docs

2020-03-10 Thread acosentino
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 aa2f323  Regen docs
aa2f323 is described below

commit aa2f323ceb2a5084224ad84991ccf96d982fe518
Author: Andrea Cosentino 
AuthorDate: Tue Mar 10 12:30:23 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/jclouds-component.adoc  | 2 +-
 docs/components/modules/ROOT/pages/rabbitmq-component.adoc | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/jclouds-component.adoc 
b/docs/components/modules/ROOT/pages/jclouds-component.adoc
index 2cfe745..0245e10 100644
--- a/docs/components/modules/ROOT/pages/jclouds-component.adoc
+++ b/docs/components/modules/ROOT/pages/jclouds-component.adoc
@@ -235,7 +235,7 @@ route.
 
 === Example 2: Getting/Reading from a blob
 
-This example will show you how you can read the contnet of a blob using
+This example will show you how you can read the content of a blob using
 the jclouds component.
 
 [source,java]
diff --git a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc 
b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
index f0dedb1..04eaddd 100644
--- a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
+++ b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
@@ -134,7 +134,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (60 parameters):
+=== Query Parameters (61 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -173,6 +173,7 @@ with the following path and query parameters:
 | *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. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern
 | *threadPoolSize* (consumer) | The consumer uses a Thread Pool Executor with 
a fixed number of threads. This setting allows you to set that number of 
threads. | 10 | int
+| *allowCustomHeaders* (producer) | Allow pass custom values to header | false 
| boolean
 | *allowNullHeaders* (producer) | Allow pass null values to header | false | 
boolean
 | *bridgeEndpoint* (producer) | If the bridgeEndpoint is true, the producer 
will ignore the message header of rabbitmq.EXCHANGE_NAME and 
rabbitmq.ROUTING_KEY | false | boolean
 | *channelPoolMaxSize* (producer) | Get maximum number of opened channel in 
pool | 10 | int



[camel] branch master updated: Regen docs

2020-03-03 Thread acosentino
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 a35bc6b  Regen docs
a35bc6b is described below

commit a35bc6bff772340b0bb64023194728d0ceb4a0c0
Author: Andrea Cosentino 
AuthorDate: Tue Mar 3 10:28:43 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/jaxb-dataformat.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc 
b/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc
index eb2da43..6d1713b 100644
--- a/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/jaxb-dataformat.adoc
@@ -39,7 +39,7 @@ The JAXB dataformat supports 18 options, which are listed 
below.
 | 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
-ND
+
 
 == Using the Java DSL
 
@@ -120,7 +120,7 @@ false.
 
 == Ignoring the NonXML Character
 
- JaxbDataFromat supports to ignore the
+ JaxbDataFormat supports to ignore the
 http://www.w3.org/TR/2004/REC-xml-20040204/#NT-Char[NonXML Character],
 you just need to set the filterNonXmlChars property to be true,
 JaxbDataFormat will replace the NonXML character with " " when it is



[camel] branch master updated: Regen docs

2020-01-23 Thread acosentino
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 6250d6f  Regen docs
6250d6f is described below

commit 6250d6fb3f2ae4588dd33c4984918f6148be7057
Author: Andrea Cosentino 
AuthorDate: Thu Jan 23 15:55:53 2020 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/aws-s3-component.adoc | 6 ++
 docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc   | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index 90596b2..5045930 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -551,6 +551,12 @@ The component is capable of detecting the presence of an 
AmazonS3 bean into the
 If it's the only instance of that type it will be used as client and you won't 
have to define it as uri parameter, like the example above.
 This may be really useful for smarter configuration of the endpoint.
 
+== Moving stuff between a bucket and another bucket
+
+Some users like to consume stuff from a bucket and move the content in a 
different one without using the copyObject feature of this component.
+If this is case for you, don't forget to remove the bucketName header from the 
incoming exchange of the consumer, otherwise the file will be always 
overwritten on the same 
+original bucket.
+
 == Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.
diff --git a/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc 
b/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
index da3d2c0..e129a26 100644
--- a/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/aggregate-eip.adoc
@@ -222,7 +222,7 @@ completion predicates / sizes / timeouts etc, and complete 
the group.
 
 For example the following logic (from an unit test) will complete the
 group if the message body size is larger than 5. This is done by setting
-the property `Exchange.AGGREGATION_COMPLETE_CURRENT_GROUP` to `true`.
+the exchange property `Exchange.AGGREGATION_COMPLETE_CURRENT_GROUP` to `true`.
 
 [source,java]
 
@@ -279,12 +279,12 @@ setting the property 
`Exchange.AGGREGATION_COMPLETE_ALL_GROUPS` to `true`.
 == Manually Force the Completion of All Aggregated Exchanges Immediately
 
 You can manually trigger completion of all current aggregated exchanges
-by sending a message containing the header
+by sending an exchange containing the exchange property
 `Exchange.AGGREGATION_COMPLETE_ALL_GROUPS` set to `true`. The message is
 considered a signal message only, the message headers/contents will not
 be processed otherwise.
 
-You can alternatively set the header
+You can alternatively set the exchange property
 `Exchange.AGGREGATION_COMPLETE_ALL_GROUPS_INCLUSIVE` to `true` to trigger
 completion of all groups after processing the current message.
 



[camel] branch master updated: Regen docs

2019-12-05 Thread acosentino
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 6c5c88b  Regen docs
6c5c88b is described below

commit 6c5c88be5db50ffa41bcecee9d8cc5360bcb5df7
Author: Andrea Cosentino 
AuthorDate: Thu Dec 5 13:49:14 2019 +0100

Regen docs
---
 docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc 
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index b7f7f80..196785d 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -193,7 +193,7 @@ indexId in the body.
 |===
 
 == Configure the component and enable basic authentication
-To use the Elasticsearch component is has to be configured with a minimum 
configuration.
+To use the Elasticsearch component it has to be configured with a minimum 
configuration.
 
 [source,java]
 



[camel] branch master updated: regen docs

2019-11-20 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository.

oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


View the commit online:
https://github.com/apache/camel/commit/8b959917e78250d189b465eb2e4edff0616de548

The following commit(s) were added to refs/heads/master by this push:
 new 8b95991  regen docs
8b95991 is described below

commit 8b959917e78250d189b465eb2e4edff0616de548
Author: Omar Al-Safi 
AuthorDate: Wed Nov 20 14:58:39 2019 +0100

regen docs
---
 .../modules/ROOT/pages/metrics-component.adoc  | 28 --
 .../modules/ROOT/pages/micrometer-component.adoc   | 12 ++
 2 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/metrics-component.adoc 
b/docs/components/modules/ROOT/pages/metrics-component.adoc
index 1cb1c99..1c9fcf0 100644
--- a/docs/components/modules/ROOT/pages/metrics-component.adoc
+++ b/docs/components/modules/ROOT/pages/metrics-component.adoc
@@ -127,7 +127,8 @@ The component supports 5 options, which are listed below.
 
 
 
-== [[MetricsComponent-registry]]Metric Registry
+[[MetricsComponent-registry]]
+== Metric Registry
 
 Camel Metrics component uses by default a `MetricRegistry` instance with
 a `Slf4jReporter` that has a 60 second reporting interval.
@@ -214,7 +215,8 @@ endpoint finishes processing of exchange. While processing 
exchange
 Metrics endpoint will catch all exceptions and write log entry using
 level `warn`.
 
-== [[MetricsComponent-counter]]Metrics type counter
+[[MetricsComponent-counter]]
+== Metrics type counter
 
 [source]
 
@@ -232,7 +234,7 @@ metrics:counter:metricname[?options]
 
 If neither `increment` or `decrement` is defined then counter value will
 be incremented by one. If `increment` and `decrement` are both defined
-only increment operation is called. 
+only increment operation is called.
 
 [source,java]
 
@@ -289,7 +291,8 @@ from("direct:in")
 
 
 
-== [[MetricsComponent-histogram]]Metric type histogram
+[[MetricsComponent-histogram]]
+== Metric type histogram
 
 [source]
 
@@ -345,7 +348,8 @@ from("direct:in")
 
 
 
-== [[MetricsComponent-meter]]Metric type meter
+[[MetricsComponent-meter]]
+== Metric type meter
 
 [source]
 
@@ -398,7 +402,8 @@ from("direct:in")
 .to("direct:out");
 
 
-== [[MetricsComponent-timer]]Metrics type timer
+[[MetricsComponent-timer]]
+== Metrics type timer
 
 [source]
 
@@ -451,7 +456,8 @@ from("direct:in")
 .to("direct:out");
 
 
-== [[MetricsComponent-gauge]]Metric type gauge
+[[MetricsComponent-gauge]]
+== Metric type gauge
 
 [source]
 
@@ -502,7 +508,7 @@ from("direct:in")
 This factory allows to add a RoutePolicy for each
 route which exposes route utilization statistics using Dropwizard metrics.
 This factory can be used in Java and XML as the examples below
-demonstrates. 
+demonstrates.
 
 NOTE: Instead of using the MetricsRoutePolicyFactory you can define a
 MetricsRoutePolicy per route you want to instrument, in case you only
@@ -559,7 +565,7 @@ value. Where `###name###` is the name of the CamelContext. 
`###routeId###`
 is the name of the route. And `###type###` is the value of responses.
 |===
 
- 
+
 
 From Java code you can get hold of
 the `com.codahale.metrics.MetricRegistry` from the
@@ -583,7 +589,7 @@ This factory allows to use metrics to
 capture Message History performance
 statistics while routing messages. It works by using a metrics Timer for
 each node in all the routes. This factory can be used in Java and XML as
-the examples below demonstrates. 
+the examples below demonstrates.
 
 From Java you just set the factory to the `CamelContext` as shown below:
 
@@ -658,5 +664,3 @@ with `name=MetricsMessageHistoryService`.
 This factory allows you to gather performance information about Camel Thread 
Pools by injecting a InstrumentedThreadPoolFactory
 which collects information from inside of Camel.
 See more details at Advanced configuration of CamelContext using Spring
-
-
diff --git a/docs/components/modules/ROOT/pages/micrometer-component.adoc 
b/docs/components/modules/ROOT/pages/micrometer-component.adoc
index 10bc6c5..e1500c4 100644
--- a/docs/components/modules/ROOT/pages/micrometer-component.adoc
+++ b/docs/components/modules/ROOT/pages/micrometer-component.adoc
@@ -129,7 +129,8 @@ The component supports 5 options, which are listed below.
 
 
 
-== [[MicrometerComponent-registry]]Meter Registry
+[[MicrometerComponent-registry]]
+== Meter Registry
 
 By default the Camel Micrometer component creates a `SimpleMeterRegistry` 
instance, suitable
 mainly for testing.
@@ -227,7 +228,8 @@ All Metrics specific headers are removed from the message 
once the Micrometer en
 Micrometer endpoint will catch all exceptions and write log entry using level 
`warn`.
 
 
-== [[MicrometerComponent-counter]]Counter
+[[MicrometerComponent-counter]]

[camel] branch master updated: Regen docs

2019-09-30 Thread acosentino
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 6173d5a  Regen docs
6173d5a is described below

commit 6173d5ac097a9390dbba839143d7f2b4a71cc7b9
Author: Andrea Cosentino 
AuthorDate: Mon Sep 30 09:02:51 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/pages/http-component.adoc | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/http-component.adoc 
b/docs/components/modules/ROOT/pages/http-component.adoc
index 520d9d2..7e8bd18 100644
--- a/docs/components/modules/ROOT/pages/http-component.adoc
+++ b/docs/components/modules/ROOT/pages/http-component.adoc
@@ -544,6 +544,12 @@ To disable cookies you can set the HTTP Client to ignore 
cookies by
 adding this URI option: +
  `httpClient.cookieSpec=ignoreCookies`
 
+== Basic auth with the streaming message body
+
+In order to avoid the `NonRepeatableRequestException`, you need to do the
+Preemptive Basic Authentication by adding the option: +
+ `authenticationPreemptive=true`
+
 == Advanced Usage
 
 If you need more control over the HTTP producer you should use the



[camel] branch master updated: Regen docs

2019-09-29 Thread acosentino
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 1738ee2  Regen docs
1738ee2 is described below

commit 1738ee226eb49acbca53d27132c83df4aa6ba565
Author: Andrea Cosentino 
AuthorDate: Sun Sep 29 16:04:55 2019 +0200

Regen docs
---
 .../modules/ROOT/pages/azure-blob-component.adoc   | 31 +++---
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/azure-blob-component.adoc 
b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
index 6aa02dc..82ea04f 100644
--- a/docs/components/modules/ROOT/pages/azure-blob-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
@@ -236,39 +236,38 @@ You have to provide the containerOrBlob name and the 
credentials if the private
 
 === Azure Blob Client configuration
 
-If your Camel Application is running behind a firewall or if you need to
-have more control over the Azure Blob Client configuration, you can
-create your own instance:
+If your Camel application is running behind a firewall or if you need more 
control over the Azure Blob Client configuration, you can create your own 
instance:
 
 [source,java]
---
-StorageCredentials credentials = new 
StorageCredentialsAccountAndKey("camelazure", 
Base64.encode("thekey".getBytes()));
-CloudBlob client = new CloudBlockBlob("camelazure", credentials);
+
+StorageCredentials credentials = new 
StorageCredentialsAccountAndKey(accountName, accessKey);
+CloudBlob client = new CloudBlockBlob(URI.create("https://";
++ accountName + ".blob.core.windows.net/" + containerName 
++ "/" + fileName), credentials);
 registry.bind("azureBlobClient", client);
---
+
 
-and refer to it in your Camel azure-blob component configuration:
+Then refer to this instance in your Camel `azure-blob` component configuration:
 
 [source,java]
-
-from("azure-blob://camelazure/container1/blockBlob?azureBlobClient=#client")
+
+from("azure-blob://" + accountName + "/" + containerName + "/" + fileName + 
"?azureBlobClient=#client")
 .to("mock:result");
-
+
 
 == Dependencies
 
-Maven users will need to add the following dependency to their pom.xml.
+Maven users will need to add the following dependency to their `pom.xml`.
 
 *pom.xml*
 
 [source,xml]

+
 
 org.apache.camel
 camel-azure
 ${camel-version}
 

-
-where `${camel-version`} must be replaced by the actual version of Camel.
+
 
+where `${camel-version}` must be replaced by the actual version of Camel.



[camel] branch master updated: Regen docs

2019-09-25 Thread acosentino
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 54105bb  Regen docs
54105bb is described below

commit 54105bb3e3dead86f2e8bb7c8ce82f32c5f0e666
Author: Andrea Cosentino 
AuthorDate: Wed Sep 25 12:57:16 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/pages/debezium-component.adoc | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/debezium-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-component.adoc
index 078624d..72ad6c9 100644
--- a/docs/components/modules/ROOT/pages/debezium-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-component.adoc
@@ -37,6 +37,17 @@ debezium:connector-type[?options]
 *Note:* Other Debezium connectors are _not_ supported at the moment.
 
 
+*Note:* Due to licensing issues, you will need to add the dependency for 
`mysql-conenctor-java` if you are using MySQL connector, just add the following 
to your POM file:
+[source,xml]
+
+
+mysql
+mysql-connector-java
+8.0.15
+
+
+
+
 == Options
 
 



[camel] branch master updated: Regen docs

2019-09-24 Thread acosentino
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 8bf180c  Regen docs
8bf180c is described below

commit 8bf180c8ea72e8d5122b448edc45f2d5d914d6cd
Author: Andrea Cosentino 
AuthorDate: Wed Sep 25 08:10:21 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/pages/metrics-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/metrics-component.adoc 
b/docs/components/modules/ROOT/pages/metrics-component.adoc
index 3fc6412..81592ec 100644
--- a/docs/components/modules/ROOT/pages/metrics-component.adoc
+++ b/docs/components/modules/ROOT/pages/metrics-component.adoc
@@ -440,14 +440,14 @@ component URI.
 |===
 |Name |Description |Expected type
 |CamelMetricsTimerAction |Override timer action in URI
-|`org.apache.camel.component.metrics.timer.TimerEndpoint.TimerAction`
+|`org.apache.camel.component.metrics.MetricsTimerAction`
 |===
 
 [source,java]
 
 // sets timer action using header
 from("direct:in")
-.setHeader(MetricsConstants.HEADER_TIMER_ACTION, TimerAction.start)
+.setHeader(MetricsConstants.HEADER_TIMER_ACTION, MetricsTimerAction.start)
 .to("metrics:timer:simple.timer")
 .to("direct:out");
 



[camel] branch master updated: Regen docs

2019-09-24 Thread acosentino
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 704a687  Regen docs
704a687 is described below

commit 704a68756e65e3e2f6bf4b3b76a6287044cabe5c
Author: Andrea Cosentino 
AuthorDate: Tue Sep 24 16:33:57 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/pages/aws-s3-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index e565583..a204dbf 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -28,7 +28,7 @@ For example in order to read file `hello.txt` from bucket 
`helloBucket`, use the
 
 [source,java]
 

-from("aws-s3:helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefix=hello.txt")
+from("aws-s3://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefix=hello.txt")
   .to("file:/var/downloaded");
 

 
@@ -66,7 +66,7 @@ The AWS S3 Storage Service component supports 5 options, 
which are listed below.
 The AWS S3 Storage Service endpoint is configured using URI syntax:
 
 
-aws-s3:bucketNameOrArn
+aws-s3://bucketNameOrArn
 
 
 with the following path and query parameters:



[camel] branch master updated: Regen docs

2019-09-20 Thread acosentino
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 68ac801  Regen docs
68ac801 is described below

commit 68ac801db544d026854e1339f17f122faf1fa06e
Author: Andrea Cosentino 
AuthorDate: Fri Sep 20 13:12:08 2019 +0200

Regen docs
---
 .../pages/kubernetes-config-maps-component.adoc| 33 +-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
index be51d84..3f31fb2 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
@@ -110,5 +110,36 @@ The component supports 2 options, which are listed below.
 - createConfigMap
 - deleteConfigMap
 
-
+== Kubernetes ConfigMaps Producer Examples
+
+- listConfigMaps: this operation copy an object from one bucket to a different 
one
+
+[source,java]
+
+from("direct:list").
+
to("kubernetes-config-maps:///?kubernetesClient=#kubernetesClient&operation=listConfigMaps").
+to("mock:result");
+
+
+This operation return a List of ConfigMaps from your cluster
+
+- listConfigMapsByLabels: this operation copy an object from one bucket to a 
different one
+
+[source,java]
+
+from("direct:listByLabels").process(new Processor() {
+
+@Override
+public void process(Exchange exchange) throws Exception {
+Map labels = new HashMap<>();
+labels.put("key1", "value1");
+labels.put("key2", "value2");
+
exchange.getIn().setHeader(KubernetesConstants.KUBERNETES_CONFIGMAPS_LABELS, 
labels);
+}
+});
+
to("kubernetes-config-maps:///?kubernetesClient=#kubernetesClient&operation=listConfigMapsByLabels").
+to("mock:result");
+
+
+This operation return a List of ConfigMaps from your cluster, using a label 
selector (with key1 and key2, with value value1 and value2)
 



[camel] branch master updated: Regen docs

2019-09-16 Thread acosentino
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 c618e91  Regen docs
c618e91 is described below

commit c618e913c4821c67818a7532368f053b04a7fb80
Author: Andrea Cosentino 
AuthorDate: Mon Sep 16 09:16:17 2019 +0200

Regen docs
---
 .../components/modules/ROOT/pages/kubernetes-config-maps-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
index b3f07e5..05437b1 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
@@ -5,7 +5,7 @@
 *Available as of Camel version 2.17*
 
 The Kubernetes ConfigMap component is one of xref:kubernetes.adoc[Kubernetes 
Components] which
-provides a producer to execute kubernetes ConfigMap operations.
+provides a producer to execute kubernetes ConfigMap operations and a consumer 
to consume events related to Config maps.
 
 
 == Component Options



[camel] branch master updated: Regen docs

2019-09-10 Thread acosentino
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 6e01caf  Regen docs
6e01caf is described below

commit 6e01cafdd3add60b685229791a422a7c89441645
Author: Andrea Cosentino 
AuthorDate: Wed Sep 11 07:22:52 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/pages/facebook-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/facebook-component.adoc 
b/docs/components/modules/ROOT/pages/facebook-component.adoc
index 119d30e..7ee51b7 100644
--- a/docs/components/modules/ROOT/pages/facebook-component.adoc
+++ b/docs/components/modules/ROOT/pages/facebook-component.adoc
@@ -5,7 +5,7 @@
 *Available as of Camel version 2.14*
 
 The Facebook component provides access to all of the Facebook APIs
-accessible using http://facebook4j.org/en/index.html[Facebook4J]. It
+accessible using https://facebook4j.github.io/en/index.html[Facebook4J]. It
 allows producing messages to retrieve, add, and delete posts, likes,
 comments, photos, albums, videos, photos, checkins, locations, links,
 etc. It also supports APIs that allow polling for posts, users,



[camel] branch master updated: Regen docs

2019-09-05 Thread acosentino
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 6134741  Regen docs
6134741 is described below

commit 61347417956460fc38021c8c3d3cc152ac520384
Author: Andrea Cosentino 
AuthorDate: Fri Sep 6 08:15:49 2019 +0200

Regen docs
---
 docs/components/modules/ROOT/nav.adoc| 2 +-
 docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 9d14e4a..6114bd2 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -96,7 +96,7 @@
 * xref:drill-component.adoc[Drill Component]
 * xref:dropbox-component.adoc[Dropbox Component]
 * xref:ehcache-component.adoc[Ehcache Component]
-* xref:elasticsearch-rest-component.adoc[Elastichsearch Rest Component]
+* xref:elasticsearch-rest-component.adoc[Elasticsearch Rest Component]
 * xref:elsql-component.adoc[ElSQL Component]
 * xref:etcd-component.adoc[etcd Component]
 * xref:eventadmin-component.adoc[OSGi EventAdmin Component]
diff --git 
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc 
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index 46286de..c757b18 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -1,5 +1,5 @@
 [[elasticsearch-rest-component]]
-= Elastichsearch Rest Component
+= Elasticsearch Rest Component
 :page-source: 
components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
 
 *Available as of Camel version 2.21*
@@ -32,7 +32,7 @@ elasticsearch-rest://clusterName[?options]
 == Endpoint Options
 
 // component options: START
-The Elastichsearch Rest component supports 12 options, which are listed below.
+The Elasticsearch Rest component supports 12 options, which are listed below.
 
 
 



[camel] branch master updated: Regen docs

2019-03-07 Thread acosentino
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 e46f481  Regen docs
e46f481 is described below

commit e46f481992d154b3f19690fb20ed59413f4dff05
Author: Andrea Cosentino 
AuthorDate: Thu Mar 7 12:05:51 2019 +0100

Regen docs
---
 .../modules/ROOT/pages/aws-s3-component.adoc   | 106 +
 1 file changed, 106 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc 
b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
index 4921298..d1be2d1 100644
--- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc
@@ -395,6 +395,112 @@ when the system environment variable called "isRemote" is 
set to true (there are
 using IAM credentials on AWS environments takes away the need to refresh on 
remote environments and adds a major security boost (IAM credentials are 
refreshed automatically every 6 hours and update when their
 policies are updated). This is the AWS recommended way to manage credentials 
and therefore should be used as often as possible.
 
+ S3 Producer Operation examples
+
+- CopyObject: this operation copy an object from one bucket to a different one
+
+[source,java]
+
+  from("direct:start").process(new Processor() {
+
+  @Override
+  public void process(Exchange exchange) throws Exception {
+  exchange.getIn().setHeader(S3Constants.BUCKET_DESTINATION_NAME, 
"camelDestinationBucket");
+  exchange.getIn().setHeader(S3Constants.KEY, "camelKey");
+  exchange.getIn().setHeader(S3Constants.DESTINATION_KEY, 
"camelDestinationKey");   
+  }
+  })
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=copyObject")
+  .to("mock:result");
+
+
+This operation will copy the object with the name expressed in the header 
camelDestinationKey to the camelDestinationBucket bucket, from the bucket 
mycamelbucket.
+
+- DeleteObject: this operation deletes an object from a bucket
+
+[source,java]
+
+  from("direct:start").process(new Processor() {
+
+  @Override
+  public void process(Exchange exchange) throws Exception {
+  exchange.getIn().setHeader(S3Constants.KEY, "camelKey"); 
+  }
+  })
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=deleteObject")
+  .to("mock:result");
+
+
+This operation will delete the object camelKey from the bucket mycamelbucket.
+
+- ListBuckets: this operation list the buckets for this account in this region
+
+[source,java]
+
+  from("direct:start")
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=listBuckets")
+  .to("mock:result");
+
+
+This operation will list the buckets for this account
+
+- DeleteBucket: this operation delete the bucket specified as URI parameter or 
header
+
+[source,java]
+
+  from("direct:start")
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=deleteBucket")
+  .to("mock:result");
+
+
+This operation will delete the bucket mycamelbucket
+
+- DownloadLink: this operation create a download link for the file specified 
in the key header
+
+[source,java]
+
+  from("direct:start").process(new Processor() {
+
+  @Override
+  public void process(Exchange exchange) throws Exception {
+  exchange.getIn().setHeader(S3Constants.KEY, "camelKey"); 
+  }
+  })
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=downloadLink")
+  .to("mock:result");
+
+
+This operation will create a downloadLink for the file camelKey in the bucket 
mycamelbucket
+
+- ListObjects: this operation list object in a specific bucket
+
+[source,java]
+
+  from("direct:start")
+  
.to("aws-s3://mycamelbucket?amazonS3Client=#amazonS3Client&operation=listObjects")
+  .to("mock:result");
+
+

[camel] branch master updated: Regen docs

2019-03-01 Thread acosentino
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 41471db  Regen docs
41471db is described below

commit 41471dbed1e42f2e95f163910677eadabf92be63
Author: Andrea Cosentino 
AuthorDate: Fri Mar 1 10:45:34 2019 +0100

Regen docs
---
 .../camel-aws-ecs/src/main/docs/aws-ecs-component.adoc |  2 +-
 .../camel-aws-eks/src/main/docs/aws-eks-component.adoc |  2 +-
 .../camel-aws-iam/src/main/docs/aws-iam-component.adoc |  6 +++---
 .../camel-aws-msk/src/main/docs/aws-msk-component.adoc |  8 
 .../modules/ROOT/pages/aws-msk-component.adoc  | 18 +-
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc 
b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
index 40f9886..757323c 100644
--- a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
+++ b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
@@ -111,7 +111,7 @@ The component supports 12 options, which are listed below.
 | *camel.component.aws-ecs.configuration.region* | The region in which ECS 
client needs to work |  | String
 | *camel.component.aws-ecs.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
 | *camel.component.aws-ecs.enabled* | Whether to enable auto configuration of 
the aws-ecs component. This is enabled by default. |  | Boolean
-| *camel.component.aws-ecs.region* | The region in which KMS client needs to 
work |  | String
+| *camel.component.aws-ecs.region* | The region in which ECS client needs to 
work |  | String
 | *camel.component.aws-ecs.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.aws-ecs.secret-key* | Amazon AWS Secret Key |  | String
 |===
diff --git a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc 
b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
index 85c5902..d0e5e70 100644
--- a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
+++ b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
@@ -111,7 +111,7 @@ The component supports 12 options, which are listed below.
 | *camel.component.aws-eks.configuration.region* | The region in which EKS 
client needs to work |  | String
 | *camel.component.aws-eks.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
 | *camel.component.aws-eks.enabled* | Whether to enable auto configuration of 
the aws-eks component. This is enabled by default. |  | Boolean
-| *camel.component.aws-eks.region* | The region in which KMS client needs to 
work |  | String
+| *camel.component.aws-eks.region* | The region in which EKS client needs to 
work |  | String
 | *camel.component.aws-eks.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.aws-eks.secret-key* | Amazon AWS Secret Key |  | String
 |===
diff --git a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc 
b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc
index eca7e10..5b68c2d 100644
--- a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc
+++ b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc
@@ -106,9 +106,9 @@ The component supports 12 options, which are listed below.
 | *camel.component.aws-iam.configuration.access-key* | Amazon AWS Access Key | 
 | String
 | *camel.component.aws-iam.configuration.iam-client* | To use a existing 
configured AWS IAM as client |  | AmazonIdentity ManagementClient
 | *camel.component.aws-iam.configuration.operation* | The operation to perform 
|  | IAMOperations
-| *camel.component.aws-iam.configuration.proxy-host* | To define a proxy host 
when instantiating the KMS client |  | String
-| *camel.component.aws-iam.configuration.proxy-port* | To define a proxy port 
when instantiating the KMS client |  | Integer
-| *camel.component.aws-iam.configuration.region* | The region in which KMS 
client needs to work |  | String
+| *camel.component.aws-iam.configuration.proxy-host* | To define a proxy host 
when instantiating the IAM client |  | String
+| *camel.component.aws-iam.configuration.proxy-port* | To define a proxy port 
when instantiating the IAM client |  | Integer
+| *camel.component.aws-iam.configuration.region* | The region in which IAM 
client needs to work |  | String
 | *camel.component.aws-iam.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
 | *camel.component.aws-iam.enabled* | Whether to enable auto configuration of 
the aws-iam component. This is enabled by default. |  | Boolean
 |

[camel] branch master updated: Regen docs

2019-02-13 Thread acosentino
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 2e77891  Regen docs
2e77891 is described below

commit 2e7789167ba72260f9a8fbe2d9f402e9eb67f66a
Author: Andrea Cosentino 
AuthorDate: Thu Feb 14 08:00:37 2019 +0100

Regen docs
---
 components/camel-ftp/src/main/docs/ftp-component.adoc  | 2 +-
 components/camel-ftp/src/main/docs/ftps-component.adoc | 2 +-
 components/camel-ftp/src/main/docs/sftp-component.adoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc 
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index 44ce825..af17b7d 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -165,7 +165,7 @@ with the following path and query parameters:
 | *maximumReconnectAttempts* (advanced) | Specifies the maximum reconnect 
attempts Camel performs when it tries to connect to the remote FTP server. Use 
0 to disable this behavior. |  | int
 | *reconnectDelay* (advanced) | Delay in millis Camel will wait before 
performing a reconnect attempt. |  | long
 | *siteCommand* (advanced) | Sets optional site command(s) to be executed 
after successful login. Multiple site commands can be separated using a new 
line character. |  | String
-| *soTimeout* (advanced) | Sets the so timeout Used only by FTPClient | 30 
| int
+| *soTimeout* (advanced) | Sets the so timeout FTP and FTPS Only for Camel 
2.4. SFTP for Camel 2.14.3/2.15.3/2.16 onwards. Is the SocketOptions.SO_TIMEOUT 
value in millis. Recommended option is to set this to 30 so as not have a 
hanged connection. On SFTP this option is set as timeout on the JSCH Session 
instance. | 30 | int
 | *stepwise* (advanced) | Sets whether we should stepwise change directories 
while traversing file structures when downloading files, or as well when 
uploading a file to a directory. You can disable this if you for example are in 
a situation where you cannot change directory on the FTP server due security 
reasons. | true | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | *throwExceptionOnConnect Failed* (advanced) | Should an exception be thrown 
if connection failed (exhausted) By default exception is not thrown and a WARN 
is logged. You can use this to enable exception being thrown and handle the 
thrown exception from the org.apache.camel.spi.PollingConsumerPollStrategy 
rollback method. | false | boolean
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc 
b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 3993d4f..3b6c776 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -125,7 +125,7 @@ with the following path and query parameters:
 | *maximumReconnectAttempts* (advanced) | Specifies the maximum reconnect 
attempts Camel performs when it tries to connect to the remote FTP server. Use 
0 to disable this behavior. |  | int
 | *reconnectDelay* (advanced) | Delay in millis Camel will wait before 
performing a reconnect attempt. |  | long
 | *siteCommand* (advanced) | Sets optional site command(s) to be executed 
after successful login. Multiple site commands can be separated using a new 
line character. |  | String
-| *soTimeout* (advanced) | Sets the so timeout Used only by FTPClient | 30 
| int
+| *soTimeout* (advanced) | Sets the so timeout FTP and FTPS Only for Camel 
2.4. SFTP for Camel 2.14.3/2.15.3/2.16 onwards. Is the SocketOptions.SO_TIMEOUT 
value in millis. Recommended option is to set this to 30 so as not have a 
hanged connection. On SFTP this option is set as timeout on the JSCH Session 
instance. | 30 | int
 | *stepwise* (advanced) | Sets whether we should stepwise change directories 
while traversing file structures when downloading files, or as well when 
uploading a file to a directory. You can disable this if you for example are in 
a situation where you cannot change directory on the FTP server due security 
reasons. | true | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | *throwExceptionOnConnect Failed* (advanced) | Should an exception be thrown 
if connection failed (exhausted) By default exception is not thrown and a WARN 
is logged. You can use this to enable exception being thrown and handle the 
thrown exception from the org.apache.camel.spi.PollingConsumerPollStrategy 
rollback method. | false | boolean
diff --git a/components/camel-ftp/src/main/docs/sftp-component.adoc 
b/compo

[camel] branch master updated: Regen docs

2018-12-22 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 c7bce96  Regen docs
c7bce96 is described below

commit c7bce96503d43fd032a49db679515e9e66eaea9f
Author: Claus Ibsen 
AuthorDate: Sat Dec 22 12:57:57 2018 +0100

Regen docs
---
 components/camel-irc/src/main/docs/irc-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-irc/src/main/docs/irc-component.adoc 
b/components/camel-irc/src/main/docs/irc-component.adoc
index 6ebea39..a079998 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -73,13 +73,14 @@ with the following path and query parameters:
 |===
 
 
- Query Parameters (24 parameters):
+ Query Parameters (25 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *autoRejoin* (common) | Whether to auto re-join when being kicked | true | 
boolean
+| *commandTimeout* (common) | Delay in milliseconds before sending commands 
after the connection is established. | 5000 | long
 | *namesOnJoin* (common) | Sends NAMES command to channel after joining it. 
onReply has to be true in order to process the result which will have the 
header value irc.num = '353'. | false | boolean
 | *nickname* (common) | The nickname used in chat. |  | String
 | *persistent* (common) | *Deprecated* Use persistent messages. | true | 
boolean



[camel] branch master updated: Regen docs

2018-12-05 Thread acosentino
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 d0ef71a  Regen docs
d0ef71a is described below

commit d0ef71ad45ce4c4f42f2461e8296c1baa6d0a57e
Author: Andrea Cosentino 
AuthorDate: Wed Dec 5 16:21:44 2018 +0100

Regen docs
---
 components/camel-aws/src/main/docs/aws-sqs-component.adoc | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/docs/aws-sqs-component.adoc 
b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
index 5aa2e6a..6fe4eb5 100644
--- a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
@@ -131,7 +131,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 31 options, which are listed below.
+The component supports 34 options, which are listed below.
 
 
 
@@ -150,6 +150,8 @@ The component supports 31 options, which are listed below.
 | *camel.component.aws-sqs.configuration.delete-after-read* | Delete message 
from SQS after it has been read | true | Boolean
 | *camel.component.aws-sqs.configuration.delete-if-filtered* | Whether or not 
to send the DeleteMessage to the SQS queue if an exchange fails to get through 
a filter. If 'false' and exchange does not make it through a Camel filter 
upstream in the route, then don't send DeleteMessage. | true | Boolean
 | *camel.component.aws-sqs.configuration.extend-message-visibility* | If 
enabled then a scheduled background task will keep extending the message 
visibility on SQS. This is needed if it takes a long time to process the 
message. If set to true defaultVisibilityTimeout must be set. See details at 
Amazon docs. | false | Boolean
+| *camel.component.aws-sqs.configuration.kms-data-key-reuse-period-seconds* | 
The length of time, in seconds, for which Amazon SQS can reuse a data key to 
encrypt or decrypt messages before calling AWS KMS again. An integer 
representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 
hours). Default: 300 (5 minutes). |  | Integer
+| *camel.component.aws-sqs.configuration.kms-master-key-id* | The ID of an 
AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. |  | 
String
 | *camel.component.aws-sqs.configuration.maximum-message-size* | The 
maximumMessageSize (in bytes) an SQS message can contain for this queue. |  | 
Integer
 | *camel.component.aws-sqs.configuration.message-attribute-names* | A list of 
message attribute names to receive when consuming. Multiple names can be 
separated by comma. |  | String
 | *camel.component.aws-sqs.configuration.message-retention-period* | The 
messageRetentionPeriod (in seconds) a message will be retained by SQS for this 
queue. |  | Integer
@@ -163,6 +165,7 @@ The component supports 31 options, which are listed below.
 | *camel.component.aws-sqs.configuration.redrive-policy* | Specify the policy 
that send message to DeadLetter queue. See detail at Amazon docs. |  | String
 | *camel.component.aws-sqs.configuration.region* | Specify the queue region 
which could be used with queueOwnerAWSAccountId to build the service URL. |  | 
String
 | *camel.component.aws-sqs.configuration.secret-key* | Amazon AWS Secret Key | 
 | String
+| *camel.component.aws-sqs.configuration.server-side-encryption-enabled* | 
Define if Server Side Encryption is enabled or not on the queue | false | 
Boolean
 | *camel.component.aws-sqs.configuration.visibility-timeout* | The duration 
(in seconds) that the received messages are hidden from subsequent retrieve 
requests after being retrieved by a ReceiveMessage request to set in the 
com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make 
sense if its different from defaultVisibilityTimeout. It changes the queue 
visibility timeout attribute permanently. |  | Integer
 | *camel.component.aws-sqs.configuration.wait-time-seconds* | Duration in 
seconds (0 to 20) that the ReceiveMessage action call will wait until a message 
is in the queue to include in the response. |  | Integer
 | *camel.component.aws-sqs.enabled* | Enable aws-sqs component | true | Boolean



[camel] branch master updated: Regen docs

2018-12-05 Thread acosentino
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 4b49871  Regen docs
4b49871 is described below

commit 4b49871b9af74260e17c178485e63a5547dbddef
Author: Andrea Cosentino 
AuthorDate: Wed Dec 5 14:01:09 2018 +0100

Regen docs
---
 components/camel-cxf/src/main/docs/cxfrs-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



[camel] branch master updated: Regen docs

2018-03-05 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 d00071e  Regen docs
d00071e is described below

commit d00071e1fe0faa3b873428bcdca6429d609578a2
Author: Claus Ibsen 
AuthorDate: Mon Mar 5 15:37:46 2018 +0100

Regen docs
---
 camel-core/src/main/docs/eips/marshal-eip.adoc   | 11 +--
 camel-core/src/main/docs/eips/unmarshal-eip.adoc |  9 -
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/camel-core/src/main/docs/eips/marshal-eip.adoc 
b/camel-core/src/main/docs/eips/marshal-eip.adoc
index 1db5823..3b66833 100644
--- a/camel-core/src/main/docs/eips/marshal-eip.adoc
+++ b/camel-core/src/main/docs/eips/marshal-eip.adoc
@@ -6,7 +6,14 @@ Marshalling is the opposite of unmarshalling, where a bean is 
marshalled into so
 == Options
 
 // eip options: START
-The Marshal EIP supports 0 options which are listed below:
+The Marshal EIP supports 2 options which are listed below:
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *dataFormatType* | *Required* The data format to be used |  | 
DataFormatDefinition
+| *ref* | *Deprecated* To refer to a custom data format to use as marshaller | 
 | String
+|===
 // eip options: END
 
 === Samples
@@ -35,4 +42,4 @@ You can also define reusable data formats as Spring beans
   
   
  
-
\ No newline at end of file
+
diff --git a/camel-core/src/main/docs/eips/unmarshal-eip.adoc 
b/camel-core/src/main/docs/eips/unmarshal-eip.adoc
index 3797245..ad387cd 100644
--- a/camel-core/src/main/docs/eips/unmarshal-eip.adoc
+++ b/camel-core/src/main/docs/eips/unmarshal-eip.adoc
@@ -6,7 +6,14 @@ If you receive a message from one of the Camel 
link:https://github.com/apache/ca
 == Options
 
 // eip options: START
-The Unmarshal EIP supports 0 options which are listed below:
+The Unmarshal EIP supports 2 options which are listed below:
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *dataFormatType* | *Required* The data format to be used |  | 
DataFormatDefinition
+| *ref* | *Deprecated* To refer to a custom data format to use as unmarshaller 
|  | String
+|===
 // eip options: END
 
 === Samples

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.


[camel] branch master updated: Regen docs of camel-core

2018-02-20 Thread acosentino
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 0f7664d  Regen docs of camel-core
0f7664d is described below

commit 0f7664d8b886a756647a20d9ce72d4b71f72423a
Author: Andrea Cosentino 
AuthorDate: Tue Feb 20 12:37:08 2018 +0100

Regen docs of camel-core
---
 camel-core/src/main/docs/eips/aggregate-eip.adoc   | 24 ++--
 camel-core/src/main/docs/eips/bean-eip.adoc|  4 ++--
 camel-core/src/main/docs/eips/claimCheck-eip.adoc  |  4 ++--
 .../src/main/docs/eips/dynamicRouter-eip.adoc  |  4 ++--
 camel-core/src/main/docs/eips/enrich-eip.adoc  |  8 +++
 camel-core/src/main/docs/eips/hystrix-eip.adoc |  4 ++--
 .../main/docs/eips/hystrixConfiguration-eip.adoc   | 16 ++---
 .../src/main/docs/eips/idempotentConsumer-eip.adoc |  4 ++--
 camel-core/src/main/docs/eips/loop-eip.adoc|  4 ++--
 camel-core/src/main/docs/eips/multicast-eip.adoc   | 20 -
 .../src/main/docs/eips/recipientList-eip.adoc  | 26 +++---
 camel-core/src/main/docs/eips/routingSlip-eip.adoc |  4 ++--
 camel-core/src/main/docs/eips/saga-eip.adoc| 12 +-
 camel-core/src/main/docs/eips/sample-eip.adoc  |  4 ++--
 camel-core/src/main/docs/eips/split-eip.adoc   | 22 +-
 .../src/main/docs/eips/stream-config-eip.adoc  |  4 ++--
 camel-core/src/main/docs/eips/threads-eip.adoc |  2 +-
 camel-core/src/main/docs/eips/wireTap-eip.adoc |  6 ++---
 18 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc 
b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 3f3ed1b..4df466c 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -24,28 +24,28 @@ The Aggregate EIP supports 24 options which are listed 
below:
 |===
 | Name | Description | Default | Type
 | *correlationExpression* | *Required* The expression used to calculate the 
correlation key to use for aggregation. The Exchange which has the same 
correlation key is aggregated together. If the correlation key could not be 
evaluated an Exception is thrown. You can disable this by using the 
ignoreBadCorrelationKeys option. |  | NamespaceAware Expression
-| *completionPredicate* | A Predicate to indicate when an aggregated exchange 
is complete. If this is not specified and the AggregationStrategy object 
implements Predicate the aggregationStrategy object will be used as the 
completionPredicate. |  | NamespaceAware Expression
-| *completionTimeout* | Time in millis that an aggregated exchange should be 
inactive before its complete (timeout). This option can be set as either a 
fixed value or using an Expression which allows you to evaluate a timeout 
dynamically - will use Long as result. If both are set Camel will fallback to 
use the fixed value if the Expression result was null or 0. You cannot use this 
option together with completionInterval only one of the two can be used. By 
default the timeout checker runs [...]
+| *completionPredicate* | A Predicate to indicate when an aggregated exchange 
is complete. If this is not specified and the AggregationStrategy object 
implements Predicate, the aggregationStrategy object will be used as the 
completionPredicate. |  | NamespaceAware Expression
+| *completionTimeout* | Time in millis that an aggregated exchange should be 
inactive before its complete (timeout). This option can be set as either a 
fixed value or using an Expression which allows you to evaluate a timeout 
dynamically - will use Long as result. If both are set Camel will fallback to 
use the fixed value if the Expression result was null or 0. You cannot use this 
option together with completionInterval, only one of the two can be used. By 
default the timeout checker run [...]
 | *completionSize* | Number of messages aggregated before the aggregation is 
complete. This option can be set as either a fixed value or using an Expression 
which allows you to evaluate a size dynamically - will use Integer as result. 
If both are set Camel will fallback to use the fixed value if the Expression 
result was null or 0. |  | Integer
 | *optimisticLockRetryPolicy* | Allows to configure retry settings when using 
optimistic locking. |  | OptimisticLockRetry PolicyDefinition
 | *parallelProcessing* | When aggregated are completed they are being send out 
of the aggregator. This option indicates whether or not Camel should use a 
thread pool with multiple threads for concurrency. If no custom thread pool has 
been specified then Camel creates a default pool with 10 concurrent threads. | 
false | Boolean
-| *optimisticLocking* | Turns on using optimistic locking which requires the 
aggregationRepository being used is supporting this by implemen

[camel] branch master updated: Regen docs

2018-02-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 991c4d7  Regen docs
991c4d7 is described below

commit 991c4d7ba06e1eb3402bd6821ad9d4b153003b2f
Author: Claus Ibsen 
AuthorDate: Sun Feb 4 16:08:26 2018 +0100

Regen docs
---
 camel-core/src/main/docs/eips/aggregate-eip.adoc| 5 ++---
 camel-core/src/main/docs/eips/batch-config-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/bean-eip.adoc | 4 ++--
 camel-core/src/main/docs/eips/choice-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/circuitBreaker-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/convertBodyTo-eip.adoc| 3 ++-
 camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc   | 3 ++-
 camel-core/src/main/docs/eips/delay-eip.adoc| 3 ++-
 camel-core/src/main/docs/eips/dynamicRouter-eip.adoc| 4 ++--
 camel-core/src/main/docs/eips/enrich-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/filter-eip.adoc   | 3 ++-
 camel-core/src/main/docs/eips/hystrix-eip.adoc  | 3 ++-
 camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc   | 3 ++-
 camel-core/src/main/docs/eips/loadBalance-eip.adoc  | 3 ++-
 camel-core/src/main/docs/eips/log-eip.adoc  | 4 ++--
 camel-core/src/main/docs/eips/loop-eip.adoc | 4 ++--
 camel-core/src/main/docs/eips/random-eip.adoc   | 3 ++-
 camel-core/src/main/docs/eips/recipientList-eip.adoc| 3 ++-
 camel-core/src/main/docs/eips/resequence-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/routingSlip-eip.adoc  | 3 ++-
 camel-core/src/main/docs/eips/saga-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/sample-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/script-eip.adoc   | 4 ++--
 camel-core/src/main/docs/eips/serviceCall-eip.adoc  | 3 ++-
 camel-core/src/main/docs/eips/sort-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/split-eip.adoc| 4 ++--
 camel-core/src/main/docs/eips/stream-config-eip.adoc| 3 ++-
 camel-core/src/main/docs/eips/throttle-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/validate-eip.adoc | 3 ++-
 camel-core/src/main/docs/eips/wireTap-eip.adoc  | 3 ++-
 31 files changed, 62 insertions(+), 44 deletions(-)

diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc 
b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 59b8866..e484b9f 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -1,3 +1,4 @@
+[[aggregate-eip]]
 == Aggregate EIP
 
 The
@@ -656,6 +657,4 @@ public static final class MyUserAppender {
 
 Notice that the return type is a List which we want to contain the user
 names. The 1st parameter is the list of names, and then notice the 2nd
-parameter is the incoming `com.foo.User` type.
-
-
+parameter is the incoming `com.foo.User` type.
\ No newline at end of file
diff --git a/camel-core/src/main/docs/eips/batch-config-eip.adoc 
b/camel-core/src/main/docs/eips/batch-config-eip.adoc
index 6dd7b42..47dc2cd 100644
--- a/camel-core/src/main/docs/eips/batch-config-eip.adoc
+++ b/camel-core/src/main/docs/eips/batch-config-eip.adoc
@@ -1,3 +1,4 @@
+[[batch-config-eip]]
 == Batch-config EIP
 
 
@@ -14,4 +15,4 @@ The Batch-config EIP supports 5 options which are listed 
below:
 | *reverse* | Whether to reverse the ordering. | false | Boolean
 | *ignoreInvalidExchanges* | Whether to ignore invalid exchanges | false | 
Boolean
 |===
-// eip options: END
+// eip options: END
\ No newline at end of file
diff --git a/camel-core/src/main/docs/eips/bean-eip.adoc 
b/camel-core/src/main/docs/eips/bean-eip.adoc
index 54d298a..18f1ca2 100644
--- a/camel-core/src/main/docs/eips/bean-eip.adoc
+++ b/camel-core/src/main/docs/eips/bean-eip.adoc
@@ -1,3 +1,4 @@
+[[bean-eip]]
 == Bean EIP
 
 The *bean:* EIP binds beans to Camel message exchanges.
@@ -87,5 +88,4 @@ mechanisms in Camel.
 
 * link:class.html[Class] component
 * link:bean-binding.html[Bean Binding]
-* link:bean-integration.html[Bean Integration]
-
+* link:bean-integration.html[Bean Integration]
\ No newline at end of file
diff --git a/camel-core/src/main/docs/eips/choice-eip.adoc 
b/camel-core/src/main/docs/eips/choice-eip.adoc
index 26ab08d..c8da828 100644
--- a/camel-core/src/main/docs/eips/choice-eip.adoc
+++ b/camel-core/src/main/docs/eips/choice-eip.adoc
@@ -1,3 +1,4 @@
+[[choice-eip]]
 == Choice EIP
 
 The
@@ -70,5 +71,4 @@ And the same example using XML:
 
 
 
-
-
+
\ No newline at end of file
diff --git a/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc 
b/camel-core/src/

[camel] branch master updated: Regen docs

2018-01-12 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 f8564f1  Regen docs
f8564f1 is described below

commit f8564f1be1a416206182d4e89c8dbffd6e80c9a8
Author: Claus Ibsen 
AuthorDate: Fri Jan 12 09:14:52 2018 +0100

Regen docs
---
 components/camel-ftp/src/main/docs/ftp-component.adoc  | 2 +-
 components/camel-ftp/src/main/docs/ftps-component.adoc | 2 +-
 components/camel-ftp/src/main/docs/sftp-component.adoc | 2 +-
 components/readme.adoc | 6 +-
 docs/user-manual/en/SUMMARY.md | 1 +
 5 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc 
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index fed7ccd..ac7aa46 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -181,7 +181,7 @@ with the following path and query parameters:
 | *minDepth* (filter) | The minimum depth to start processing when recursively 
processing a directory. Using minDepth=1 means the base directory. Using 
minDepth=2 means the first sub directory. |  | int
 | *move* (filter) | Expression (such as Simple Language) used to dynamically 
set the filename when moving it after processing. To move files into a .done 
subdirectory just enter .done. |  | String
 | *exclusiveReadLockStrategy* (lock) | Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation. |  | GenericFileExclusive ReadLockStrategy
-| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
+| *readLock* (lock) | Used by consumer to only poll the files if it has 
exclusive read-lock on the file (i.e. the file is not in-progress or being 
written). Camel will wait until the file lock is granted. This option provides 
the build in strategies: none - No read lock is in use markerFile - Camel 
creates a marker file (fileName.camelLock) and then holds a lock on it. This 
option is not available for the FTP component changed - Changed is using file 
length/modification timestamp to dete [...]
 | *readLockCheckInterval* (lock) | Interval in millis for the read-lock if 
supported by the read lock. This interval is used for sleeping between attempts 
to acquire the read lock. For example when using the changed read lock you can 
set a higher interval period to cater for slow writes. The default of 1 sec. 
may be too fast if the producer is very slow writing the file. Notice: For FTP 
the default readLockCheckInterval is 5000. The readLockTimeout value must be 
higher than readLockCheck [...]
 | *readLockDeleteOrphanLock Files* (lock) | Whether or not read lock with 
marker files should upon startup delete any orphan read lock files which may 
have been left on the file system if Camel was not properly shutdown (such as a 
JVM crash). If turning this option to false then any orphaned lock file will 
cause Camel to not attempt to pickup that file this could also be due another 
node is concurrently reading files from the same shared directory. | true | 
boolean
 | *readLockLoggingLevel* (lock) | Logging level used when a read lock could 
not be acquired. By default a WARN is logged. You can change this level for 
example to OFF to not have any logging. This option is only applicable for 
readLock of types: changed fileLock idempotent idempotent-changed 
idempotent-rename rename. | DEBUG | LoggingLevel
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc 
b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 2640dc9..af5f14c 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -141,7 +141,7 @@ with the following path and query parameters:
 | *minDepth* (filter) | The minimum depth to start processing when recursively 
processing a directory. Using minDepth=1 means the base directory. Using 
minDepth=2 means the first sub directory. |  | int
 | *move* (filter) | Expression (such as Simple Language) used to dynamically 
set the filename when moving it after processing. To move files into a .done 
subdirectory just enter .done. |  | String
 | *exclusiveReadLockStrategy* (lock) | Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation. |  | Generic

[camel] branch master updated: Regen docs

2017-12-20 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 24498dc  Regen docs
24498dc is described below

commit 24498dcbc8cc47cc83ef453ecd58e6520548af62
Author: Claus Ibsen 
AuthorDate: Wed Dec 20 09:10:00 2017 +0100

Regen docs
---
 .../src/main/docs/atmosphere-websocket-component.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
 
b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
index 0b37761..37deb41 100644
--- 
a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
+++ 
b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
@@ -104,7 +104,7 @@ with the following path and query parameters:
 | *preserveHostHeader* (producer) | If the option is true HttpProducer will 
set the Host header to the value contained in the current exchange Host header 
useful in reverse proxy applications where you want the Host header received by 
the downstream server to reflect the URL called by the upstream client this 
allows applications which use the Host header to generate accurate URL's for a 
proxied service | false | boolean
 | *throwExceptionOnFailure* (producer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. | true | boolean
 | *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
-| *okStatusCodeRange* (producer) | The status codes which is considered a 
success response. The values are inclusive. The range must be defined as 
from-to with the dash included. | 200-299 | String
+| *okStatusCodeRange* (producer) | The status codes which are considered a 
success response. The values are inclusive. Multiple ranges can be defined 
separated by comma e.g. 200-204209301-304. Each range must be a single number 
or from-to with the dash included. | 200-299 | String
 | *urlRewrite* (producer) | *Deprecated* Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
 | *mapHttpMessageBody* (advanced) | If this option is true then IN exchange 
Body of the exchange will be mapped to HTTP body. Setting this to false will 
avoid the HTTP mapping. | true | boolean
 | *mapHttpMessageFormUrl EncodedBody* (advanced) | If this option is true then 
IN exchange Form Encoded body of the exchange will be mapped to HTTP. Setting 
this to false will avoid the HTTP Form Encoded body mapping. | true | boolean

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" '].