(camel) 02/03: Regen

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

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

commit 000d73e8682d12c7262594df595864ffe605892b
Author: Claus Ibsen 
AuthorDate: Thu Dec 7 18:52:18 2023 +0100

Regen
---
 .../component/ComponentsBuilderFactory.java|   14 +
 .../component/dsl/HdfsComponentBuilderFactory.java |1 +
 ... KubernetesCronjobComponentBuilderFactory.java} |   74 +-
 .../dsl/KubernetesJobComponentBuilderFactory.java  |   30 +-
 .../src/generated/resources/metadata.json  |   26 +-
 .../builder/endpoint/EndpointBuilderFactory.java   |1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |   45 +
 .../endpoint/dsl/HdfsEndpointBuilderFactory.java   |3 +
 .../KubernetesCronJobEndpointBuilderFactory.java   |  579 ++
 .../dsl/KubernetesJobEndpointBuilderFactory.java   | 1124 ++--
 .../endpoint/dsl/LogEndpointBuilderFactory.java|   62 ++
 12 files changed, 826 insertions(+), 1134 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index ee85d87905b..f419b69c24a 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -1851,6 +1851,7 @@ public interface ComponentsBuilderFactory {
  * 
  * @return the dsl builder
  */
+@Deprecated
 static 
org.apache.camel.builder.component.dsl.HdfsComponentBuilderFactory.HdfsComponentBuilder
 hdfs() {
 return 
org.apache.camel.builder.component.dsl.HdfsComponentBuilderFactory.hdfs();
 }
@@ -2480,6 +2481,19 @@ public interface ComponentsBuilderFactory {
 static 
org.apache.camel.builder.component.dsl.KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder
 kubernetesConfigMaps() {
 return 
org.apache.camel.builder.component.dsl.KubernetesConfigMapsComponentBuilderFactory.kubernetesConfigMaps();
 }
+/**
+ * Kubernetes Cronjob (camel-kubernetes)
+ * Perform operations on Kubernetes CronJob.
+ * 
+ * Category: container,cloud
+ * Since: 4.3
+ * Maven coordinates: org.apache.camel:camel-kubernetes
+ * 
+ * @return the dsl builder
+ */
+static 
org.apache.camel.builder.component.dsl.KubernetesCronjobComponentBuilderFactory.KubernetesCronjobComponentBuilder
 kubernetesCronjob() {
+return 
org.apache.camel.builder.component.dsl.KubernetesCronjobComponentBuilderFactory.kubernetesCronjob();
+}
 /**
  * Kubernetes Custom Resources (camel-kubernetes)
  * Perform operations on Kubernetes Custom Resources and get notified on
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HdfsComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HdfsComponentBuilderFactory.java
index fe42cbb3267..9de09c3f162 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HdfsComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HdfsComponentBuilderFactory.java
@@ -40,6 +40,7 @@ public interface HdfsComponentBuilderFactory {
  * 
  * @return the dsl builder
  */
+@Deprecated
 static HdfsComponentBuilder hdfs() {
 return new HdfsComponentBuilderImpl();
 }
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesJobComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesCronjobComponentBuilderFactory.java
similarity index 58%
copy from 
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesJobComponentBuilderFactory.java
copy to 
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesCronjobComponentBuilderFactory.java
index d9841d873d9..ee6a1d459f8 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesJobComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KubernetesCronjobComponentBuilderFactory.java
@@ -20,79 +20,52 @@ import javax.annotation.processing.Generated;
 import org.apache.camel.Component;
 import org.apache.camel.builder.component.AbstractComponentBuilder;
 import org.apache.camel.builder.component.ComponentBuilder;
-import org.apache.camel.component.kubernetes.job.KubernetesJobComponent;
+import 

[camel] 02/03: Regen

2023-08-23 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit fd39feea7798baa5379f2cac4be32f78962b5b82
Author: Claus Ibsen 
AuthorDate: Wed Aug 23 16:49:37 2023 +0200

Regen
---
 .../org/apache/camel/support/service/ServiceHelper.java|  2 --
 .../file/FileConsumerBeginRenameStrategyTest.java  |  6 +++---
 .../file/FileConsumerCommitRenameStrategyTest.java |  1 -
 .../component/file/FileProducerAllowNullBodyTest.java  |  2 +-
 .../camel/component/file/FileProducerMoveExistingTest.java |  1 -
 .../org/apache/camel/component/mock/MockEndpointTest.java  |  2 --
 .../apache/camel/component/xslt/XsltFeatureRouteTest.java  |  3 ++-
 .../org/apache/camel/impl/DefaultClassResolverTest.java|  2 +-
 .../java/org/apache/camel/impl/DefaultComponentTest.java   | 10 +-
 .../apache/camel/impl/DefaultComponentValidateURITest.java |  3 ++-
 .../camel/impl/DefaultExecutorServiceManagerTest.java  |  3 ++-
 .../camel/impl/DefaultProducerTemplateAsyncTest.java   | 10 ++
 .../org/apache/camel/impl/DefaultProducerTemplateTest.java | 10 +-
 .../DefaultProducerTemplateWithCustomCacheMaxSizeTest.java |  3 ++-
 .../impl/GracefulShutdownNoAutoStartOrderClashTest.java|  2 +-
 .../camel/issues/AdviceWithInvalidConfiguredTest.java  |  2 +-
 .../apache/camel/issues/ChoiceEndOrEndChoiceIssueTest.java |  2 +-
 .../camel/issues/ExceptionThrownFromOnExceptionTest.java   | 14 +++---
 18 files changed, 39 insertions(+), 39 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceHelper.java
 
b/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceHelper.java
index db75d3faf42..e1424fb3b43 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceHelper.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/support/service/ServiceHelper.java
@@ -188,7 +188,6 @@ public final class ServiceHelper {
 }
 }
 
-
 /**
  * Stops the given {@code value}, rethrowing the first exception caught.
  * 
@@ -203,7 +202,6 @@ public final class ServiceHelper {
 }
 }
 
-
 /**
  * Stops the given {@code value}, rethrowing the first exception caught.
  * 
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBeginRenameStrategyTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBeginRenameStrategyTest.java
index 059bc460c71..d7148f6761f 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBeginRenameStrategyTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerBeginRenameStrategyTest.java
@@ -26,7 +26,6 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
 
-import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
@@ -51,10 +50,11 @@ public class FileConsumerBeginRenameStrategyTest extends 
ContextTestSupport {
 // create a file in inprogress to let there be a duplicate file
 testDirectory("inprogress", true);
 
-try(FileWriter fw = new 
FileWriter(testFile("inprogress/london.txt").toFile())) {
+try (FileWriter fw = new 
FileWriter(testFile("inprogress/london.txt").toFile())) {
 fw.write("I was there once in London");
 fw.flush();
-};
+}
+;
 
 MockEndpoint mock = getMockEndpoint("mock:report");
 mock.expectedBodiesReceived("Hello London");
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCommitRenameStrategyTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCommitRenameStrategyTest.java
index 203bfcac38c..9ee822d64a0 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCommitRenameStrategyTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileConsumerCommitRenameStrategyTest.java
@@ -25,7 +25,6 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.converter.IOConverter;
 import org.junit.jupiter.api.Test;
 
-import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
 /**
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
index 62723a6ca33..6448005268b 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerAllowNullBodyTest.java
+++ 

[camel] 02/03: Regen

2023-08-08 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 4dd4ec61ab4af531531f2d9598785feb27f27e1e
Author: Claus Ibsen 
AuthorDate: Tue Aug 8 20:47:33 2023 +0200

Regen
---
 .../src/main/java/org/apache/camel/processor/SendDynamicProcessor.java | 3 ++-
 core/camel-main/src/main/java/org/apache/camel/main/MainHelper.java| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core-processor/src/main/java/org/apache/camel/processor/SendDynamicProcessor.java
 
b/core/camel-core-processor/src/main/java/org/apache/camel/processor/SendDynamicProcessor.java
index 2734a08be19..a99e4aadc0d 100644
--- 
a/core/camel-core-processor/src/main/java/org/apache/camel/processor/SendDynamicProcessor.java
+++ 
b/core/camel-core-processor/src/main/java/org/apache/camel/processor/SendDynamicProcessor.java
@@ -342,7 +342,8 @@ public class SendDynamicProcessor extends 
AsyncProcessorSupport implements IdAwa
 } catch (Throwable e) {
 // ignore
 if (LOG.isDebugEnabled()) {
-LOG.debug("Error creating optimised 
SendDynamicAwareResolver for uri: {} due to {}. This exception is ignored",
+LOG.debug(
+"Error creating optimised SendDynamicAwareResolver 
for uri: {} due to {}. This exception is ignored",
 URISupport.sanitizeUri(uri), e.getMessage(), e);
 }
 }
diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/MainHelper.java 
b/core/camel-main/src/main/java/org/apache/camel/main/MainHelper.java
index 01b9cc08441..b9573e4cdd0 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/MainHelper.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/MainHelper.java
@@ -351,7 +351,8 @@ public final class MainHelper {
 throw new PropertyBindingException(
 e.getTarget(), e.getPropertyName(), e.getValue(), 
optionPrefix, key, e.getCause());
 } else {
-LOG.debug("Error configuring property ({}) with name: {}) on 
bean: {} with value: {}. This exception is ignored as failIfNotSet=false.",
+LOG.debug(
+"Error configuring property ({}) with name: {}) on 
bean: {} with value: {}. This exception is ignored as failIfNotSet=false.",
 key, e.getPropertyName(), target, e.getValue(), e);
 }
 }



[camel] 02/03: Regen

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

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

commit 015e76b57a142afaa4facbf135023affc172e3a5
Author: Claus Ibsen 
AuthorDate: Thu Dec 1 13:45:14 2022 +0100

Regen
---
 parent/pom.xml | 212 -
 1 file changed, 106 insertions(+), 106 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8eed1392c16..853622703cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -741,26 +741,6 @@
 
 
 
-
-org.apache.camel.maven
-camel-debezium-maven-plugin
-${project.version}
-
-
-org.apache.camel.maven
-camel-salesforce-maven-plugin
-${project.version}
-
-
-org.apache.camel.maven
-camel-servicenow-maven-plugin
-${project.version}
-
-
-org.apache.camel.maven
-camel-vertx-kafka-maven-plugin
-${project.version}
-
 
 org.apache.camel
 camel-activemq
@@ -783,12 +763,12 @@
 
 
 org.apache.camel
-camel-as2-api
+camel-as2
 ${project.version}
 
 
 org.apache.camel
-camel-as2
+camel-as2-api
 ${project.version}
 
 
@@ -828,22 +808,22 @@
 
 
 org.apache.camel
-camel-avro-rpc-jetty
+camel-avro
 ${project.version}
 
 
 org.apache.camel
-camel-avro-rpc-spi
+camel-avro-rpc
 ${project.version}
 
 
 org.apache.camel
-camel-avro-rpc
+camel-avro-rpc-jetty
 ${project.version}
 
 
 org.apache.camel
-camel-avro
+camel-avro-rpc-spi
 ${project.version}
 
 
@@ -1003,12 +983,12 @@
 
 
 org.apache.camel
-camel-bean-validator
+camel-bean
 ${project.version}
 
 
 org.apache.camel
-camel-bean
+camel-bean-validator
 ${project.version}
 
 
@@ -1023,12 +1003,12 @@
 
 
 org.apache.camel
-camel-box-api
+camel-box
 ${project.version}
 
 
 org.apache.camel
-camel-box
+camel-box-api
 ${project.version}
 
 
@@ -1043,12 +1023,12 @@
 
 
 org.apache.camel
-camel-caffeine-lrucache
+camel-caffeine
 ${project.version}
 
 
 org.apache.camel
-camel-caffeine
+camel-caffeine-lrucache
 ${project.version}
 
 
@@ -1063,17 +1043,17 @@
 
 
 org.apache.camel
-camel-cdi-jta
+camel-cdi
 ${project.version}
 
 
 org.apache.camel
-camel-cdi-main
+camel-cdi-jta
 ${project.version}
 
 
 org.apache.camel
-camel-cdi
+camel-cdi-main
 ${project.version}
 
 
@@ -1313,12 +1293,12 @@
 
 
 org.apache.camel
-camel-elasticsearch-rest
+camel-elasticsearch
 ${project.version}
 
 
 org.apache.camel
-camel-elasticsearch
+camel-elasticsearch-rest
 ${project.version}
 
 
@@ -1348,22 +1328,22 @@
 
 
 org.apache.camel
-camel-fhir-api
+camel-fhir
 ${project.version}
 
 
 org.apache.camel
-camel-fhir
+camel-fhir-api
 ${project.version}
 
 
 org.apache.camel
-camel-file-watch
+camel-file
 ${project.version}
 
 
 org.apache.camel
- 

[camel] 02/03: Regen

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

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

commit 4fa02f113629af01c28396ac23718bbe5e8d1c7d
Author: Andrea Cosentino 
AuthorDate: Thu Dec 1 09:59:26 2022 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 catalog/camel-allcomponents/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 458daebfc8f..f94e23c46e3 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1582,8 +1582,8 @@
camel-zookeeper

 
-org.apache.camel.maven
-camel-salesforce-maven-plugin
+org.apache.camel
+camel-netty-http
 ${project.version}
 
 



[camel] 02/03: Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

2022-11-05 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit eb0dadcb7ba702103fe3e88f4a975be863504607
Author: davsclaus 
AuthorDate: Sat Nov 5 08:53:09 2022 +

Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

Signed-off-by: GitHub 
---
 .../java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
index d6f81575de5..f4ed76979f2 100644
--- 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
+++ 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
@@ -102,7 +102,6 @@ import org.apache.camel.spi.Registry;
 import org.apache.camel.support.SimpleRegistry;
 import org.apache.camel.support.processor.validation.SchemaValidationException;
 import org.apache.camel.test.junit5.CamelTestSupport;
-import org.apache.camel.test.junit5.TestSupport;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;



[camel] 02/03: Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

2022-11-05 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit eb0dadcb7ba702103fe3e88f4a975be863504607
Author: davsclaus 
AuthorDate: Sat Nov 5 08:53:09 2022 +

Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

Signed-off-by: GitHub 
---
 .../java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
index d6f81575de5..f4ed76979f2 100644
--- 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
+++ 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
@@ -102,7 +102,6 @@ import org.apache.camel.spi.Registry;
 import org.apache.camel.support.SimpleRegistry;
 import org.apache.camel.support.processor.validation.SchemaValidationException;
 import org.apache.camel.test.junit5.CamelTestSupport;
-import org.apache.camel.test.junit5.TestSupport;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;



[camel] 02/03: Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

2022-11-05 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit eb0dadcb7ba702103fe3e88f4a975be863504607
Author: davsclaus 
AuthorDate: Sat Nov 5 08:53:09 2022 +

Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

Signed-off-by: GitHub 
---
 .../java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
index d6f81575de5..f4ed76979f2 100644
--- 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
+++ 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XmlSignatureTest.java
@@ -102,7 +102,6 @@ import org.apache.camel.spi.Registry;
 import org.apache.camel.support.SimpleRegistry;
 import org.apache.camel.support.processor.validation.SchemaValidationException;
 import org.apache.camel.test.junit5.CamelTestSupport;
-import org.apache.camel.test.junit5.TestSupport;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;



[camel] 02/03: Regen for commit be40bb619e925a80629f3d724b6696c54131dee9 (#8320)

2022-09-07 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 755d1d731bfadf6ceed0af22880d5e6284eac429
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 7 21:58:41 2022 +0200

Regen for commit be40bb619e925a80629f3d724b6696c54131dee9 (#8320)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 



[camel] 02/03: Regen and sync

2022-02-17 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 8d183cd7871f36edf7caf4bda2d1df325bcec13d
Author: Andrea Cosentino 
AuthorDate: Thu Feb 17 11:58:32 2022 +0100

Regen and sync
---
 .../org/apache/camel/catalog/models/apiKey.json  |  2 +-
 .../org/apache/camel/catalog/models/bearerToken.json |  2 +-
 .../org/apache/camel/catalog/models/delete.json  |  6 +++---
 .../org/apache/camel/catalog/models/get.json |  6 +++---
 .../org/apache/camel/catalog/models/head.json|  6 +++---
 .../org/apache/camel/catalog/models/language.json|  2 +-
 .../org/apache/camel/catalog/models/oauth2.json  |  2 +-
 .../apache/camel/catalog/models/openIdConnect.json   |  2 +-
 .../org/apache/camel/catalog/models/patch.json   |  6 +++---
 .../org/apache/camel/catalog/models/post.json|  6 +++---
 .../camel/catalog/models/propertyExpression.json |  4 ++--
 .../org/apache/camel/catalog/models/put.json |  6 +++---
 .../org/apache/camel/catalog/models/serviceCall.json |  2 +-
 .../org/apache/camel/catalog/models/setHeader.json   |  2 +-
 .../org/apache/camel/catalog/models/setProperty.json |  2 +-
 .../org/apache/camel/catalog/models/verb.json|  6 +++---
 .../org/apache/camel/catalog/models/weighted.json|  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd| 20 +++-
 18 files changed, 51 insertions(+), 33 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/apiKey.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/apiKey.json
index 06aa08c..67be119 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/apiKey.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/apiKey.json
@@ -13,10 +13,10 @@
   },
   "properties": {
 "name": { "kind": "attribute", "displayName": "Name", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The name of the header or 
query parameter to be used." },
+"key": { "kind": "attribute", "displayName": "Key", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Key used to refer to this 
security definition" },
 "inHeader": { "kind": "attribute", "displayName": "In Header", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "To 
use header as the location of the API key." },
 "inQuery": { "kind": "attribute", "displayName": "In Query", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "To 
use query parameter as the location of the API key." },
 "inCookie": { "kind": "attribute", "displayName": "In Cookie", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "To 
use a cookie as the location of the API key." },
-"key": { "kind": "attribute", "displayName": "Key", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Key used to refer to this 
security definition" },
 "description": { "kind": "attribute", "displayName": "Description", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
short description for security scheme." }
   }
 }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/bearerToken.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/bearerToken.json
index 2f572a7..4aa15ae 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/bearerToken.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/bearerToken.json
@@ -12,8 +12,8 @@
 "output": false
   },
   "properties": {
-"format": { "kind": "attribute", "displayName": "Format", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "A hint to the client to 
identify how the bearer token is formatted." },
 "key": { "kind": "attribute", "displayName": "Key", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Key used to refer to this 
security definition" },
+"format": { "kind": "attribute", 

[camel] 02/03: Regen

2021-11-29 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 9b5e5cbc3f69d5ab444f130cc6030ae3e2a2f156
Author: Andrea Cosentino 
AuthorDate: Mon Nov 29 11:32:37 2021 +0100

Regen
---
 .../storage/datalake/azure-storage-datalake.json |  2 +-
 .../main/docs/azure-storage-datalake-component.adoc  |  4 ++--
 .../builder/component/ComponentsBuilderFactory.java  |  2 +-
 .../AzureStorageDatalakeComponentBuilderFactory.java |  4 ++--
 .../src/generated/resources/metadata.json|  2 +-
 .../builder/endpoint/StaticEndpointBuilders.java |  4 ++--
 .../endpoint/dsl/DataLakeEndpointBuilderFactory.java | 20 ++--
 7 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
 
b/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
index 8cfc967..36d6884 100644
--- 
a/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
+++ 
b/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
@@ -2,7 +2,7 @@
   "component": {
 "kind": "component",
 "name": "azure-storage-datalake",
-"title": "Azure storage datalake service",
+"title": "Azure Storage Datalake Service",
 "description": "Camel Azure Datalake Gen2 Component",
 "deprecated": false,
 "firstVersion": "3.8.0",
diff --git 
a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
 
b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
index 8b3bf24..3de16c6 100644
--- 
a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
+++ 
b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
@@ -1,5 +1,5 @@
-= Azure storage datalake service Component
-:doctitle: Azure storage datalake service
+= Azure Storage Datalake Service Component
+:doctitle: Azure Storage Datalake Service
 :shortname: azure-storage-datalake
 :artifactid: camel-azure-storage-datalake
 :description: Camel Azure Datalake Gen2 Component
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 9a61511..1fcda8b 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -646,7 +646,7 @@ public interface ComponentsBuilderFactory {
 return 
org.apache.camel.builder.component.dsl.AzureStorageBlobComponentBuilderFactory.azureStorageBlob();
 }
 /**
- * Azure storage datalake service (camel-azure-storage-datalake)
+ * Azure Storage Datalake Service (camel-azure-storage-datalake)
  * Camel Azure Datalake Gen2 Component
  * 
  * Category: cloud,file
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
index cf3b990..bcd0b9b 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
@@ -31,7 +31,7 @@ import 
org.apache.camel.component.azure.storage.datalake.DataLakeComponent;
 public interface AzureStorageDatalakeComponentBuilderFactory {
 
 /**
- * Azure storage datalake service (camel-azure-storage-datalake)
+ * Azure Storage Datalake Service (camel-azure-storage-datalake)
  * Camel Azure Datalake Gen2 Component
  * 
  * Category: cloud,file
@@ -45,7 +45,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
 }
 
 /**
- * Builder for the Azure storage datalake service component.
+ * Builder for the Azure Storage Datalake Service component.
  */
 interface AzureStorageDatalakeComponentBuilder
 extends
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index c58b421..93ec8d7 100644
--- 

[camel] 02/03: Regen

2021-09-27 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 5c485c330253939d6cd046d08ebb8b7f4a02a2fb
Author: Andrea Cosentino 
AuthorDate: Mon Sep 27 14:19:34 2021 +0200

Regen
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json| 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/choice.json | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/delete.json | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/get.json| 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/head.json   | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/patch.json  | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/post.json   | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/put.json| 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/rest.json   | 2 +-
 .../resources/org/apache/camel/catalog/models/restBinding.json  | 2 +-
 .../resources/org/apache/camel/catalog/models/restConfiguration.json| 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/verb.json   | 2 +-
 .../src/generated/resources/org/apache/camel/catalog/models/when.json   | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 0b4aea9..6876b13 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -185,7 +185,7 @@
 { "name": "camel.rest.apiProperties", "description": "Sets additional 
options on api level", "sourceType": "org.apache.camel.spi.RestConfiguration", 
"type": "object", "javaType": "java.util.Map" },
 { "name": "camel.rest.apiVendorExtension", "description": "Whether vendor 
extension is enabled in the Rest APIs. If enabled then Camel will include 
additional information as vendor extension (eg keys starting with x-) such as 
route ids, class names etc. Not all 3rd party API gateways and tools supports 
vendor-extensions when importing your API docs.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": "false" },
 { "name": "camel.rest.bindingMode", "description": "Sets the binding mode 
to be used by the REST consumer", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "object", "javaType": 
"org.apache.camel.spi.RestBindingMode", "defaultValue": "RestBindingMode.off", 
"enum": [ "auto", "off", "json", "xml", "json_xml" ] },
-{ "name": "camel.rest.clientRequestValidation", "description": "Whether to 
enable validation of the client request to check whether the Content-Type and 
Accept headers from the client is supported by the Rest-DSL configuration of 
its consumes\/produces settings. This can be turned on, to enable this check. 
In case of validation error, then HTTP Status codes 415 or 406 is returned. The 
default value is false.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "boolean", [...]
+{ "name": "camel.rest.clientRequestValidation", "description": "Whether to 
enable validation of the client request to check: 1) Content-Type header 
matches what the Rest DSL consumes; returns HTTP Status 415 if validation 
error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 
406 if validation error. 3) Missing required data (query parameters, HTTP 
headers, body); returns HTTP Status 400 if validation error. 4) Parsing error 
of the message body (JSon, XML or  [...]
 { "name": "camel.rest.component", "description": "Sets the name of the 
Camel component to use as the REST consumer", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "string", "javaType": 
"java.lang.String" },
 { "name": "camel.rest.componentProperties", "description": "Sets 
additional options on component level", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "object", "javaType": 
"java.util.Map" },
 { "name": "camel.rest.consumerProperties", "description": "Sets additional 
options on consumer level", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "object", "javaType": 
"java.util.Map" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/choice.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/choice.json
index e227b1b..043e4a5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/choice.json
+++ 

[camel] 02/03: Regen

2021-09-16 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit dc0f075f51ce2baaf2e95c5b4c44ea9dc1060f91
Author: Claus Ibsen 
AuthorDate: Thu Sep 16 07:32:36 2021 +0200

Regen
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 9d17b47..cfb8668 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -158,7 +158,7 @@ Route messages based on a series of predicates
   
 
   
 
   
@@ -3219,7 +3219,7 @@ exchanges and newExchange is of course the new incoming 
Exchange.
   
 
   
 
@@ -3228,7 +3228,7 @@ beans as the AggregationStrategy.
 
   


[camel] 02/03: Regen

2021-09-10 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit 187c51aa7548d89b81d1cdb05cefedb2a22e9f27
Author: Andrea Cosentino 
AuthorDate: Fri Sep 10 11:13:30 2021 +0200

Regen
---
 .../component/google/pubsub/google-pubsub.json |   8 +-
 .../src/main/docs/google-pubsub-component.adoc |   8 +-
 .../google/pubsub/GooglePubsubEndpoint.java|   6 +-
 .../dsl/GooglePubsubEndpointBuilderFactory.java| 472 +
 .../ROOT/pages/google-pubsub-component.adoc|   8 +-
 5 files changed, 117 insertions(+), 385 deletions(-)

diff --git 
a/components/camel-google/camel-google-pubsub/src/generated/resources/org/apache/camel/component/google/pubsub/google-pubsub.json
 
b/components/camel-google/camel-google-pubsub/src/generated/resources/org/apache/camel/component/google/pubsub/google-pubsub.json
index 9578fe4..8462ae1 100644
--- 
a/components/camel-google/camel-google-pubsub/src/generated/resources/org/apache/camel/component/google/pubsub/google-pubsub.json
+++ 
b/components/camel-google/camel-google-pubsub/src/generated/resources/org/apache/camel/component/google/pubsub/google-pubsub.json
@@ -35,14 +35,14 @@
   "properties": {
 "projectId": { "kind": "path", "displayName": "Project Id", "group": 
"common", "label": "common", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Google Cloud PubSub Project Id" },
 "destinationName": { "kind": "path", "displayName": "Destination Name", 
"group": "common", "label": "common", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Destination Name. For 
the consumer this will be the subscription name, while for the producer this 
will be the topic name." },
-"ackMode": { "kind": "parameter", "displayName": "Ack Mode", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode", 
"enum": [ "AUTO", "NONE" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "AUTO", "description": "AUTO = exchange gets 
ack'ed\/nack'ed on completion. NONE = downstream process has to ack\/nack 
explicitly" },
 "authenticate": { "kind": "parameter", "displayName": "Authenticate", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Use Credentials when interacting 
with PubSub service (no authentication is required when using emulator)." },
-"concurrentConsumers": { "kind": "parameter", "displayName": "Concurrent 
Consumers", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "1", "description": "The number of 
parallel streams consuming from the subscription" },
 "loggerId": { "kind": "parameter", "displayName": "Logger Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Logger ID to use when a match to the parent route required" },
-"maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "1", "description": "The max number of 
messages to receive from the server in a single API call" },
 "serviceAccountKey": { "kind": "parameter", "displayName": "Service 
Account Key", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The Service account key that can be 
used as credentials for the PubSub publisher\/subscriber. It can be loaded by 
default from classpath, but you can prefix with classpath:, file:, or http: to 
load the resource from different [...]
-"synchronousPull": { "kind": "parameter", "displayName": "Synchronous 
Pull", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Synchronously pull batches of 
messages" },
+"ackMode": { "kind": "parameter", "displayName": "Ack Mode", "group": 
"consumer", "label": "consumer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.google.pubsub.GooglePubsubConstants.AckMode", 
"enum": [ "AUTO", "NONE" ], 

[camel] 02/03: Regen

2021-05-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit f4d31316230235b422c7a5d520bed1b47f591e1d
Author: Andrea Cosentino 
AuthorDate: Mon May 17 06:56:02 2021 +0200

Regen
---
 camel-dependencies/pom.xml |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 62 --
 2 files changed, 23 insertions(+), 41 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index eb31626..35777f5 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -66,7 +66,7 @@
 1.10.2
 1.10.2
 4.1.0
-2.16.62
+2.16.63
 2.6.1
 1.2.14
 2.11.3
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index e202ad2..72f9aaa 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -14506,10 +14506,7 @@ is true.
   
 
 
-
 
-
-
   
 
   
@@ -14539,13 +14536,6 @@ To use query parameter as the location of the API key. 
Default value: false
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -14576,21 +14566,6 @@ A short description for security scheme.
 
   
 
-  
-
-  
-
-
-  
-
-  
-
-  
-
-  
-
   
 
   
@@ -14619,14 +14594,6 @@ Required for password, application, and access code 
flows.
 ]]>
   
 
-
-  
-
-  
-
 
   
 
   
 
@@ -14662,10 +14635,19 @@ OpenId Connect URL to discover OAuth2 configuration 
values.
 
   
 
-  
-
-  
-
+  
+
+  
+
+
+  
+
+  
+
+  
+
   
 
   


[camel] 02/03: Regen docs

2021-04-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit dfabdbc3145119632aac533023d3b7e49dde47f9
Author: Andrea Cosentino 
AuthorDate: Sun Apr 25 09:23:03 2021 +0200

Regen docs
---
 .../resources/org/apache/camel/catalog/docs/cql-component.adoc| 4 ++--
 .../resources/org/apache/camel/component/cassandra/cql.json   | 4 ++--
 components/camel-cassandraql/src/main/docs/cql-component.adoc | 4 ++--
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/CassandraEndpointBuilderFactory.java | 8 
 docs/components/modules/ROOT/pages/cql-component.adoc | 4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
index 1f1061a..df316aa 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
@@ -95,8 +95,8 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *beanRef* | beanRef is defined using bean:id |  | String
-| *hosts* | Hostname(s) cassansdra server(s). Multiple hosts can be separated 
by comma. |  | String
-| *port* | Port number of cassansdra server(s) |  | Integer
+| *hosts* | Hostname(s) Cassandra server(s). Multiple hosts can be separated 
by comma. |  | String
+| *port* | Port number of Cassandra server(s) |  | Integer
 | *keyspace* | Keyspace to use |  | String
 |===
 
diff --git 
a/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
 
b/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
index 8224349..b792000 100644
--- 
a/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
+++ 
b/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
@@ -28,8 +28,8 @@
   },
   "properties": {
 "beanRef": { "kind": "path", "displayName": "Bean Ref", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "beanRef is defined using bean:id" },
-"hosts": { "kind": "path", "displayName": "Hosts", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Hostname(s) cassansdra server(s). Multiple hosts can be 
separated by comma." },
-"port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"description": "Port number of cassansdra server(s)" },
+"hosts": { "kind": "path", "displayName": "Hosts", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Hostname(s) Cassandra server(s). Multiple hosts can be 
separated by comma." },
+"port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"description": "Port number of Cassandra server(s)" },
 "keyspace": { "kind": "path", "displayName": "Keyspace", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Keyspace to use" },
 "clusterName": { "kind": "parameter", "displayName": "Cluster Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Cluster name" },
 "consistencyLevel": { "kind": "parameter", "displayName": "Consistency 
Level", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.datastax.oss.driver.api.core.DefaultConsistencyLevel", "enum": 
[ "ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_ONE", "LOCAL_QUORUM", 
"EACH_QUORUM", "SERIAL", "LOCAL_SERIAL" ], "deprecated": false, "autowired": 
false, "secret": false, "description": "Consistency level to use" },
diff --git a/components/camel-cassandraql/src/main/docs/cql-component.adoc 
b/components/camel-cassandraql/src/main/docs/cql-component.adoc
index 1f1061a..df316aa 100644
--- a/components/camel-cassandraql/src/main/docs/cql-component.adoc
+++ 

[camel] 02/03: Regen

2021-03-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

commit bd17020fdc9074c452e5b5874f00274f0eebddd6
Author: Andrea Cosentino 
AuthorDate: Thu Mar 25 06:52:29 2021 +0100

Regen
---
 camel-dependencies/pom.xml |  2 +-
 .../org/apache/camel/catalog/components.properties |  4 --
 .../apache/camel/catalog/components/coap+tcp.json  | 47 --
 .../org/apache/camel/catalog/components/coap.json  | 47 --
 .../apache/camel/catalog/components/coaps+tcp.json | 47 --
 .../org/apache/camel/catalog/components/coaps.json | 47 --
 .../org/apache/camel/main/components.properties|  4 --
 7 files changed, 1 insertion(+), 197 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a646f09..a6041ae 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -70,7 +70,7 @@
 1.10.2
 4.0.3
 1.11.22
-2.16.25
+2.16.26
 2.6.1
 1.2.14
 1.0.2
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
index a594e0a..8177318 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
@@ -58,10 +58,6 @@ chunk
 class
 cm-sms
 cmis
-coap
-coap+tcp
-coaps
-coaps+tcp
 cometd
 cometds
 consul
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
deleted file mode 100644
index 3007be4..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
-  "component": {
-"kind": "component",
-"name": "coap+tcp",
-"title": "CoAP",
-"description": "Send and receive messages to\/from COAP capable devices.",
-"deprecated": false,
-"firstVersion": "2.16.0",
-"label": "iot",
-"javaType": "org.apache.camel.coap.CoAPComponent",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel",
-"artifactId": "camel-coap",
-"version": "3.9.0-SNAPSHOT",
-"scheme": "coap+tcp",
-"extendsScheme": "",
-"alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
-"syntax": "coap+tcp:uri",
-"async": false,
-"api": false,
-"consumerOnly": false,
-"producerOnly": false,
-"lenientProperties": false
-  },
-  "componentProperties": {
-"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
-"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
-"autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
-  },
-  "properties": {
-"uri": { "kind": "path", "displayName": "Uri", "group": "common", "label": 
"", "required": false, "type": "string", "javaType": "java.net.URI", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
URI for the CoAP endpoint" },
-"alias": { "kind": "parameter", "displayName": "Alias", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the alias used to query the KeyStore for the private key 
and certificate. This parameter is used when we are enabling TLS with 

[camel] 02/03: Regen

2021-03-17 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

commit c98461e79dcf11012f577930befada612ff1d5e2
Author: Andrea Cosentino 
AuthorDate: Wed Mar 17 12:05:58 2021 +0100

Regen
---
 .../org/apache/camel/catalog/components.properties |  4 --
 .../apache/camel/catalog/components/coap+tcp.json  | 47 --
 .../org/apache/camel/catalog/components/coap.json  | 47 --
 .../apache/camel/catalog/components/coaps+tcp.json | 47 --
 .../org/apache/camel/catalog/components/coaps.json | 47 --
 .../docs/aws-secrets-manager-component.adoc| 13 ++
 .../org/apache/camel/main/components.properties|  4 --
 .../ROOT/pages/aws-secrets-manager-component.adoc  | 13 ++
 8 files changed, 26 insertions(+), 196 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
index a8bd19f..2930a57 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
@@ -58,10 +58,6 @@ chunk
 class
 cm-sms
 cmis
-coap
-coap+tcp
-coaps
-coaps+tcp
 cometd
 cometds
 consul
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
deleted file mode 100644
index 3007be4..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/coap+tcp.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
-  "component": {
-"kind": "component",
-"name": "coap+tcp",
-"title": "CoAP",
-"description": "Send and receive messages to\/from COAP capable devices.",
-"deprecated": false,
-"firstVersion": "2.16.0",
-"label": "iot",
-"javaType": "org.apache.camel.coap.CoAPComponent",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel",
-"artifactId": "camel-coap",
-"version": "3.9.0-SNAPSHOT",
-"scheme": "coap+tcp",
-"extendsScheme": "",
-"alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
-"syntax": "coap+tcp:uri",
-"async": false,
-"api": false,
-"consumerOnly": false,
-"producerOnly": false,
-"lenientProperties": false
-  },
-  "componentProperties": {
-"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
-"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
-"autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
-  },
-  "properties": {
-"uri": { "kind": "path", "displayName": "Uri", "group": "common", "label": 
"", "required": false, "type": "string", "javaType": "java.net.URI", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
URI for the CoAP endpoint" },
-"alias": { "kind": "parameter", "displayName": "Alias", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the alias used to query the KeyStore for the private key 
and certificate. This parameter is used when we are enabling TLS with 
certificates on the service side, and similarly on the client side when TLS is 
used with certificates and client authenticati [...]
-"cipherSuites": { "kind": "parameter", "displayName": "Cipher Suites", 

[camel] 02/03: Regen

2021-03-03 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

commit ccd5e1da06204fbf8b27b2cc7e06c7be19844b9f
Author: Claus Ibsen 
AuthorDate: Wed Mar 3 08:37:26 2021 +0100

Regen
---
 .../src/test/java/org/apache/camel/dsl/xml/io/XmlLoadTest.java  | 6 +++---
 .../test/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadTest.java
 
b/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadTest.java
index b11b75b..2819445 100644
--- 
a/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadTest.java
+++ 
b/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadTest.java
@@ -35,8 +35,8 @@ public class XmlLoadTest {
 @Override
 public void configure() throws Exception {
 from("direct:foo")
-.routeId("foo")
-.to("mock:foo");
+.routeId("foo")
+.to("mock:foo");
 }
 });
 
@@ -63,7 +63,7 @@ public class XmlLoadTest {
 assertEquals(2, context.getRoutes().size());
 
 // test that loaded route works
-MockEndpoint bar =  context.getEndpoint("mock:bar", 
MockEndpoint.class);
+MockEndpoint bar = context.getEndpoint("mock:bar", 
MockEndpoint.class);
 bar.expectedBodiesReceived("Bye World");
 context.createProducerTemplate().sendBody("direct:bar", "Bye 
World");
 bar.assertIsSatisfied();
diff --git 
a/dsl/camel-xml-jaxb-dsl/src/test/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java
 
b/dsl/camel-xml-jaxb-dsl/src/test/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java
index 72a73eb..bc02eee 100644
--- 
a/dsl/camel-xml-jaxb-dsl/src/test/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java
+++ 
b/dsl/camel-xml-jaxb-dsl/src/test/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlLoadTest.java
@@ -35,8 +35,8 @@ public class JaxbXmlLoadTest {
 @Override
 public void configure() throws Exception {
 from("direct:foo")
-.routeId("foo")
-.to("mock:foo");
+.routeId("foo")
+.to("mock:foo");
 }
 });
 
@@ -63,7 +63,7 @@ public class JaxbXmlLoadTest {
 assertEquals(2, context.getRoutes().size());
 
 // test that loaded route works
-MockEndpoint bar =  context.getEndpoint("mock:bar", 
MockEndpoint.class);
+MockEndpoint bar = context.getEndpoint("mock:bar", 
MockEndpoint.class);
 bar.expectedBodiesReceived("Bye World");
 context.createProducerTemplate().sendBody("direct:bar", "Bye 
World");
 bar.assertIsSatisfied();



[camel] 02/03: Regen

2021-02-08 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

commit 7c5bf3b17c505363ffa523f95c1d62b001b71f2b
Author: Claus Ibsen 
AuthorDate: Tue Feb 9 07:48:39 2021 +0100

Regen
---
 .../component/milo/client/MiloClientCachingConnectionManager.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java
 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java
index c3662a2..e9b4f8c 100644
--- 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java
+++ 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientCachingConnectionManager.java
@@ -25,8 +25,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * A caching {@link MiloClientConnectionManager} which cache and reuses the 
same {@link MiloClientConnection}
- * for clients with the same cache id ({@link 
MiloClientConfiguration#toCacheId()}.
+ * A caching {@link MiloClientConnectionManager} which cache and reuses the 
same {@link MiloClientConnection} for
+ * clients with the same cache id ({@link MiloClientConfiguration#toCacheId()}.
  */
 public class MiloClientCachingConnectionManager implements 
MiloClientConnectionManager {
 



[camel] 02/03: Regen docs

2021-01-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit d69197dd05bd0af1e4f5dc21f1e4fb87c59a70b9
Author: Andrea Cosentino 
AuthorDate: Fri Jan 29 07:34:08 2021 +0100

Regen docs
---
 .../org/apache/camel/catalog/docs/sql-component.adoc   |  2 +-
 .../resources/org/apache/camel/component/sql/sql.json  |  2 +-
 components/camel-sql/src/main/docs/sql-component.adoc  |  2 +-
 .../endpoint/dsl/SqlEndpointBuilderFactory.java| 18 --
 docs/components/modules/ROOT/pages/sql-component.adoc  |  2 +-
 5 files changed, 16 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
index 2c05bf6..acecc75 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
@@ -161,7 +161,7 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *allowNamedParameters* (common) | Whether to allow using named parameters in 
the queries. | true | boolean
-| *dataSource* (common) | Sets the DataSource to use to communicate with the 
database. |  | DataSource
+| *dataSource* (common) | Sets the DataSource to use to communicate with the 
databaset at endpoint level. |  | DataSource
 | *dataSourceRef* (common) | *Deprecated* Sets the reference to a DataSource 
to lookup from the registry, to use for communicating with the database. |  | 
String
 | *outputClass* (common) | Specify the full package and class name to use as 
conversion when outputType=SelectOne. |  | String
 | *outputHeader* (common) | Store the query result in a header instead of the 
message body. By default, outputHeader == null and the query result is stored 
in the message body, any existing content in the message body is discarded. If 
outputHeader is set, the value is used as the name of the header to store the 
query result and the original message body is preserved. |  | String
diff --git 
a/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
 
b/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
index 4c7d847..993d8e0 100644
--- 
a/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
+++ 
b/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
@@ -31,7 +31,7 @@
   "properties": {
 "query": { "kind": "path", "displayName": "Query", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Sets the SQL query to perform. You can 
externalize the query by using file: or classpath: as prefix and specify the 
location of the file." },
 "allowNamedParameters": { "kind": "parameter", "displayName": "Allow Named 
Parameters", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to allow using 
named parameters in the queries." },
-"dataSource": { "kind": "parameter", "displayName": "Data Source", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the DataSource to use to communicate with 
the database." },
+"dataSource": { "kind": "parameter", "displayName": "Data Source", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the DataSource to use to communicate with 
the databaset at endpoint level." },
 "dataSourceRef": { "kind": "parameter", "displayName": "Data Source Ref", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": true, "autowired": false, 
"secret": false, "description": "Sets the reference to a DataSource to lookup 
from the registry, to use for communicating with the database." },
 "outputClass": { "kind": "parameter", "displayName": "Output Class", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Specify the full package and class name to use 
as conversion when outputType=SelectOne." },
 "outputHeader": { "kind": "parameter", "displayName": "Output Header", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": 

[camel] 02/03: Regen docs

2021-01-28 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

commit fc63a41b8ac05412204bac6e93f40d311ce0baf5
Author: Andrea Cosentino 
AuthorDate: Fri Jan 29 07:34:08 2021 +0100

Regen docs
---
 .../org/apache/camel/catalog/docs/sql-component.adoc   |  2 +-
 .../resources/org/apache/camel/component/sql/sql.json  |  2 +-
 components/camel-sql/src/main/docs/sql-component.adoc  |  2 +-
 .../endpoint/dsl/SqlEndpointBuilderFactory.java| 18 --
 docs/components/modules/ROOT/pages/sql-component.adoc  |  2 +-
 5 files changed, 16 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
index b003120..2360151 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/sql-component.adoc
@@ -161,7 +161,7 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *allowNamedParameters* (common) | Whether to allow using named parameters in 
the queries. | true | boolean
-| *dataSource* (common) | Sets the DataSource to use to communicate with the 
database. |  | DataSource
+| *dataSource* (common) | Sets the DataSource to use to communicate with the 
databaset at endpoint level. |  | DataSource
 | *dataSourceRef* (common) | *Deprecated* Sets the reference to a DataSource 
to lookup from the registry, to use for communicating with the database. |  | 
String
 | *outputClass* (common) | Specify the full package and class name to use as 
conversion when outputType=SelectOne. |  | String
 | *outputHeader* (common) | Store the query result in a header instead of the 
message body. By default, outputHeader == null and the query result is stored 
in the message body, any existing content in the message body is discarded. If 
outputHeader is set, the value is used as the name of the header to store the 
query result and the original message body is preserved. |  | String
diff --git 
a/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
 
b/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
index e99d371..03b4a31 100644
--- 
a/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
+++ 
b/components/camel-sql/src/generated/resources/org/apache/camel/component/sql/sql.json
@@ -31,7 +31,7 @@
   "properties": {
 "query": { "kind": "path", "displayName": "Query", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Sets the SQL query to perform. You can 
externalize the query by using file: or classpath: as prefix and specify the 
location of the file." },
 "allowNamedParameters": { "kind": "parameter", "displayName": "Allow Named 
Parameters", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to allow using 
named parameters in the queries." },
-"dataSource": { "kind": "parameter", "displayName": "Data Source", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the DataSource to use to communicate with 
the database." },
+"dataSource": { "kind": "parameter", "displayName": "Data Source", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.sql.DataSource", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the DataSource to use to communicate with 
the databaset at endpoint level." },
 "dataSourceRef": { "kind": "parameter", "displayName": "Data Source Ref", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": true, "autowired": false, 
"secret": false, "description": "Sets the reference to a DataSource to lookup 
from the registry, to use for communicating with the database." },
 "outputClass": { "kind": "parameter", "displayName": "Output Class", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Specify the full package and class name to use 
as conversion when outputType=SelectOne." },
 "outputHeader": { "kind": "parameter", "displayName": "Output Header", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": 

[camel] 02/03: Regen for commit 4d5e3266bcca37e9347c85edc5708d519d6250da

2021-01-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

commit fe0a79925174181971ec8d3d3632581f8b98a079
Author: oscerd 
AuthorDate: Tue Jan 5 08:44:24 2021 +

Regen for commit 4d5e3266bcca37e9347c85edc5708d519d6250da

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 81 +-
 1 file changed, 79 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index a4e492f..0530ef7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -4374,7 +4374,6 @@ To use a specific charset when converting.
 
   
 
-
   
 
   
@@ -5587,6 +5586,14 @@ null. Default value: false
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -6442,6 +6449,16 @@ true (which is the default).
 
   
 
+
+  
+
+  
+
   
 
   
@@ -6725,6 +6742,16 @@ enabled when desired to be used. Default value: false
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -6884,6 +6911,16 @@ JAXB provider properties to be used with the JAXB 
marshaller.
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -7063,6 +7100,16 @@ Default value: false
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -7177,6 +7224,16 @@ value is native. Default value: native
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -7448,6 +7505,16 @@ representation. The default value is binary. Default 
value: binary
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -7759,6 +7826,16 @@ SINGLE_NODE_XPATH_RELATIVE_REFERENCES 
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES.
 ]]>
   
 
+
+  
+
+  
+
   
 
   
@@ -12107,7 +12184,7 @@ ServiceCallConstants.SERVICE_PORT. Default value: 
CamelServiceCallServicePort
 
 
   
-  
+  
 
 
   



[camel] 02/03: Regen and sync deps

2020-12-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

commit dd244543fa3472112c24e042cd032cdae8ce473f
Author: Andrea Cosentino 
AuthorDate: Thu Dec 17 07:47:28 2020 +0100

Regen and sync deps
---
 camel-dependencies/pom.xml |  2 +-
 .../catalog/components/google-calendar-stream.json | 16 ++---
 .../camel/catalog/components/google-calendar.json  | 16 ++---
 .../org/apache/camel/catalog/components/jbpm.json  |  2 +-
 .../catalog/components/spring-integration.json |  2 +-
 .../camel/catalog/docs/telegram-component.adoc |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 77 ++
 7 files changed, 24 insertions(+), 93 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5c1e0db..3ed22cc 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -71,7 +71,7 @@
 4.0.3
 1.11.22
 1.11.714
-2.15.47
+2.15.48
 2.6.1
 1.2.14
 
1.2.0
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
index f123d42..2669f35 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-calendar-stream.json
@@ -29,17 +29,17 @@
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "consumer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "deprecated": false, "autowired": false, "secret": false, "description": "The 
configuration" },
 "considerLastUpdate": { "kind": "property", "displayName": "Consider Last 
Update", "group": "consumer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "Take into account the 
lastUpdate of the last event polled as star [...]
 "consumeFromNow": { "kind": "property", "displayName": "Consume From Now", 
"group": "consumer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "Consume events in the 
selected calendar from now on" },
-"emailAddress": { "kind": "property", "displayName": "Email Address", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "The emailAddress of the 
Google Service Account." },
 "maxResults": { "kind": "property", "displayName": "Max Results", "group": 
"consumer", "label": "", "required": false, "type": "integer", "javaType": 
"int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "Max results to be 
returned" },
-"p12FileName": { "kind": "property", "displayName": "P12 File Name", 
"group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "The name of the p12 
file which has the private key to use with the Google Service Account." },
 "query": { "kind": "property", "displayName": "Query", "group": 
"consumer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration",
 "configurationField": "configuration", "description": "The query to execute on 
calendar" },
 "scopes": { "kind": "property", "displayName": "Scopes", "group": 
"consumer", "label": "", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": false, "autowired": false, 

[camel] 02/03: Regen and sync deps

2020-12-08 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

commit 500bf1a3c3f02dd513ab167a2f44437e6ae0ba92
Author: Andrea Cosentino 
AuthorDate: Wed Dec 9 06:59:14 2020 +0100

Regen and sync deps
---
 camel-dependencies/pom.xml |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 71 +-
 2 files changed, 2 insertions(+), 71 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9036460..5e9e52b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -71,7 +71,7 @@
 4.0.3
 1.11.22
 1.11.714
-2.15.40
+2.15.42
 2.6.1
 1.2.14
 
1.2.0
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 2a6a255..feb800e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -4374,6 +4374,7 @@ To use a specific charset when converting.
 
   
 
+
   
 
   
@@ -6441,16 +6442,6 @@ true (which is the default).
 
   
 
-
-  
-
-  
-
   
 
   
@@ -6734,16 +6725,6 @@ enabled when desired to be used. Default value: false
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -6903,16 +6884,6 @@ JAXB provider properties to be used with the JAXB 
marshaller.
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -7092,16 +7063,6 @@ Default value: false
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -7216,16 +7177,6 @@ value is native. Default value: native
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -7497,16 +7448,6 @@ representation. The default value is binary. Default 
value: binary
 ]]>
   
 
-
-  
-
-  
-
   
 
   
@@ -7818,16 +7759,6 @@ SINGLE_NODE_XPATH_RELATIVE_REFERENCES 
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES.
 ]]>
   
 
-
-  
-
-  
-
   
 
   



[camel] 02/03: Regen Catalog

2020-10-15 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

commit 6e015efb3ed1ef8f09ba5b703663e620a0dbc0da
Author: Andrea Cosentino 
AuthorDate: Thu Oct 15 18:48:01 2020 +0200

Regen Catalog
---
 .../resources/org/apache/camel/catalog/components/couchbase.json| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/couchbase.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/couchbase.json
index 392c32d..7d59f57 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/couchbase.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/couchbase.json
@@ -30,7 +30,7 @@
 "protocol": { "kind": "path", "displayName": "Protocol", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The protocol to use" },
 "hostname": { "kind": "path", "displayName": "Hostname", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The hostname to use" },
 "port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "secret": false, "defaultValue": 8091, "description": "The 
port number to use" },
-"bucket": { "kind": "parameter", "displayName": "Bucket", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
bucket to use" },
+"bucket": { "kind": "parameter", "displayName": "Bucket", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The bucket to use" },
 "collection": { "kind": "parameter", "displayName": "Collection", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
collection to use" },
 "key": { "kind": "parameter", "displayName": "Key", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
key to use" },
 "scope": { "kind": "parameter", "displayName": "Scope", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
scope to use" },



[camel] 02/03: Regen and sync properties

2020-10-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

commit 7c05a80fb67d2c181a256fd351e57ee50af3dbdd
Author: Andrea Cosentino 
AuthorDate: Thu Oct 1 11:58:02 2020 +0200

Regen and sync properties
---
 camel-dependencies/pom.xml| 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 526bf3a..b68fdc7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -151,7 +151,7 @@
 1.0.4
 2.2.1
 1.4.2
-4.5
+4.6
 3.0.6
 4.3.0
 3.4.0
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index 8458f3b..4822147 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -5386,8 +5386,8 @@ number of endpoints and/or processors specified in the 
load balancer list.
 
   
 
   
 



[camel] 02/03: Regen and sync properties

2020-08-27 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

commit 4faa27e1ae9900ec7f66f17335fccdcf07a95128
Author: Andrea Cosentino 
AuthorDate: Thu Aug 27 07:23:27 2020 +0200

Regen and sync properties
---
 camel-dependencies/pom.xml |  2 +-
 .../org/apache/camel/catalog/components.properties |  1 -
 .../apache/camel/catalog/components/aws-sdb.json   | 43 --
 3 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 21efd04..8a12f9a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -71,7 +71,7 @@
 4.0.3
 1.11.22
 1.11.714
-2.14.4
+2.14.5
 2.6.1
 1.2.14
 
1.1.2
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
index cdb4e8a..76058b0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
@@ -31,7 +31,6 @@ aws-lambda
 aws-mq
 aws-msk
 aws-s3
-aws-sdb
 aws-ses
 aws-sns
 aws-sqs
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-sdb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-sdb.json
deleted file mode 100644
index d2b9145..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-sdb.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-  "component": {
-"kind": "component",
-"name": "aws-sdb",
-"title": "AWS SimpleDB",
-"description": "Store and Retrieve data from\/to AWS SDB service.",
-"deprecated": false,
-"firstVersion": "2.9.0",
-"label": "cloud,database,nosql",
-"javaType": "org.apache.camel.component.aws.sdb.SdbComponent",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel",
-"artifactId": "camel-aws-sdb",
-"version": "3.5.0-SNAPSHOT",
-"scheme": "aws-sdb",
-"extendsScheme": "",
-"syntax": "aws-sdb:domainName",
-"async": false,
-"consumerOnly": false,
-"producerOnly": true,
-"lenientProperties": false
-  },
-  "componentProperties": {
-"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the r [...]
-"basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" }
-  },
-  "properties": {
-"domainName": { "kind": "path", "displayName": "Domain Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws.sdb.SdbConfiguration", "configurationField": 
"configuration", "description": "The name of the domain currently worked with." 
},
-"accessKey": { "kind": "parameter", "displayName": "Access Key", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.sdb.SdbConfiguration", "configurationField": 
"configuration", "description": "Amazon AWS Access Key" },
-"amazonSDBClient": { "kind": "parameter", "displayName": "Amazon 
SDBClient", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "com.amazonaws.services.simpledb.AmazonSimpleDB", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.sdb.SdbConfiguration", "configurationField": 
"configuration", "description": "To use the AmazonSimpleDB as the client" },
-"consistentRead": { "kind": "parameter", "displayName": "Consistent Read", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.aws.sdb.SdbConfiguration", "configurationField": 
"configuration", 

[camel] 02/03: Regen aws2-sts docs

2020-08-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

commit 59c5a1d72aa198852f03cf7c07142a39228c3509
Author: Andrea Cosentino 
AuthorDate: Wed Aug 5 11:37:57 2020 +0200

Regen aws2-sts docs
---
 .../resources/org/apache/camel/component/aws2/sts/aws2-sts.json   | 4 ++--
 components/camel-aws2-sts/src/main/docs/aws2-sts-component.adoc   | 4 ++--
 .../camel/builder/component/dsl/Aws2StsComponentBuilderFactory.java   | 1 +
 .../apache/camel/builder/endpoint/dsl/STS2EndpointBuilderFactory.java | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-aws2-sts/src/generated/resources/org/apache/camel/component/aws2/sts/aws2-sts.json
 
b/components/camel-aws2-sts/src/generated/resources/org/apache/camel/component/aws2/sts/aws2-sts.json
index 230405d..b256f65 100644
--- 
a/components/camel-aws2-sts/src/generated/resources/org/apache/camel/component/aws2/sts/aws2-sts.json
+++ 
b/components/camel-aws2-sts/src/generated/resources/org/apache/camel/component/aws2/sts/aws2-sts.json
@@ -29,7 +29,7 @@
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
STS client" },
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"producer", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration", 
"configurationField": "configuration", "description": "To define a proxy port 
when instantiating the STS client" },
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "secret": false, "defaultValue": "HTTPS", 
"configurationClass": "org.apache.camel.component.aws2.sts.STS2Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantiating the STS client" },
-"region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField": 
"configuration", "description": "The region in which STS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east [...]
+"region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"aws-global", "configurationClass": 
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField": 
"configuration", "description": "The region in which STS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
t [...]
 "stsClient": { "kind": "property", "displayName": "Sts Client", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"software.amazon.awssdk.services.sts.StsClient", "deprecated": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField": 
"configuration", "description": "To use a existing configured AWS STS as 
client" },
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "false", "configurationClass": 
"org.apache.camel.component.aws2.sts.STS2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
 "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
@@ -45,7 +45,7 @@
 "proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", 

[camel] 02/03: Regen website docs

2020-07-27 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

commit 7cb0217e42030a73ca1fac8ecfc35f9e78e273d3
Author: Andrea Cosentino 
AuthorDate: Mon Jul 27 14:09:27 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
index 02b8bbf..a60fc28 100644
--- a/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
@@ -44,7 +44,7 @@ The queue will be created if they don't already exists. +
 
 
 // component options: START
-The AWS 2 Simple Queue Service (SQS) component supports 39 options, which are 
listed below.
+The AWS 2 Simple Queue Service (SQS) component supports 40 options, which are 
listed below.
 
 
 
@@ -54,6 +54,7 @@ The AWS 2 Simple Queue Service (SQS) component supports 39 
options, which are li
 | *amazonAWSHost* (common) | The hostname of the Amazon AWS cloud. | 
amazonaws.com | String
 | *amazonSQSClient* (common) | To use the AmazonSQS as client |  | SqsClient
 | *autoCreateQueue* (common) | Setting the autocreation of the queue | true | 
boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (common) | The AWS SQS default configuration |  | 
Sqs2Configuration
 | *protocol* (common) | The underlying protocol used to communicate with SQS | 
https | String
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
SQS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
@@ -119,7 +120,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (59 parameters):
+=== Query Parameters (60 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -128,6 +129,7 @@ with the following path and query parameters:
 | *amazonAWSHost* (common) | The hostname of the Amazon AWS cloud. | 
amazonaws.com | String
 | *amazonSQSClient* (common) | To use the AmazonSQS as client |  | SqsClient
 | *autoCreateQueue* (common) | Setting the autocreation of the queue | true | 
boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *headerFilterStrategy* (common) | To use a custom HeaderFilterStrategy to 
map headers to/from Camel. |  | HeaderFilterStrategy
 | *protocol* (common) | The underlying protocol used to communicate with SQS | 
https | String
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
SQS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol



[camel] 02/03: Regen website docs

2020-07-27 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

commit 18630cb1fdf8ef65ff1e1d4e84999273e069c0f8
Author: Andrea Cosentino 
AuthorDate: Mon Jul 27 14:03:08 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc 
b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
index 6b803e6..1f56b65 100644
--- a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
@@ -39,7 +39,7 @@ The queue will be created if they don't already exists. +
 
 
 // component options: START
-The AWS Simple Queue Service (SQS) component supports 38 options, which are 
listed below.
+The AWS Simple Queue Service (SQS) component supports 39 options, which are 
listed below.
 
 
 
@@ -49,6 +49,7 @@ The AWS Simple Queue Service (SQS) component supports 38 
options, which are list
 | *amazonAWSHost* (common) | The hostname of the Amazon AWS cloud. | 
amazonaws.com | String
 | *amazonSQSClient* (common) | To use the AmazonSQS as client |  | AmazonSQS
 | *autoCreateQueue* (common) | Setting the autocreation of the queue | true | 
boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (common) | The component configuration |  | SqsConfiguration
 | *protocol* (common) | The underlying protocol used to communicate with SQS | 
https | String
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
SQS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol
@@ -113,7 +114,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (58 parameters):
+=== Query Parameters (59 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -122,6 +123,7 @@ with the following path and query parameters:
 | *amazonAWSHost* (common) | The hostname of the Amazon AWS cloud. | 
amazonaws.com | String
 | *amazonSQSClient* (common) | To use the AmazonSQS as client |  | AmazonSQS
 | *autoCreateQueue* (common) | Setting the autocreation of the queue | true | 
boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *headerFilterStrategy* (common) | To use a custom HeaderFilterStrategy to 
map headers to/from Camel. |  | HeaderFilterStrategy
 | *protocol* (common) | The underlying protocol used to communicate with SQS | 
https | String
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
SQS client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol



[camel] 02/03: Regen website docs

2020-07-27 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

commit 7fe9c5cedde404a050645fbdbcd08612d7ea22de
Author: Andrea Cosentino 
AuthorDate: Mon Jul 27 12:07:11 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-sns-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sns-component.adoc
index f027871..01c5bed 100644
--- a/docs/components/modules/ROOT/pages/aws2-sns-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sns-component.adoc
@@ -46,7 +46,7 @@ The topic will be created if they don't already exists. +
 
 
 // component options: START
-The AWS 2 Simple Notification System (SNS) component supports 19 options, 
which are listed below.
+The AWS 2 Simple Notification System (SNS) component supports 20 options, 
which are listed below.
 
 
 
@@ -55,6 +55,7 @@ The AWS 2 Simple Notification System (SNS) component supports 
19 options, which
 | Name | Description | Default | Type
 | *amazonSNSClient* (producer) | To use the AmazonSNS as the client |  | 
SnsClient
 | *autoCreateTopic* (producer) | Setting the autocreation of the topic | true 
| boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | Sns2Configuration
 | *kmsMasterKeyId* (producer) | The ID of an AWS-managed customer master key 
(CMK) for Amazon SNS or a custom CMK. |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
@@ -98,7 +99,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (20 parameters):
+=== Query Parameters (21 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -106,6 +107,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *amazonSNSClient* (producer) | To use the AmazonSNS as the client |  | 
SnsClient
 | *autoCreateTopic* (producer) | Setting the autocreation of the topic | true 
| boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *headerFilterStrategy* (producer) | To use a custom HeaderFilterStrategy to 
map headers to/from Camel. |  | HeaderFilterStrategy
 | *kmsMasterKeyId* (producer) | The ID of an AWS-managed customer master key 
(CMK) for Amazon SNS or a custom CMK. |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-27 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

commit de83ec3c4842d71d20fd6ba4fd70084650e8f72d
Author: Andrea Cosentino 
AuthorDate: Mon Jul 27 11:58:02 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-sns-component.adoc 
b/docs/components/modules/ROOT/pages/aws-sns-component.adoc
index c4384f7..ffb94f8 100644
--- a/docs/components/modules/ROOT/pages/aws-sns-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sns-component.adoc
@@ -41,7 +41,7 @@ The topic will be created if they don't already exists. +
 
 
 // component options: START
-The AWS Simple Notification System (SNS) component supports 19 options, which 
are listed below.
+The AWS Simple Notification System (SNS) component supports 20 options, which 
are listed below.
 
 
 
@@ -51,6 +51,7 @@ The AWS Simple Notification System (SNS) component supports 
19 options, which ar
 | *amazonSNSClient* (producer) | To use the AmazonSNS as the client |  | 
AmazonSNS
 | *amazonSQSClient* (producer) | An SQS Client to use as bridge between SNS 
and SQS |  | AmazonSQS
 | *autoCreateTopic* (producer) | Setting the autocreation of the topic | true 
| boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | The component configuration |  | 
SnsConfiguration
 | *kmsMasterKeyId* (producer) | The ID of an AWS-managed customer master key 
(CMK) for Amazon SNS or a custom CMK. |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
@@ -93,7 +94,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (20 parameters):
+=== Query Parameters (21 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -102,6 +103,7 @@ with the following path and query parameters:
 | *amazonSNSClient* (producer) | To use the AmazonSNS as the client |  | 
AmazonSNS
 | *amazonSQSClient* (producer) | An SQS Client to use as bridge between SNS 
and SQS |  | AmazonSQS
 | *autoCreateTopic* (producer) | Setting the autocreation of the topic | true 
| boolean
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *headerFilterStrategy* (producer) | To use a custom HeaderFilterStrategy to 
map headers to/from Camel. |  | HeaderFilterStrategy
 | *kmsMasterKeyId* (producer) | The ID of an AWS-managed customer master key 
(CMK) for Amazon SNS or a custom CMK. |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-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

commit ce474a662f57de83ff664865f0fcf487b357eaf0
Author: Andrea Cosentino 
AuthorDate: Fri Jul 24 15:24:20 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-ses-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ses-component.adoc
index 5af3d80..3b2461f 100644
--- a/docs/components/modules/ROOT/pages/aws2-ses-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ses-component.adoc
@@ -38,7 +38,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 Simple Email Service (SES) component supports 15 options, which are 
listed below.
+The AWS 2 Simple Email Service (SES) component supports 16 options, which are 
listed below.
 
 
 
@@ -46,6 +46,7 @@ The AWS 2 Simple Email Service (SES) component supports 15 
options, which are li
 |===
 | Name | Description | Default | Type
 | *amazonSESClient* (producer) | To use the AmazonSimpleEmailService as the 
client |  | SesClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | component configuration |  | Ses2Configuration
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *proxyHost* (producer) | To define a proxy host when instantiating the SES 
client |  | String
@@ -85,13 +86,14 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (15 parameters):
+=== Query Parameters (16 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *amazonSESClient* (producer) | To use the AmazonSimpleEmailService as the 
client |  | SesClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *proxyHost* (producer) | To define a proxy host when instantiating the SES 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the SES 
client |  | Integer



[camel] 02/03: Regen website docs

2020-07-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

commit 0d46cf670ae1fb6d724593a712bd8c94c408c7cd
Author: Andrea Cosentino 
AuthorDate: Fri Jul 24 15:11:28 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-ses-component.adoc 
b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
index 6208f1e..3572961 100644
--- a/docs/components/modules/ROOT/pages/aws-ses-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ses-component.adoc
@@ -38,7 +38,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Simple Email Service (SES) component supports 14 options, which are 
listed below.
+The AWS Simple Email Service (SES) component supports 15 options, which are 
listed below.
 
 
 
@@ -46,6 +46,7 @@ The AWS Simple Email Service (SES) component supports 14 
options, which are list
 |===
 | Name | Description | Default | Type
 | *amazonSESClient* (producer) | To use the AmazonSimpleEmailService as the 
client |  | AmazonSimpleEmailService
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | The component configuration |  | 
SesConfiguration
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *proxyHost* (producer) | To define a proxy host when instantiating the SES 
client |  | String
@@ -84,13 +85,14 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (14 parameters):
+=== Query Parameters (15 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *amazonSESClient* (producer) | To use the AmazonSimpleEmailService as the 
client |  | AmazonSimpleEmailService
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *proxyHost* (producer) | To define a proxy host when instantiating the SES 
client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the SES 
client |  | Integer



[camel] 02/03: Regen website docs

2020-07-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

commit c51dbad474f68a5f9e7bc616321aa7b9e40375de
Author: Andrea Cosentino 
AuthorDate: Fri Jul 24 11:12:43 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-mq-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
index ec25608..eb31c6d 100644
--- a/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-mq-component.adoc
@@ -43,7 +43,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 MQ component supports 13 options, which are listed below.
+The AWS 2 MQ component supports 14 options, which are listed below.
 
 
 
@@ -51,6 +51,7 @@ The AWS 2 MQ component supports 13 options, which are listed 
below.
 |===
 | Name | Description | Default | Type
 | *amazonMqClient* (producer) | To use a existing configured AmazonMQClient as 
client |  | MqClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | MQ2Configuration
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. It can be 
listBrokers,createBroker,deleteBroker. The value can be one of: listBrokers, 
createBroker, deleteBroker, rebootBroker, updateBroker, describeBroker |  | 
MQ2Operations
@@ -88,13 +89,14 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (13 parameters):
+=== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *amazonMqClient* (producer) | To use a existing configured AmazonMQClient as 
client |  | MqClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. It can be 
listBrokers,createBroker,deleteBroker. The value can be one of: listBrokers, 
createBroker, deleteBroker, rebootBroker, updateBroker, describeBroker |  | 
MQ2Operations
 | *pojoRequest* (producer) | If we want to use a POJO request as body or not | 
false | boolean



[camel] 02/03: Regen website docs

2020-07-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

commit 8ced9e3d5542b43dcb2ec863c36b2e1748c690df
Author: Andrea Cosentino 
AuthorDate: Fri Jul 24 08:55:57 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-mq-component.adoc 
b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
index bb1061d..b719953 100644
--- a/docs/components/modules/ROOT/pages/aws-mq-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-mq-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS MQ component supports 11 options, which are listed below.
+The AWS MQ component supports 12 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonMqClient* (producer) | To use a existing configured AmazonMQClient as 
client |  | AmazonMQ
 | *configuration* (producer) | The Component configuration |  | MQConfiguration
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonMqClient* (producer) | To use a existing configured AmazonMQClient as 
client |  | AmazonMQ
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-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

commit 321f003913be7de9b31bd7e5510f9857d04a154f
Author: Andrea Cosentino 
AuthorDate: Thu Jul 23 09:34:41 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-kms-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
index 3cc0f1b..70c92c2 100644
--- a/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-kms-component.adoc
@@ -43,13 +43,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 Key Management Service (KMS) component supports 13 options, which 
are listed below.
+The AWS 2 Key Management Service (KMS) component supports 14 options, which 
are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | KMS2Configuration
 | *kmsClient* (producer) | To use a existing configured AWS KMS as client |  | 
KmsClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
@@ -88,12 +89,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (13 parameters):
+=== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *kmsClient* (producer) | To use a existing configured AWS KMS as client |  | 
KmsClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listKeys, createKey, disableKey, scheduleKeyDeletion, describeKey, 
enableKey |  | KMS2Operations



[camel] 02/03: Regen website docs

2020-07-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

commit 06f4ef04e4a1016699463d204329374417ca967b
Author: Andrea Cosentino 
AuthorDate: Thu Jul 23 09:28:36 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-kms-component.adoc 
b/docs/components/modules/ROOT/pages/aws-kms-component.adoc
index c9e8ec5..4187172 100644
--- a/docs/components/modules/ROOT/pages/aws-kms-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-kms-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Key Management Service (KMS) component supports 11 options, which are 
listed below.
+The AWS Key Management Service (KMS) component supports 12 options, which are 
listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *configuration* (producer) | The Component configuration |  | 
KMSConfiguration
 | *kmsClient* (producer) | To use a existing configured AWS KMS as client |  | 
AWSKMS
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *kmsClient* (producer) | To use a existing configured AWS KMS as client |  | 
AWSKMS
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-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

commit 66c731f9cc2b606d1c0573ccf2dd2bee03d15ed4
Author: Andrea Cosentino 
AuthorDate: Thu Jul 23 08:59:46 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc
index 66d4650..37c9e35 100644
--- a/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-kinesis-component.adoc
@@ -44,7 +44,7 @@ The stream needs to be created prior to it being used. +
 
 
 // component options: START
-The AWS 2 Kinesis component supports 17 options, which are listed below.
+The AWS 2 Kinesis component supports 18 options, which are listed below.
 
 
 
@@ -52,6 +52,7 @@ The AWS 2 Kinesis component supports 17 options, which are 
listed below.
 |===
 | Name | Description | Default | Type
 | *amazonKinesisClient* (common) | Amazon Kinesis client to use for all 
requests for this endpoint |  | KinesisClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking | true | boolean
 | *configuration* (common) | Component configuration |  | Kinesis2Configuration
 | *proxyHost* (common) | To define a proxy host when instantiating the Kinesis 
client |  | String
 | *proxyPort* (common) | To define a proxy port when instantiating the Kinesis 
client |  | Integer
@@ -96,13 +97,14 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (35 parameters):
+=== Query Parameters (36 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *amazonKinesisClient* (common) | Amazon Kinesis client to use for all 
requests for this endpoint |  | KinesisClient
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking | true | boolean
 | *proxyHost* (common) | To define a proxy host when instantiating the Kinesis 
client |  | String
 | *proxyPort* (common) | To define a proxy port when instantiating the Kinesis 
client |  | Integer
 | *proxyProtocol* (common) | To define a proxy protocol when instantiating the 
Kinesis client. The value can be one of: HTTP, HTTPS | HTTPS | Protocol



[camel] 02/03: Regen website docs

2020-07-22 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

commit 72cad7016da211eca04e928ce85436d4e79daa43
Author: Andrea Cosentino 
AuthorDate: Wed Jul 22 11:15:38 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
index fa05ca1..ed3d8b6 100644
--- a/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-iam-component.adoc
@@ -43,13 +43,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 Identity and Access Management (IAM) component supports 13 options, 
which are listed below.
+The AWS 2 Identity and Access Management (IAM) component supports 14 options, 
which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (producer) | Component configuration |  | IAM2Configuration
 | *iamClient* (producer) | To use a existing configured AWS IAM as client |  | 
IamClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
@@ -88,12 +89,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (13 parameters):
+=== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *iamClient* (producer) | To use a existing configured AWS IAM as client |  | 
IamClient
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *operation* (producer) | *Required* The operation to perform. The value can 
be one of: listAccessKeys, createUser, deleteUser, getUser, listUsers, 
createAccessKey, deleteAccessKey, updateAccessKey, createGroup, deleteGroup, 
listGroups, addUserToGroup, removeUserFromGroup |  | IAM2Operations



[camel] 02/03: Regen website docs

2020-07-22 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

commit 30edc60834dfed2e6dc8f0e68e8652bc4699f459
Author: Andrea Cosentino 
AuthorDate: Wed Jul 22 09:24:46 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-iam-component.adoc 
b/docs/components/modules/ROOT/pages/aws-iam-component.adoc
index d643bd5..753c709 100644
--- a/docs/components/modules/ROOT/pages/aws-iam-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-iam-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Identity and Access Management (IAM) component supports 11 options, 
which are listed below.
+The AWS Identity and Access Management (IAM) component supports 12 options, 
which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *configuration* (producer) | The component configuration |  | 
IAMConfiguration
 | *iamClient* (producer) | To use a existing configured AWS IAM as client |  | 
AmazonIdentityManagement
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *iamClient* (producer) | To use a existing configured AWS IAM as client |  | 
AmazonIdentityManagement
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-22 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

commit 48529d18d8bfd03ce3b9701f0732fad2d4d2025d
Author: Andrea Cosentino 
AuthorDate: Wed Jul 22 08:47:43 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-eks-component.adoc 
b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
index 358b7e5..6c15fbd 100644
--- a/docs/components/modules/ROOT/pages/aws-eks-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-eks-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Elastic Kubernetes Service (EKS) component supports 11 options, which 
are listed below.
+The AWS Elastic Kubernetes Service (EKS) component supports 12 options, which 
are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *configuration* (producer) | The component configuration |  | 
EKSConfiguration
 | *eksClient* (producer) | To use a existing configured AWS EKS as client |  | 
AmazonEKS
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *eksClient* (producer) | To use a existing configured AWS EKS as client |  | 
AmazonEKS
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-21 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

commit 9b521a68a767afe0704d4a84074b965fb7647ff9
Author: Andrea Cosentino 
AuthorDate: Tue Jul 21 15:40:40 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-ecs-component.adoc 
b/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
index c182868..f84628e 100644
--- a/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ecs-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Elastic Container Service (ECS) component supports 11 options, which 
are listed below.
+The AWS Elastic Container Service (ECS) component supports 12 options, which 
are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *configuration* (producer) | The component configuration |  | 
ECSConfiguration
 | *ecsClient* (producer) | To use a existing configured AWS ECS as client |  | 
AmazonECS
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *ecsClient* (producer) | To use a existing configured AWS ECS as client |  | 
AmazonECS
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-21 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

commit c41d35bb36b41d7ac85b41819646e2c39c184e89
Author: Andrea Cosentino 
AuthorDate: Tue Jul 21 15:25:25 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
index 677f710..e9072c4 100644
--- a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
@@ -43,13 +43,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS 2 Elastic Compute Cloud (EC2) component supports 13 options, which are 
listed below.
+The AWS 2 Elastic Compute Cloud (EC2) component supports 14 options, which are 
listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonEc2Client* (producer) | To use a existing configured AmazonEC2Client 
as client |  | Ec2Client
 | *configuration* (producer) | The component configuration |  | 
AWS2EC2Configuration
@@ -88,12 +89,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (13 parameters):
+=== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonEc2Client* (producer) | To use a existing configured AmazonEC2Client 
as client |  | Ec2Client
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen website docs

2020-07-21 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

commit 362585e632f05f4bf1a4f09430778241129a9cd4
Author: Andrea Cosentino 
AuthorDate: Tue Jul 21 12:06:36 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/aws-ec2-component.adoc 
b/docs/components/modules/ROOT/pages/aws-ec2-component.adoc
index a0acf88..87b93db 100644
--- a/docs/components/modules/ROOT/pages/aws-ec2-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-ec2-component.adoc
@@ -38,13 +38,14 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The AWS Elastic Compute Cloud (EC2) component supports 11 options, which are 
listed below.
+The AWS Elastic Compute Cloud (EC2) component supports 12 options, which are 
listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonEc2Client* (producer) | To use a existing configured AmazonEC2Client 
as client |  | AmazonEC2
 | *configuration* (producer) | The component configuration |  | 
EC2Configuration
@@ -81,12 +82,13 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (11 parameters):
+=== Query Parameters (12 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *amazonEc2Client* (producer) | To use a existing configured AmazonEC2Client 
as client |  | AmazonEC2
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]



[camel] 02/03: Regen

2020-07-15 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

commit ef9791e27a8796560a657ce3fdaf49ad89d89be5
Author: Andrea Cosentino 
AuthorDate: Wed Jul 15 07:44:19 2020 +0200

Regen
---
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index b7dc58f3..29712cc 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -9117,7 +9117,7 @@ public class StaticEndpointBuilders {
  * 
  * @param path masterUrl
  */
-public static 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
 kubernetesServiceAccounts(
+static 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
 kubernetesServiceAccounts(
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.endpointBuilder("kubernetes-service-accounts",
 path);
 }
@@ -9138,7 +9138,7 @@ public class StaticEndpointBuilders {
  * instead of the default name
  * @param path masterUrl
  */
-public static 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
 kubernetesServiceAccounts(
+static 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.KubernetesServiceAccountsEndpointBuilder
 kubernetesServiceAccounts(
 String componentName,
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.KubernetesServiceAccountsEndpointBuilderFactory.endpointBuilder(componentName,
 path);
@@ -11087,7 +11087,7 @@ public class StaticEndpointBuilders {
  * 
  * @param path configFile
  */
-static 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointBuilder
 optaplanner(
+public static 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointBuilder
 optaplanner(
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.endpointBuilder("optaplanner",
 path);
 }
@@ -11108,7 +11108,7 @@ public class StaticEndpointBuilders {
  * instead of the default name
  * @param path configFile
  */
-static 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointBuilder
 optaplanner(
+public static 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.OptaPlannerEndpointBuilder
 optaplanner(
 String componentName,
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.OptaPlannerEndpointBuilderFactory.endpointBuilder(componentName,
 path);



[camel] 02/03: Regen docs

2020-07-09 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

commit 5653c7b12ac220e3e92855499f574eba0e21599a
Author: Andrea Cosentino 
AuthorDate: Thu Jul 9 16:31:49 2020 +0200

Regen docs
---
 camel-dependencies/pom.xml  | 2 +-
 .../resources/org/apache/camel/catalog/components/aws2-mq.json  | 2 ++
 .../resources/org/apache/camel/catalog/components/aws2-msk.json | 2 ++
 .../resources/org/apache/camel/catalog/components/aws2-ses.json | 2 ++
 .../resources/org/apache/camel/catalog/components/aws2-sns.json | 2 ++
 .../resources/org/apache/camel/catalog/components/aws2-sqs.json | 2 ++
 .../org/apache/camel/catalog/components/aws2-translate.json | 2 ++
 .../resources/org/apache/camel/catalog/docs/apns-component.adoc | 2 +-
 .../resources/org/apache/camel/catalog/docs/aws2-mq-component.adoc  | 6 --
 .../resources/org/apache/camel/catalog/docs/aws2-msk-component.adoc | 6 --
 .../resources/org/apache/camel/catalog/docs/aws2-ses-component.adoc | 6 --
 .../resources/org/apache/camel/catalog/docs/aws2-sns-component.adoc | 6 --
 .../resources/org/apache/camel/catalog/docs/aws2-sqs-component.adoc | 6 --
 .../org/apache/camel/catalog/docs/aws2-translate-component.adoc | 6 --
 .../resources/org/apache/camel/catalog/docs/cm-sms-component.adoc   | 4 ++--
 15 files changed, 40 insertions(+), 16 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9cf6bb2..4721db6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -434,7 +434,7 @@
 3.3.3
 0.1.8
 1.5.0
-4.0.4
+4.0.5
 2013.6.1
 0.9.6
 2.4.8.Final
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-mq.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-mq.json
index 9b5c1fd..83a1dcf 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-mq.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-mq.json
@@ -30,6 +30,7 @@
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"producer", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.mq.MQ2Configuration", 
"configurationField": "configuration", "description": "To define a proxy port 
when instantiating the MQ client" },
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "secret": false, "defaultValue": "HTTPS", 
"configurationClass": "org.apache.camel.component.aws2.mq.MQ2Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantiating the MQ client" },
 "region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": 
"configuration", "description": "The region in which MQ client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east-1) [...]
+"trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "false", "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
 "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": "org.apache.camel.component.aws2.mq.MQ2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "kind": "property", "displayName": "Secret 

[camel] 02/03: Regen

2020-06-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

commit ab98fdff94b2ea2b4b9f3fab3ad38e1c0373f3f1
Author: Claus Ibsen 
AuthorDate: Tue Jun 23 06:13:33 2020 +0200

Regen
---
 .../camel/catalog/archetypes/archetype-catalog.xml | 36 +++---
 .../apache/camel/catalog/components/braintree.json |  2 +-
 .../modules/ROOT/pages/braintree-component.adoc|  2 +-
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
index 1c960fa..eb476a6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
@@ -3,57 +3,57 @@
   
 
   org.apache.camel.archetypes
-  camel-archetype-api-component
+  camel-archetype-component
   3.5.0-SNAPSHOT
-  Creates a new Camel component that wraps one or more API 
proxies.
+  Creates a new Camel component.
 
 
   org.apache.camel.archetypes
-  camel-archetype-blueprint
+  camel-archetype-main
   3.5.0-SNAPSHOT
-  Creates a new Camel project with OSGi blueprint support. 
Ready to be deployed in OSGi.
+  Creates a new Camel project using standalone Camel 
Main.
 
 
   org.apache.camel.archetypes
-  camel-archetype-cdi
+  camel-archetype-java
   3.5.0-SNAPSHOT
-  Creates a new Camel project using CDI.
+  Creates a new Camel project using Java DSL.
 
 
   org.apache.camel.archetypes
-  camel-archetype-component
+  camel-archetype-spring-boot
   3.5.0-SNAPSHOT
-  Creates a new Camel component.
+  Creates a new Camel project using Spring Boot.
 
 
   org.apache.camel.archetypes
-  camel-archetype-dataformat
+  camel-archetype-cdi
   3.5.0-SNAPSHOT
-  Creates a new Camel data format.
+  Creates a new Camel project using CDI.
 
 
   org.apache.camel.archetypes
-  camel-archetype-java
+  camel-archetype-blueprint
   3.5.0-SNAPSHOT
-  Creates a new Camel project using Java DSL.
+  Creates a new Camel project with OSGi blueprint support. 
Ready to be deployed in OSGi.
 
 
   org.apache.camel.archetypes
-  camel-archetype-spring-boot
+  camel-archetype-api-component
   3.5.0-SNAPSHOT
-  Creates a new Camel project using Spring Boot.
+  Creates a new Camel component that wraps one or more API 
proxies.
 
 
   org.apache.camel.archetypes
-  camel-archetype-spring
+  camel-archetype-dataformat
   3.5.0-SNAPSHOT
-  Creates a new Camel project with added Spring DSL 
support.
+  Creates a new Camel data format.
 
 
   org.apache.camel.archetypes
-  camel-archetype-main
+  camel-archetype-spring
   3.5.0-SNAPSHOT
-  Creates a new Camel project using standalone Camel 
Main.
+  Creates a new Camel project with added Spring DSL 
support.
 
   
 
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
index f72bc6f..18b6133 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
@@ -41,7 +41,7 @@
 "basicPropertyBinding": { "kind": "parameter", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
 "httpReadTimeout": { "kind": "parameter", "displayName": "Http Read 
Timeout", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.braintree.BraintreeConfiguration", 
"configurationField": "configuration", "description": "Set read timeout for 
http calls." },
 "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "description": "Sets whether synchronous processing should be strictly 
used, or Camel is allowed to use asynchronous processing (if supported)." },
-

[camel] 02/03: Regen

2020-06-15 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

commit 26f7a1e31f387d861e009b49ab2b2b73b2ec22a0
Author: Claus Ibsen 
AuthorDate: Mon Jun 15 14:14:04 2020 +0200

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

diff --git a/docs/components/modules/ROOT/pages/telegram-component.adoc 
b/docs/components/modules/ROOT/pages/telegram-component.adoc
index 82ecb3a..1f147b4 100644
--- a/docs/components/modules/ROOT/pages/telegram-component.adoc
+++ b/docs/components/modules/ROOT/pages/telegram-component.adoc
@@ -95,7 +95,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (31 parameters):
+=== Query Parameters (32 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -117,6 +117,7 @@ with the following path and query parameters:
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | *proxyHost* (proxy) | HTTP proxy host which could be used when sending out 
the message. |  | String
 | *proxyPort* (proxy) | HTTP proxy port which could be used when sending out 
the message. |  | Integer
+| *proxyType* (proxy) | HTTP proxy type which could be used when sending out 
the message. The value can be one of: HTTP, SOCKS4, SOCKS5 | HTTP | 
TelegramProxyType
 | *backoffErrorThreshold* (scheduler) | The number of subsequent error polls 
(failed due some error) that should happen before the backoffMultipler should 
kick-in. |  | int
 | *backoffIdleThreshold* (scheduler) | The number of subsequent idle polls 
that should happen before the backoffMultipler should kick-in. |  | int
 | *backoffMultiplier* (scheduler) | To let the scheduled polling consumer 
backoff if there has been a number of subsequent idles/errors in a row. The 
multiplier is then the number of polls that will be skipped before the next 
actual attempt is happening again. When this option is in use then 
backoffIdleThreshold and/or backoffErrorThreshold must also be configured. |  | 
int



[camel] 02/03: Regen documentation

2020-06-11 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

commit 2ecf9d991116cacc840099cfbe8969c8775fd9f2
Author: Andrea Cosentino 
AuthorDate: Thu Jun 11 09:12:07 2020 +0200

Regen documentation
---
 .../org/apache/camel/component/rabbitmq/rabbitmq.json|  2 +-
 .../camel/builder/endpoint/StaticEndpointBuilders.java   | 12 ++--
 .../builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java | 12 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
 
b/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
index 5b84375..08e3bc9 100644
--- 
a/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
+++ 
b/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
@@ -76,7 +76,7 @@
 "username": { "kind": "property", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"defaultValue": "guest", "description": "Username in case of authenticated 
access" }
   },
   "properties": {
-"exchangeName": { "kind": "path", "displayName": "Exchange Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The exchange name determines which exchange produced 
messages will sent to. In the case of consumers, the exchange name determines 
which exchange the queue will bind to." },
+"exchangeName": { "kind": "path", "displayName": "Exchange Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The exchange name determines the exchange to which the 
produced messages will be sent to. In the case of consumers, the exchange name 
determines the exchange the queue will be bound to." },
 "addresses": { "kind": "parameter", "displayName": "Addresses", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "If 
this option is set, camel-rabbitmq will try to create connection based on the 
setting of option addresses. The addresses value is a string which looks like 
server1:12345, server2:12345" },
 "autoDelete": { "kind": "parameter", "displayName": "Auto Delete", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "description": "If it is true, the exchange will be deleted when it is 
no longer in use" },
 "automaticRecoveryEnabled": { "kind": "parameter", "displayName": 
"Automatic Recovery Enabled", "group": "common", "label": "common", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "true", "description": "Enables connection 
automatic recovery (uses connection implementation that performs automatic 
recovery when existing connection has failures)" },
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index c7ebc03..0be4911 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -11587,9 +11587,9 @@ public class StaticEndpointBuilders {
  * Syntax: rabbitmq:exchangeName
  * 
  * Path parameter: exchangeName (required)
- * The exchange name determines which exchange produced messages will sent
- * to. In the case of consumers, the exchange name determines which 
exchange
- * the queue will bind to.
+ * The exchange name determines the exchange to which the produced messages
+ * will be sent to. In the case of consumers, the exchange name determines
+ * the exchange the queue will be bound to.
  * 
  * @param path exchangeName
  */
@@ -11608,9 +11608,9 @@ public class StaticEndpointBuilders {
  * Syntax: rabbitmq:exchangeName
  * 
  * Path parameter: exchangeName (required)
- * The exchange name determines which exchange produced messages will sent
- * to. In the case of consumers, the exchange name determines which 
exchange
- * the queue will bind to.
+ * The exchange name determines the exchange to which the produced 

[camel] 02/03: Regen

2020-05-14 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

commit e9da9c37ed3e43df179937ee30e4372270153354
Author: Andrea Cosentino 
AuthorDate: Thu May 14 10:53:39 2020 +0200

Regen
---
 .../builder/endpoint/StaticEndpointBuilders.java   | 50 --
 1 file changed, 18 insertions(+), 32 deletions(-)

diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index e503ef4..d0a771b 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1490,45 +1490,31 @@ public class StaticEndpointBuilders {
 return 
org.apache.camel.builder.endpoint.dsl.Sqs2EndpointBuilderFactory.endpointBuilder(componentName,path);
 }
 /**
- * AWS 2 Translate (camel-aws2-translate)
- * Translate texts using AWS Translate and AWS SDK version 2.x.
- * 
- * Category: cloud,management
- * Since: 3.1
- * Maven coordinates: org.apache.camel:camel-aws2-translate
- * 
- * Syntax: aws2-translate:label
- * 
- * Path parameter: label (required)
+ * AWS 2 Translate (camel-aws2-translate) Translate texts using AWS
+ * Translate and AWS SDK version 2.x. Category: cloud,management Since: 3.1
+ * Maven coordinates: org.apache.camel:camel-aws2-translate Syntax:
+ * aws2-translate:label Path parameter: label (required)
  * Logical name
- * 
  * @param path label
  */
 static 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2EndpointBuilder
 aws2Translate(
-String path) {
-return 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder("aws2-translate",
 path);
+java.lang.String path) {
+return 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder("aws2-translate",path);
 }
 /**
- * AWS 2 Translate (camel-aws2-translate)
- * Translate texts using AWS Translate and AWS SDK version 2.x.
- * 
- * Category: cloud,management
- * Since: 3.1
- * Maven coordinates: org.apache.camel:camel-aws2-translate
- * 
- * Syntax: aws2-translate:label
- * 
- * Path parameter: label (required)
+ * AWS 2 Translate (camel-aws2-translate) Translate texts using AWS
+ * Translate and AWS SDK version 2.x. Category: cloud,management Since: 3.1
+ * Maven coordinates: org.apache.camel:camel-aws2-translate Syntax:
+ * aws2-translate:label Path parameter: label (required)
  * Logical name
- * 
  * @param componentName to use a custom component name for the endpoint
  * instead of the default name
  * @param path label
  */
 static 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.Translate2EndpointBuilder
 aws2Translate(
-String componentName,
-String path) {
-return 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder(componentName,
 path);
+java.lang.String componentName,
+java.lang.String path) {
+return 
org.apache.camel.builder.endpoint.dsl.Translate2EndpointBuilderFactory.endpointBuilder(componentName,path);
 }
 /**
  * AWS CloudWatch (camel-aws-cw)
@@ -3759,8 +3745,8 @@ public class StaticEndpointBuilders {
  * @param path beanId:address
  */
 static 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.CxfEndpointBuilder
 cxf(
-java.lang.String path) {
-return 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.endpointBuilder("cxf",path);
+String path) {
+return 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.endpointBuilder("cxf",
 path);
 }
 /**
  * CXF (camel-cxf)
@@ -3784,9 +3770,9 @@ public class StaticEndpointBuilders {
  * @param path beanId:address
  */
 static 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.CxfEndpointBuilder
 cxf(
-java.lang.String componentName,
-java.lang.String path) {
-return 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.endpointBuilder(componentName,path);
+String componentName,
+String path) {
+return 
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.endpointBuilder(componentName,
 path);
 }
 /**
  * CXF-RS (camel-cxf)



[camel] 02/03: Regen docs

2020-05-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

commit be5bb7b225647566bd07bddc710395492c501b88
Author: Andrea Cosentino 
AuthorDate: Thu May 7 12:50:37 2020 +0200

Regen docs
---
 .../resources/org/apache/camel/component/aws/s3/aws-s3.json | 4 ++--
 components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 4 ++--
 .../camel/builder/component/dsl/AwsS3ComponentBuilderFactory.java   | 2 +-
 .../apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
 
b/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
index e4d2e26..3e63e55 100644
--- 
a/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
+++ 
b/components/camel-aws-s3/src/generated/resources/org/apache/camel/component/aws/s3/aws-s3.json
@@ -27,7 +27,7 @@
 "endpointConfiguration": { "kind": "property", "displayName": "Endpoint 
Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "Amazon AWS Endpoint Configuration" },
 "pathStyleAccess": { "kind": "property", "displayName": "Path Style 
Access", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "Whether or not the S3 client should use path 
style access" },
 "policy": { "kind": "property", "displayName": "Policy", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "The policy for this queue to set in the 
com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method." },
-"proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
SQS client" },
+"proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
S3 client" },
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws.s3.S3Configuration", 
"configurationField": "configuration", "description": "Specify a proxy port to 
be used inside the client definition." },
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.amazonaws.Protocol", "enum": [ "HTTP", "HTTPS" ], 
"deprecated": false, "secret": false, "defaultValue": "HTTPS", 
"configurationClass": "org.apache.camel.component.aws.s3.S3Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantiating the S3 client" },
 "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.s3.S3Configuration", "configurationField": 
"configuration", "description": "The region in which S3 client needs to work. 
When using this parameter, the configuration will expect the capitalized name 
of the region (for example AP_EAST_1) Y [...]
@@ -67,7 +67,7 @@
 "endpointConfiguration": { "kind": "parameter", "displayName": "Endpoint 
Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration", 
"deprecated": false, "secret": false, "configurationClass": 

[camel] 02/03: Regen camel-aws2-s3 configurers and builders

2020-04-22 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

commit c5d97be96e036962781a9bfdad35c78eef10f6ef
Author: Andrea Cosentino 
AuthorDate: Wed Apr 22 08:37:55 2020 +0200

Regen camel-aws2-s3 configurers and builders
---
 .../org/apache/camel/component/aws2/s3/aws2-s3.json|  2 +-
 .../camel-aws2-s3/src/main/docs/aws2-s3-component.adoc |  8 
 .../builder/component/ComponentsBuilderFactory.java|  2 +-
 .../component/dsl/Aws2S3ComponentBuilderFactory.java   |  4 ++--
 .../src/generated/resources/metadata.json  |  2 +-
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 18 ++
 6 files changed, 19 insertions(+), 17 deletions(-)

diff --git 
a/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
 
b/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
index 1a18061..6c48f43 100644
--- 
a/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
+++ 
b/components/camel-aws2-s3/src/generated/resources/org/apache/camel/component/aws2/s3/aws2-s3.json
@@ -2,7 +2,7 @@
   "component": {
 "kind": "component",
 "name": "aws2-s3",
-"title": "AWS2 S3 Storage Service",
+"title": "AWS 2 S3 Storage Service",
 "description": "The aws2-s3 component is used for storing and retrieving 
object from Amazon S3 Storage Service.",
 "deprecated": false,
 "firstVersion": "3.2.0",
diff --git a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc 
b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
index 2647176..a6d9977 100644
--- a/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
+++ b/components/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc
@@ -1,6 +1,6 @@
 [[aws2-s3-component]]
-= AWS2 S3 Storage Service Component
-:docTitle: AWS2 S3 Storage Service
+= AWS 2 S3 Storage Service Component
+:docTitle: AWS 2 S3 Storage Service
 :artifactId: camel-aws2-s3
 :description: The aws2-s3 component is used for storing and retrieving object 
from Amazon S3 Storage Service.
 :since: 3.2
@@ -47,7 +47,7 @@ 
from("aws2-s3://helloBucket?accessKey=yourAccessKey=yourSecretKey
 
 
 // component options: START
-The AWS2 S3 Storage Service component supports 38 options, which are listed 
below.
+The AWS 2 S3 Storage Service component supports 38 options, which are listed 
below.
 
 
 
@@ -106,7 +106,7 @@ The AWS2 S3 Storage Service component supports 38 options, 
which are listed belo
 
 
 // endpoint options: START
-The AWS2 S3 Storage Service endpoint is configured using URI syntax:
+The AWS 2 S3 Storage Service endpoint is configured using URI syntax:
 
 
 aws2-s3://bucketNameOrArn
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 755bd1b..1806077 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -610,7 +610,7 @@ public interface ComponentsBuilderFactory {
 return 
org.apache.camel.builder.component.dsl.Aws2MskComponentBuilderFactory.aws2Msk();
 }
 /**
- * AWS2 S3 Storage Service (camel-aws2-s3)
+ * AWS 2 S3 Storage Service (camel-aws2-s3)
  * The aws2-s3 component is used for storing and retrieving object from
  * Amazon S3 Storage Service.
  * 
diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java
index 2a2ee38..5a5582a 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2S3ComponentBuilderFactory.java
@@ -32,7 +32,7 @@ import org.apache.camel.component.aws2.s3.AWS2S3Component;
 public interface Aws2S3ComponentBuilderFactory {
 
 /**
- * AWS2 S3 Storage Service (camel-aws2-s3)
+ * AWS 2 S3 Storage Service (camel-aws2-s3)
  * The aws2-s3 component is used for storing and retrieving object from
  * Amazon S3 Storage Service.
  * 
@@ -45,7 +45,7 @@ public interface Aws2S3ComponentBuilderFactory {
 }
 
 /**
- * Builder for the AWS2 S3 Storage Service component.
+ * Builder for the AWS 2 S3 Storage Service component.
  */
 interface Aws2S3ComponentBuilder
 extends
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 

[camel] 02/03: 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

commit d9cb0924e503aefad3ab47e70d0f69cb5dc27f04
Author: Andrea Cosentino 
AuthorDate: Tue Mar 3 17:50:32 2020 +0100

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

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 58f3244..bfbb2a8 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -47,6 +47,7 @@
 * xref:aws2-ddb-component.adoc[AWS 2 DynamoDB Component]
 * xref:aws2-ddbstream-component.adoc[AWS 2 DynamoDB Streams Component]
 * xref:aws2-ec2-component.adoc[AWS 2 EC2 Component]
+* xref:aws2-ec2-component.adoc[AWS 2 EC2 Component]
 * xref:aws2-ecs-component.adoc[AWS 2 ECS Component]
 * xref:aws2-eks-component.adoc[AWS 2 EKS Component]
 * xref:aws2-iam-component.adoc[AWS 2 IAM Component]
diff --git a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
index f54c04d..08c93bb 100644
--- a/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ec2-component.adoc
@@ -1,6 +1,6 @@
 [[aws2-ec2-component]]
 = AWS 2 EC2 Component
-:page-source: components/camel-aws2-ec2/src/main/docs/aws2-ec2-component.adoc
+:page-source: 
components/camel-aws2-ec2/bin/src/main/docs/aws2-ec2-component.adoc
 
 *Since Camel 3.1*
 
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc 
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index 190d4cd..503fda1 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -88,7 +88,7 @@ The Kafka component supports 96 options, which are listed 
below.
 | *key* (producer) | The record key (or null if no key is specified). If this 
option has been configured then it take precedence over header 
KafkaConstants#KEY |  | String
 | *keySerializerClass* (producer) | The serializer class for keys (defaults to 
the same as for messages if nothing is given). | 
org.apache.kafka.common.serialization.StringSerializer | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
-| *lingerMs* (producer) | The producer groups together any records that arrive 
in between request transmissions into a single batched request. Normally this 
occurs only under load when records arrive faster than they can be sent out. 
However in some circumstances the client may want to reduce the number of 
requests even under moderate load. This setting accomplishes this by adding a 
small amount of artificial delaythat is, rather than immediately sending out a 
record the producer will wa [...]
+| *lingerMs* (producer) | The producer groups together any records that arrive 
in between request transmissions into a single batched request. Normally this 
occurs only under load when records arrive faster than they can be sent out. 
However in some circumstances the client may want to reduce the number of 
requests even under moderate load. This setting accomplishes this by adding a 
small amount of artificial delay that is, rather than immediately sending out a 
record the producer will w [...]
 | *maxBlockMs* (producer) | The configuration controls how long sending to 
kafka will block. These methods can be blocked for multiple reasons. For e.g: 
buffer full, metadata unavailable.This configuration imposes maximum limit on 
the total time spent in fetching metadata, serialization of key and value, 
partitioning and allocation of buffer memory when doing a send(). In case of 
partitionsFor(), this configuration imposes a maximum time threshold on waiting 
for metadata | 6 | Integer
 | *maxInFlightRequest* (producer) | The maximum number of unacknowledged 
requests the client will send on a single connection before blocking. Note that 
if this setting is set to be greater than 1 and there are failed sends, there 
is a risk of message re-ordering due to retries (i.e., if retries are enabled). 
| 5 | Integer
 | *maxRequestSize* (producer) | The maximum size of a request. This is also 
effectively a cap on the maximum record size. Note that the server has its own 
cap on record size which 

[camel] 02/03: Regen

2020-02-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

commit 9a1ce0d6580993bef56499cb696235eb4baaf349
Author: Andrea Cosentino 
AuthorDate: Mon Feb 24 10:24:20 2020 +0100

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

diff --git a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc 
b/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
index ed6164d..b1cc3b2 100644
--- a/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
+++ b/components/camel-aws2-ses/src/main/docs/aws2-ses-component.adoc
@@ -1,6 +1,8 @@
 [[aws2-ses-component]]
 = AWS 2 Simple Email Service Component
 
+*Since Camel 3.1*
+
 // HEADER START
 *Only producer is supported*
 // HEADER END
@@ -178,4 +180,4 @@ Maven users will need to add the following dependency to 
their pom.xml.
 where `$\{camel-version\}` must be replaced by the actual version of Camel.
 
 
-include::camel-spring-boot::page$aws2-ses-starter.adoc[]
+include::camel-spring-boot::page$aws2-ses-starter.adoc[]
\ No newline at end of file



[camel] 02/03: Regen

2020-02-19 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

commit e63a827dd03209c674dfe9ffdbfb3c8bc999255b
Author: Claus Ibsen 
AuthorDate: Thu Feb 20 05:36:56 2020 +0100

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

diff --git a/docs/components/modules/ROOT/pages/mail-component.adoc 
b/docs/components/modules/ROOT/pages/mail-component.adoc
index 363bda8..e6f3d26 100644
--- a/docs/components/modules/ROOT/pages/mail-component.adoc
+++ b/docs/components/modules/ROOT/pages/mail-component.adoc
@@ -136,7 +136,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (65 parameters):
+=== Query Parameters (66 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -150,6 +150,7 @@ with the following path and query parameters:
 | *handleFailedMessage* (consumer) | If the mail consumer cannot retrieve a 
given mail message, then this option allows to handle the caused exception by 
the consumer's error handler. By enable the bridge error handler on the 
consumer, then the Camel routing error handler can handle the exception 
instead. The default behavior would be the consumer throws an exception and no 
mails from the batch would be able to be routed by Camel. | false | boolean
 | *maxMessagesPerPoll* (consumer) | Specifies the maximum number of messages 
to gather per poll. By default, no maximum is set. Can be used to set a limit 
of e.g. 1000 to avoid downloading thousands of files when the server starts up. 
Set a value of 0 or negative to disable this option. |  | int
 | *mimeDecodeHeaders* (consumer) | This option enables transparent MIME 
decoding and unfolding for mail headers. | false | boolean
+| *moveTo* (consumer) | After processing a mail message, it can be moved to a 
mail folder with the given name. You can override this configuration value, 
with a header with the key moveTo, allowing you to move messages to folder 
names configured at runtime. |  | String
 | *peek* (consumer) | Will mark the javax.mail.Message as peeked before 
processing the mail message. This applies to IMAPMessage messages types only. 
By using peek the mail will not be eager marked as SEEN on the mail server, 
which allows us to rollback the mail message if there is an error processing in 
Camel. | true | boolean
 | *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll 
any files, you can enable this option to send an empty message (no body) 
instead. | false | boolean
 | *skipFailedMessage* (consumer) | If the mail consumer cannot retrieve a 
given mail message, then this option allows to skip the message and move on to 
retrieve the next mail message. The default behavior would be the consumer 
throws an exception and no mails from the batch would be able to be routed by 
Camel. | false | boolean



[camel] 02/03: Regen

2020-01-28 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

commit 2be7b0bf853aebb64d802cf39baebc325c255579
Author: Claus Ibsen 
AuthorDate: Tue Jan 28 22:37:52 2020 +0100

Regen
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 2 +-
 docs/components/modules/ROOT/pages/bindy-dataformat.adoc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc 
b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index e79fece..6603f85 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -59,7 +59,7 @@ The Bindy dataformat supports 6 options, which are listed 
below.
 [width="100%",cols="2s,1m,1m,6",options="header"]
 |===
 | Name | Default | Java Type | Description
-| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
 | classType |  | String | Name of model class to use.
 | locale |  | String | To configure a default locale to use, such as us for 
united states. To use the JVM platform default locale then use the name default
 | unwrapSingleInstance | true | Boolean | When unmarshalling should a single 
instance be unwrapped and returned instead of wrapped in a java.util.List.
diff --git a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc 
b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
index 315ca94..3192660 100644
--- a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
@@ -60,7 +60,7 @@ The Bindy dataformat supports 6 options, which are listed 
below.
 [width="100%",cols="2s,1m,1m,6",options="header"]
 |===
 | Name | Default | Java Type | Description
-| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
 | classType |  | String | Name of model class to use.
 | locale |  | String | To configure a default locale to use, such as us for 
united states. To use the JVM platform default locale then use the name default
 | unwrapSingleInstance | true | Boolean | When unmarshalling should a single 
instance be unwrapped and returned instead of wrapped in a java.util.List.



[camel] 02/03: Regen

2020-01-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

commit 009ff58897ab07890d330f9294040794e6dafb35
Author: Andrea Cosentino 
AuthorDate: Mon Jan 20 09:08:28 2020 +0100

Regen
---
 .../java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java   | 1 +
 .../main/java/org/apache/camel/builder/endpoint/EndpointBuilders.java| 1 +
 docs/components/modules/ROOT/pages/index.adoc| 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
index 677a528..1c138cd 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
@@ -181,6 +181,7 @@ public interface EndpointBuilderFactory
 
org.apache.camel.builder.endpoint.dsl.JoltEndpointBuilderFactory.JoltBuilders,
 
org.apache.camel.builder.endpoint.dsl.JooqEndpointBuilderFactory.JooqBuilders,
 
org.apache.camel.builder.endpoint.dsl.JpaEndpointBuilderFactory.JpaBuilders,
+
org.apache.camel.builder.endpoint.dsl.JsltEndpointBuilderFactory.JsltBuilders,
 
org.apache.camel.builder.endpoint.dsl.JsonValidatorEndpointBuilderFactory.JsonValidatorBuilders,
 
org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.Jt400Builders,
 
org.apache.camel.builder.endpoint.dsl.KMSEndpointBuilderFactory.KMSBuilders,
diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
index f57427d..5bf800e 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
@@ -178,6 +178,7 @@ public interface EndpointBuilders
 org.apache.camel.builder.endpoint.dsl.JoltEndpointBuilderFactory,
 org.apache.camel.builder.endpoint.dsl.JooqEndpointBuilderFactory,
 org.apache.camel.builder.endpoint.dsl.JpaEndpointBuilderFactory,
+org.apache.camel.builder.endpoint.dsl.JsltEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.JsonValidatorEndpointBuilderFactory,
 org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory,
 org.apache.camel.builder.endpoint.dsl.KMSEndpointBuilderFactory,
diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index f038038..d32a28a 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -6,7 +6,6 @@ The following Apache Camel artifacts are provided:
 == Components
 
 // components: START
-===
 Number of Components: 310 in 248 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]



[camel] 02/03: Regen

2019-12-29 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

commit eca7b0ff71de04bb955aac5ff6b5790779886f9d
Author: Claus Ibsen 
AuthorDate: Sun Dec 29 13:41:53 2019 +0100

Regen
---
 docs/user-manual/modules/ROOT/pages/saga-eip.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/user-manual/modules/ROOT/pages/saga-eip.adoc 
b/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
index bb3638a..dc097f7 100644
--- a/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
@@ -33,6 +33,7 @@ The Saga EIP supports 6 options which are listed below:
 | *compensation* | The compensation endpoint URI that must be called to 
compensate all changes done in the route. The route corresponding to the 
compensation URI must perform compensation and complete without error. If 
errors occur during compensation, the saga service may call again the 
compensation URI to retry. |  | SagaActionUri Definition
 | *completion* | The completion endpoint URI that will be called when the Saga 
is completed successfully. The route corresponding to the completion URI must 
perform completion tasks and terminate without error. If errors occur during 
completion, the saga service may call again the completion URI to retry. |  | 
SagaActionUri Definition
 | *option* | Allows to save properties of the current exchange in order to 
re-use them in a compensation/completion callback route. Options are usually 
helpful e.g. to store and retrieve identifiers of objects that should be 
deleted in compensating actions. Option values will be transformed into input 
headers of the compensation/completion exchange. |  | List
+| *sagaServiceRef* |  Refers to the id to lookup in the registry for the 
specific CamelSagaService to use. | | String
 |===
 // eip options: END
 



[camel] 02/03: Regen

2019-11-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

commit 866c3d181a292c223aacb60b65b5e5942e267612
Author: Claus Ibsen 
AuthorDate: Fri Nov 22 15:38:01 2019 +0100

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

diff --git a/docs/components/modules/ROOT/pages/netty-http-component.adoc 
b/docs/components/modules/ROOT/pages/netty-http-component.adoc
index c140ea6..b882de2 100644
--- a/docs/components/modules/ROOT/pages/netty-http-component.adoc
+++ b/docs/components/modules/ROOT/pages/netty-http-component.adoc
@@ -145,7 +145,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (79 parameters):
+=== Query Parameters (80 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -168,6 +168,7 @@ with the following path and query parameters:
 | *compression* (consumer) | Allow using gzip/deflate for compression on the 
Netty HTTP server if the client supports it from the HTTP headers. | false | 
boolean
 | *disconnectOnNoReply* (consumer) | If sync is enabled then this option 
dictates NettyConsumer if it should disconnect where there is no reply to send 
back. | true | boolean
 | *httpMethodRestrict* (consumer) | To disable HTTP methods on the Netty HTTP 
consumer. You can specify multiple separated by comma. |  | String
+| *logWarnOnBadRequest* (consumer) | Whether Netty HTTP server should log a 
WARN if decoding the HTTP request failed and a HTTP Status 400 (bad request) is 
returned. | true | boolean
 | *mapHeaders* (consumer) | If this option is enabled, then during binding 
from Netty to Camel Message then the headers will be mapped as well (eg added 
as header to the Camel Message as well). You can turn off this option to 
disable this. The headers can still be accessed from the 
org.apache.camel.component.netty.http.NettyHttpMessage message with the method 
getHttpRequest() that returns the Netty HTTP request 
io.netty.handler.codec.http.HttpRequest instance. | true | boolean
 | *maxHeaderSize* (consumer) | The maximum length of all headers. If the sum 
of the length of each header exceeds this value, a 
io.netty.handler.codec.TooLongFrameException will be raised. | 8192 | int
 | *nettyServerBootstrapFactory* (consumer) | To use a custom 
NettyServerBootstrapFactory |  | NettyServerBootstrapFactory



[camel] 02/03: Regen

2019-11-12 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

commit f6ad8f3b618deae5c485d17bc1de63d6f75f725c
Author: Andrea Cosentino 
AuthorDate: Tue Nov 12 11:43:43 2019 +0100

Regen
---
 .../modules/ROOT/pages/debezium-mysql-component.adoc |  5 +
 .../modules/ROOT/pages/debezium-postgres-component.adoc  |  2 --
 docs/components/modules/ROOT/pages/index.adoc| 16 +++-
 3 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
index 481135e..4331b6c 100644
--- a/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
@@ -1,16 +1,13 @@
 [[debezium-mysql-component]]
 = Debezium MySQL Connector Component
 :page-source: 
components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
-= Debezium MySQL Component
+
 *Since Camel 3.0*
 
 // HEADER START
 *Only Consumer is supported*
 // HEADER END
 
-
-*Since Camel 3.0*
-
 The Debezium MySQL component is wrapper around https://debezium.io/[Debezium] 
using 
https://debezium.io/documentation/reference/0.9/operations/embedded.html[Debezium
 Embedded], which enables Change Data Capture from MySQL database using 
Debezium without the need for Kafka or Kafka Connect.
 
 *Note on handling failures:* Per 
https://debezium.io/documentation/reference/0.9/operations/embedded.html#_handling_failures[Debezium
 Embedded Engine] documentation, the engines is actively recording source 
offsets and periodically flushes these offsets to a persistent storage, so when 
the application is restarted or crashed, the engine will resume from the last 
recorded offset.
diff --git 
a/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
index cec2685..37fd45b 100644
--- a/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
@@ -9,8 +9,6 @@
 // HEADER END
 
 
-*Since Camel 3.0*
-
 The Debezium PostgresSQL component is wrapper around 
https://debezium.io/[Debezium] using 
https://debezium.io/documentation/reference/0.9/operations/embedded.html[Debezium
 Embedded], which enables Change Data Capture from PostgresSQL database using 
Debezium without the need for Kafka or Kafka Connect.
 
 *Note on handling failures:* Per 
https://debezium.io/documentation/reference/0.9/operations/embedded.html#_handling_failures[Debezium
 Embedded Engine] documentation, the engines is actively recording source 
offsets and periodically flushes these offsets to a persistent storage, so when 
the application is restarted or crashed, the engine will resume from the last 
recorded offset.
diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index fcee28c..b0c3183 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -6,7 +6,7 @@ The following Apache Camel artifacts are provided:
 == Components
 
 // components: START
-Number of Components: 303 in 241 JAR artifacts (0 deprecated)
+Number of Components: 300 in 238 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -314,8 +314,6 @@ Number of Components: 303 in 241 JAR artifacts (0 
deprecated)
 
 | xref:jdbc-component.adoc[JDBC] (camel-jdbc) | 1.2 | The jdbc component 
enables you to access databases through JDBC, where SQL queries are sent in the 
message body.
 
-| xref:jetty-component.adoc[Jetty] (camel-jetty) | 1.2 | To use Jetty as a 
HTTP server as consumer for Camel routes.
-
 | xref:websocket-component.adoc[Jetty Websocket] (camel-websocket) | 2.10 | 
The websocket component provides websocket endpoints with Jetty for 
communicating with clients using websocket.
 
 | xref:jgroups-component.adoc[JGroups] (camel-jgroups) | 2.13 | The jgroups 
component provides exchange of messages between Camel and JGroups clusters.
@@ -508,8 +506,6 @@ Number of Components: 303 in 241 JAR artifacts (0 
deprecated)
 
 | xref:servicenow-component.adoc[ServiceNow] (camel-servicenow) | 2.18 | The 
servicenow component is used to integrate Camel with ServiceNow cloud services.
 
-| xref:servlet-component.adoc[Servlet] (camel-servlet) | 2.0 | To use a HTTP 
Servlet as entry for Camel routes when running in a servlet container.
-
 | xref:sftp-component.adoc[SFTP] (camel-ftp) | 1.1 | The \sftp (FTP over SSH) 
component is used for uploading or downloading files from SFTP servers.
 
 | xref:sjms-component.adoc[Simple JMS] (camel-sjms) | 2.11 | The sjms 
component (simple jms) allows messages to be sent to (or consumed from) a JMS 
Queue or Topic (uses JMS 1.x API).
@@ -538,8 +534,6 @@ Number of 

[camel] 02/03: Regen docs

2019-09-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

commit 4b5c941e82f6f9aa0dc59c2d5a50556ab036cd86
Author: Andrea Cosentino 
AuthorDate: Mon Sep 23 15:45:25 2019 +0200

Regen docs
---
 ...rnetes-persistent-volumes-claims-component.adoc | 33 ++
 1 file changed, 33 insertions(+)

diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
index b0b5f2b..872a5e7 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
@@ -111,3 +111,36 @@ The component supports 2 options, which are listed below.
 - createPersistentVolumeClaim
 - deletePersistentVolumeClaim
 
+== Kubernetes Persistent Volume Claims Producer Examples
+
+- listPersistentVolumesClaims: this operation list the pvc on a kubernetes 
cluster
+
+[source,java]
+
+from("direct:list").
+
toF("kubernetes-persistent-volumes-claims:///?kubernetesClient=#kubernetesClient=listPersistentVolumesClaims").
+to("mock:result");
+
+
+This operation return a List of pvc from your cluster
+
+- listPersistentVolumesClaimsByLabels:  this operation list the pvc by labels 
on a kubernetes cluster
+
+[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_PERSISTENT_VOLUMES_CLAIMS_LABELS,
 labels);
+}
+});
+
toF("kubernetes-persistent-volumes-claims:///?kubernetesClient=#kubernetesClient=listPersistentVolumesClaimsByLabels").
+to("mock:result");
+
+
+This operation return a List of pvc from your cluster, using a label selector 
(with key1 and key2, with value value1 and value2)
+



[camel] 02/03: Regen

2019-08-25 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

commit f78c22993fe7b1a316cf789a9c213ece2a027513
Author: Claus Ibsen 
AuthorDate: Mon Aug 26 05:33:25 2019 +0200

Regen
---
 components/readme.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 86e9c4a..3638b06 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -566,7 +566,7 @@ Number of Components: 297 in 235 JAR artifacts (0 
deprecated)
 `micrometer:metricsType:metricsName` | 2.22 | To collect various metrics 
directly from Camel routes using the Micrometer library.
 
 | 
link:camel-microprofile-metrics/src/main/docs/microprofile-metrics-component.adoc[MicroProfile
 Metrics] (camel-microprofile-metrics) +
-`microprofile-metrics:metricType:metricsName` | 3.0 | Camel metrics exposed 
with Eclipse MicroProfile Metrics
+`microprofile-metrics:metricType:metricName` | 3.0 | Camel metrics exposed 
with Eclipse MicroProfile Metrics
 
 | link:camel-mina/src/main/docs/mina-component.adoc[Mina] (camel-mina) +
 `mina:protocol:host:port` | 2.10 | Socket level networking using TCP or UDP 
with the Apache Mina 2.x library.



[camel] 02/03: Regen

2019-08-06 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

commit 7d1cc9eb98e98b617a2f75f2825914054b28f7fe
Author: Claus Ibsen 
AuthorDate: Wed Aug 7 05:21:10 2019 +0200

Regen
---
 .../src/main/docs/rest-swagger-component.adoc|  4 ++--
 .../builder/endpoint/dsl/FileEndpointBuilderFactory.java |  5 ++---
 docs/components/modules/ROOT/pages/rabbitmq-component.adoc   |  2 +-
 .../modules/ROOT/pages/rest-swagger-component.adoc   | 12 ++--
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc 
b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
index 7636eec..fd19beb 100644
--- a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
+++ b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
@@ -167,10 +167,10 @@ The component supports 11 options, which are listed below.
 | *camel.component.rest-swagger.component-name* | Name of the Camel component 
that will perform the requests. The component must be present in Camel registry 
and it must implement RestProducerFactory service provider interface. If not 
set CLASSPATH is searched for single component that implements 
RestProducerFactory SPI. Can be overridden in endpoint configuration. |  | 
String
 | *camel.component.rest-swagger.consumes* | What payload type this component 
capable of consuming. Could be one type, like application/json or multiple 
types as application/json, application/xml; q=0.5 according to the RFC7231. 
This equates to the value of Accept HTTP header. If set overrides any value 
found in the Swagger specification. Can be overridden in endpoint configuration 
|  | String
 | *camel.component.rest-swagger.enabled* | Enable rest-swagger component | 
true | Boolean
-| *camel.component.rest-swagger.host* | Scheme hostname and port to direct the 
HTTP requests to in the form of \https://hostname:port. Can be configured at 
the endpoint, component or in the correspoding REST configuration in the Camel 
Context. If you give this component a name (e.g. petstore) that REST 
configuration is consulted first, rest-swagger next, and global configuration 
last. If set overrides any value found in the Swagger specification, 
RestConfiguration. Can be overridden in e [...]
+| *camel.component.rest-swagger.host* | Scheme hostname and port to direct the 
HTTP requests to in the form of \https://hostname:port. Can be configured at 
the endpoint, component or in the corresponding REST configuration in the Camel 
Context. If you give this component a name (e.g. petstore) that REST 
configuration is consulted first, rest-swagger next, and global configuration 
last. If set overrides any value found in the Swagger specification, 
RestConfiguration. Can be overridden in  [...]
 | *camel.component.rest-swagger.produces* | What payload type this component 
is producing. For example application/json according to the RFC7231. This 
equates to the value of Content-Type HTTP header. If set overrides any value 
present in the Swagger specification. Can be overridden in endpoint 
configuration. |  | String
 | *camel.component.rest-swagger.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.rest-swagger.specification-uri* | Path to the Swagger 
specification file. The scheme, host base path are taken from this 
specification, but these can be overriden with properties on the component or 
endpoint level. If not given the component tries to load swagger.json resource. 
Note that the host defined on the component and endpoint of this Component 
should contain the scheme, hostname and optionally the port in the URI syntax 
(i.e. \https://api.example.com:8080). Can [...]
+| *camel.component.rest-swagger.specification-uri* | Path to the Swagger 
specification file. The scheme, host base path are taken from this 
specification, but these can be overridden with properties on the component or 
endpoint level. If not given the component tries to load swagger.json resource. 
Note that the host defined on the component and endpoint of this Component 
should contain the scheme, hostname and optionally the port in the URI syntax 
(i.e. \https://api.example.com:8080). Ca [...]
 | *camel.component.rest-swagger.ssl-context-parameters* | Customize TLS 
parameters used by the component. If not set defaults to the TLS parameters set 
in the Camel context. The option is a 
org.apache.camel.support.jsse.SSLContextParameters type. |  | String
 | *camel.component.rest-swagger.use-global-ssl-context-parameters* | Enable 
usage of global SSL context parameters. | false | Boolean
 |===
diff --git 

[camel] 02/03: Regen

2019-07-31 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit f4544795d08c3a0d6e05aeca72ab23151040ed6a
Author: Andrea Cosentino 
AuthorDate: Wed Jul 31 11:41:25 2019 +0200

Regen
---
 camel-core/readme.adoc |  82 +-
 .../camel-ejb/src/main/docs/ejb-component.adoc |   2 +
 components/readme.adoc |   6 +-
 docs/components/modules/ROOT/nav.adoc  |  11 +-
 .../modules/ROOT/pages/ssh-component.adoc  | 283 +
 5 files changed, 90 insertions(+), 294 deletions(-)

diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index d189ec2..601cc9a 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -6,18 +6,90 @@ Components
 
 
 // components: START
-Number of Components: 2 in 1 JAR artifacts (1 deprecated)
+Number of Components: 26 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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` | 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/saga-component.adoc[Saga] (camel-core) +
+`saga:action` | 2.21 | The saga component provides access to advanced options 
for managing the flow in the Saga EIP.
+
+| link:src/main/docs/scheduler-component.adoc[Scheduler] (camel-core) +
+`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` | 1.1 | The seda component provides 

[camel] 02/03: Regen of regen

2019-07-02 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

commit 64bebcc1fa1dfe86e351912a0796c2ffa20747c7
Author: Andrea Cosentino 
AuthorDate: Tue Jul 2 16:59:23 2019 +0200

Regen of regen
---
 components/readme.adoc | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 708be32..bcde2a8 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -875,7 +875,7 @@ Number of Components: 287 in 226 JAR artifacts (0 
deprecated)
  Data Formats
 
 // dataformats: START
-Number of Data Formats: 43 in 35 JAR artifacts (0 deprecated)
+Number of Data Formats: 45 in 37 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -919,12 +919,16 @@ Number of Data Formats: 43 in 35 JAR artifacts (0 
deprecated)
 
 | link:camel-ical/src/main/docs/ical-dataformat.adoc[iCal] (camel-ical) | 2.12 
| The iCal dataformat is used for working with iCalendar messages.
 
+| link:camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc[JacksonXML] 
(camel-jacksonxml) | 2.16 | JacksonXML data format is used for unmarshal a XML 
payload to POJO or to marshal POJO back to XML payload.
+
 | link:camel-jaxb/src/main/docs/jaxb-dataformat.adoc[JAXB] (camel-jaxb) | 1.0 
| JAXB data format uses the JAXB2 XML marshalling standard to unmarshal an XML 
payload into Java objects or to marshal Java objects into an XML payload.
 
 | link:camel-fastjson/src/main/docs/json-fastjson-dataformat.adoc[JSon 
Fastjson] (camel-fastjson) | 2.20 | JSon data format is used for unmarshal a 
JSon payload to POJO or to marshal POJO back to JSon payload.
 
 | link:camel-gson/src/main/docs/json-gson-dataformat.adoc[JSon GSon] 
(camel-gson) | 2.10 | JSon data format is used for unmarshal a JSon payload to 
POJO or to marshal POJO back to JSon payload.
 
+| link:camel-jackson/src/main/docs/json-jackson-dataformat.adoc[JSon Jackson] 
(camel-jackson) | 2.0 | JSon data format is used for unmarshal a JSon payload 
to POJO or to marshal POJO back to JSon payload.
+
 | link:camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc[JSon Johnzon] 
(camel-johnzon) | 2.18 | JSon data format is used for unmarshal a JSon payload 
to POJO or to marshal POJO back to JSon payload.
 
 | link:camel-xstream/src/main/docs/json-xstream-dataformat.adoc[JSon XStream] 
(camel-xstream) | 2.0 | JSon data format is used for unmarshal a JSon payload 
to POJO or to marshal POJO back to JSon payload.



[camel] 02/03: Regen

2019-06-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

commit eeb9a595fdccaedd79aa10c76bc64c94cc0fd510
Author: Claus Ibsen 
AuthorDate: Wed Jun 5 12:14:23 2019 +0200

Regen
---
 .../camel-jetty/src/main/docs/jetty-component.adoc |   4 +-
 .../camel-rest/src/main/docs/rest-component.adoc   |   6 +-
 .../modules/ROOT/pages/jetty-component.adoc| 189 -
 .../modules/ROOT/pages/mongodb3-component.adoc |  62 +--
 .../modules/ROOT/pages/rest-api-component.adoc |   2 +-
 .../modules/ROOT/pages/rest-component.adoc |  17 +-
 6 files changed, 98 insertions(+), 182 deletions(-)

diff --git a/components/camel-jetty/src/main/docs/jetty-component.adoc 
b/components/camel-jetty/src/main/docs/jetty-component.adoc
index 0371910..5b4cac1 100644
--- a/components/camel-jetty/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty/src/main/docs/jetty-component.adoc
@@ -120,7 +120,7 @@ with the following path and query parameters:
 |===
 
 
- Query Parameters (35 parameters):
+ Query Parameters (33 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -150,9 +150,7 @@ with the following path and query parameters:
 | *filterInitParameters* (consumer) | Configuration of the filter init 
parameters. These parameters will be applied to the filter list before starting 
the jetty server. |  | Map
 | *filtersRef* (consumer) | Allows using a custom filters which is putted into 
a list and can be find in the Registry. Multiple values can be separated by 
comma. |  | String
 | *handlers* (consumer) | Specifies a comma-delimited set of Handler instances 
to lookup in your Registry. These handlers are added to the Jetty servlet 
context (for example, to add security). Important: You can not use different 
handlers with different Jetty endpoints using the same port number. The 
handlers is associated to the port number. If you need different handlers, then 
use different port numbers. |  | String
-| *httpBindingRef* (consumer) | *Deprecated* 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. |  | String
 | *multipartFilter* (consumer) | Allows using a custom multipart filter. Note: 
setting multipartFilterRef forces the value of enableMultipartFilter to true. | 
 | Filter
-| *multipartFilterRef* (consumer) | *Deprecated* Allows using a custom 
multipart filter. Note: setting multipartFilterRef forces the value of 
enableMultipartFilter to true. |  | String
 | *optionsEnabled* (consumer) | Specifies whether to enable HTTP OPTIONS for 
this Servlet consumer. By default OPTIONS is turned off. | false | boolean
 | *traceEnabled* (consumer) | Specifies whether to enable HTTP TRACE for this 
Servlet consumer. By default TRACE is turned off. | false | boolean
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
diff --git a/components/camel-rest/src/main/docs/rest-component.adoc 
b/components/camel-rest/src/main/docs/rest-component.adoc
index 675d43f..8811b64 100644
--- a/components/camel-rest/src/main/docs/rest-component.adoc
+++ b/components/camel-rest/src/main/docs/rest-component.adoc
@@ -99,7 +99,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 
 
 
-The component supports 6 options, which are listed below.
+The component supports 8 options, which are listed below.
 
 
 
@@ -108,10 +108,12 @@ The component supports 6 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.rest.api-doc* | The swagger api doc resource to use. The 
resource is loaded from classpath by default and must be in JSon format. |  | 
String
 | *camel.component.rest.basic-property-binding* | Whether the component should 
use basic property binding (Camel 2.x) or the newer property binding with 
additional capabilities | false | Boolean
-| *camel.component.rest.component-name* | The Camel Rest component to use for 
the REST transport, such as restlet, spark-rest. If no component has been 
explicit configured, then Camel will lookup if there is a Camel component that 
integrates with the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory 
(consumer) or org.apache.camel.spi.RestProducerFactory (producer) is registered 
in the registry. If either one is found, then that is being used. |  | String
+| *camel.component.rest.consumer-component-name* | The Camel Rest component to 
use for (consumer) the REST transport, such as jetty, servlet, undertow. If no 
component has been explicit configured, then Camel will lookup if there is a 
Camel component that integrates with the Rest DSL, or if a 
org.apache.camel.spi.RestConsumerFactory 

[camel] 02/03: Regen

2019-05-17 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

commit 9dfb503e889689e83588a1f7e20cfef154bff2a3
Author: Andrea Cosentino 
AuthorDate: Fri May 17 13:55:42 2019 +0200

Regen
---
 .../camel-jira/src/main/docs/jira-component.adoc   |   2 +-
 components/readme.adoc | 892 -
 docs/components/modules/ROOT/nav.adoc  |   1 +
 .../modules/ROOT/pages/soroush-component.adoc  |   4 +-
 4 files changed, 892 insertions(+), 7 deletions(-)

diff --git a/components/camel-jira/src/main/docs/jira-component.adoc 
b/components/camel-jira/src/main/docs/jira-component.adoc
index e70a87f..0efb3c7 100644
--- a/components/camel-jira/src/main/docs/jira-component.adoc
+++ b/components/camel-jira/src/main/docs/jira-component.adoc
@@ -140,7 +140,7 @@ The component supports 10 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.jira.configuration.access-token* | (OAuth only) The access 
token generated by the Jira server. |  | String
 | *camel.component.jira.configuration.consumer-key* | (OAuth only) The 
consumer key from Jira settings. |  | String
-| *camel.component.jira.configuration.delay* | Time in milliseconds to elapse 
for the next poll. |  | Integer
+| *camel.component.jira.configuration.delay* | Time in milliseconds to elapse 
for the next poll. | 6000 | Integer
 | *camel.component.jira.configuration.jira-url* | The Jira server url, 
example: http://my_jira.com:8081 |  | String
 | *camel.component.jira.configuration.password* | (Basic authentication only) 
The password to authenticate to the Jira server. Use only if username basic 
authentication is used. |  | String
 | *camel.component.jira.configuration.private-key* | (OAuth only) The private 
key generated by the client to encrypt the conversation to the server. |  | 
String
diff --git a/components/readme.adoc b/components/readme.adoc
index 1947674..0d68d85 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
  Components
 
 // components: START
-Number of Components: 32 in 29 JAR artifacts (0 deprecated)
+Number of Components: 296 in 233 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -10,18 +10,204 @@ Number of Components: 32 in 29 JAR artifacts (0 deprecated)
 | link:camel-activemq/src/main/docs/activemq-component.adoc[ActiveMQ] 
(camel-activemq) +
 `activemq:destinationType:destinationName` | 1.0 | The activemq component 
allows messages to be sent to (or consumed from) Apache ActiveMQ. This 
component extends the Camel JMS component.
 
+| link:camel-ahc/src/main/docs/ahc-component.adoc[AHC] (camel-ahc) +
+`ahc:httpUri` | 2.8 | To call external HTTP services using Async Http Client.
+
+| link:camel-ahc-ws/src/main/docs/ahc-ws-component.adoc[AHC Websocket] 
(camel-ahc-ws) +
+`ahc-ws:httpUri` | 2.14 | To exchange data with external Websocket servers 
using Async Http Client.
+
+| link:camel-amqp/src/main/docs/amqp-component.adoc[AMQP] (camel-amqp) +
+`amqp:destinationType:destinationName` | 1.2 | Messaging with AMQP protocol 
using Apache QPid Client.
+
+| link:camel-flink/src/main/docs/flink-component.adoc[Apache Flink] 
(camel-flink) +
+`flink:endpointType` | 2.18 | The flink component can be used to send DataSet 
jobs to Apache Flink cluster.
+
+| link:camel-pulsar/src/main/docs/pulsar-component.adoc[Apache Pulsar] 
(camel-pulsar) +
+`pulsar:persistence://tenant/namespace/topic` |  | Camel Apache Pulsar 
Component
+
+| link:camel-spark/src/main/docs/spark-component.adoc[Apache Spark] 
(camel-spark) +
+`spark:endpointType` | 2.17 | The spark component can be used to send RDD or 
DataFrame jobs to Apache Spark cluster.
+
+| link:camel-apns/src/main/docs/apns-component.adoc[APNS] (camel-apns) +
+`apns:name` | 2.8 | For sending notifications to Apple iOS devices.
+
+| link:camel-as2/camel-as2-component/src/main/docs/as2-component.adoc[AS2] 
(camel-as2) +
+`as2:apiName/methodName` | 2.22 | Component used for transferring data secure 
and reliable over the internet using the AS2 protocol.
+
+| link:camel-asterisk/src/main/docs/asterisk-component.adoc[Asterisk] 
(camel-asterisk) +
+`asterisk:name` | 2.18 | The asterisk component is used to interact with 
Asterisk PBX Server.
+
+| link:camel-atmos/src/main/docs/atmos-component.adoc[Atmos] (camel-atmos) +
+`atmos:name/operation` | 2.15 | The atmos component is used for integrating 
with EMC's Atomos Storage.
+
+| 
link:camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc[Atmosphere
 Websocket] (camel-atmosphere-websocket) +
+`atmosphere-websocket:servicePath` | 2.14 | To exchange data with external 
Websocket clients using Atmosphere.
+
+| link:camel-atom/src/main/docs/atom-component.adoc[Atom] (camel-atom) +
+`atom:feedUri` | 1.2 | The atom component is used for consuming Atom RSS feeds.
+
+| 

[camel] 02/03: Regen

2019-05-08 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

commit 5febf3201657e17824958a863f09cb6591963ed9
Author: Andrea Cosentino 
AuthorDate: Wed May 8 13:49:10 2019 +0200

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

diff --git a/components/readme.adoc b/components/readme.adoc
index d8060f2..518296a 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -760,8 +760,8 @@ Number of Components: 295 in 232 JAR artifacts (0 
deprecated)
 | link:camel-solr/src/main/docs/solr-component.adoc[Solr] (camel-solr) +
 `solr:url` | 2.9 | The solr component allows you to interface with an Apache 
Lucene Solr server.
 
-| link:camel-soroush/src/main/docs/soroush-component.adoc[Soroush] 
(camel-soroush) +
-`soroush:[/authorizationToken][?options]` | 3.0 | The Soroush 
component provides access to the Soroush Bot API.
+| link:camel-soroush/src/main/docs/soroush-component.adoc[SoroushBot] 
(camel-soroush) +
+`soroush:[/authorizationToken][?options]` | 3.0 | this class 
represents Soroush Endpoint, it is also a bean containing the configuration of 
the Endpoint
 
 | link:camel-spark-rest/src/main/docs/spark-rest-component.adoc[Spark Rest] 
(camel-spark-rest) +
 `spark-rest:verb:path` | 2.14 | The spark-rest component is used for hosting 
REST services which has been defined using Camel rest-dsl.
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 80d5cd3..ca2465c 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -291,7 +291,7 @@
 * xref:snmp-component.adoc[SNMP Component]
 * xref:soapjaxb-dataformat.adoc[SOAP DataFormat]
 * xref:solr-component.adoc[Solr Component]
-* xref:soroush-component.adoc[Soroush Component]
+* xref:soroush-component.adoc[SoroushBot Component]
 * xref:spark-rest-component.adoc[Spark Rest Component]
 * xref:spark-component.adoc[Apache Spark Component]
 * xref:splunk-component.adoc[Splunk Component]



[camel] 02/03: Regen

2018-12-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

commit aa4eecbae7895c833e6600df809cd3006cf29d7a
Author: Andrea Cosentino 
AuthorDate: Mon Dec 3 12:28:19 2018 +0100

Regen
---
 .../src/main/docs/google-bigquery-sql-component.adoc| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc
 
b/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc
index a0e06bb..44379ca 100644
--- 
a/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc
+++ 
b/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc
@@ -1,6 +1,8 @@
 [[google-bigquery-sql-component]]
 == Google BigQuery Standard SQL Component
 *Available as of Camel version 2.23*
+*Available as of Camel version 2.23*
+
 
 
 The Google Bigquery SQL component provides access



[camel] 02/03: Regen

2018-02-14 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

commit 6195679a1cdadd31e9654b021c28a2f668d12dda
Author: Claus Ibsen 
AuthorDate: Wed Feb 14 07:47:08 2018 -0500

Regen
---
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7488bc2..14c6f32 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
@@ -3369,7 +3369,7 @@
   
 org.knowm.xchange
 xchange-core
-4.3.2
+4.3.3
   
   
 org.mozilla

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