(camel-spring-boot) 02/03: Regen

2024-03-29 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-spring-boot.git

commit b7e1656e11884fdb9fa55d2fd586665de5703da0
Author: Claus Ibsen 
AuthorDate: Sat Mar 30 07:18:42 2024 +0100

Regen
---
 .../catalog/components/rest-openapi.json   | 56 +++---
 .../src/main/docs/rest-openapi.json|  7 +++
 .../RestOpenApiComponentConfiguration.java | 39 ++-
 tooling/camel-spring-boot-dependencies/pom.xml | 10 
 4 files changed, 72 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-openapi.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-openapi.json
index c007e2c7172..92191dd9495 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-openapi.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest-openapi.json
@@ -24,43 +24,45 @@
   },
   "componentProperties": {
 "basePath": { "index": 0, "kind": "property", "displayName": "Base Path", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "API basePath, for example \/v2. Default is 
unset, if set overrides the value present in OpenApi specification." },
-"requestValidationEnabled": { "index": 1, "kind": "property", 
"displayName": "Request Validation Enabled", "group": "common", "label": 
"common", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Enable validation of requests against the configured 
OpenAPI specification" },
-"specificationUri": { "index": 2, "kind": "property", "displayName": 
"Specification Uri", "group": "common", "label": "common", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "openapi.json", 
"description": "Path to the OpenApi 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  [...]
-"requestValidationCustomizer": { "index": 3, "kind": "property", 
"displayName": "Request Validation Customizer", "group": "common (advanced)", 
"label": "common,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.rest.openapi.validator.RequestValidationCustomizer",
 "deprecated": false, "autowired": false, "secret": false, "description": "If 
request validation is enabled, this option provides the capability to customize 
the creation of OpenApiInterac [...]
-"apiContextPath": { "index": 4, "kind": "property", "displayName": "Api 
Context Path", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the context-path to 
use for servicing the OpenAPI specification" },
-"bridgeErrorHandler": { "index": 5, "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 (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
-"missingOperation": { "index": 6, "kind": "property", "displayName": 
"Missing Operation", "group": "consumer", "label": "consumer", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "fail", 
"ignore", "mock" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "fail", "description": "Whether the consumer should fail,ignore 
or return a mock response for OpenAPI operations that are not mapped to a 
corresponding route." },
-"consumerComponentName": { "index": 7, "kind": "property", "displayName": 
"Consumer Component Name", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of the Camel component that will service the requests. The 
component must be present in Camel registry and it must implement 
RestOpenApiConsumerFactory service provider interfac [...]
-"mockIncludePattern": { "index": 8, "kind": "property", "displayName": 
"Mock Include Patte

[camel-spring-boot] 02/03: Regen

2021-04-26 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-spring-boot.git

commit 09f23b18aac94a6f83765a868bc6c20fc0d2a57f
Author: Claus Ibsen 
AuthorDate: Mon Apr 26 09:57:39 2021 +0200

Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/cql.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
index d526b78..78ad67a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/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" },


[camel-spring-boot] 02/03: Regen

2021-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-spring-boot.git

commit c891a86cdf2802c8cb507210a663340443bba6ba
Author: Andrea Cosentino 
AuthorDate: Wed Feb 24 09:59:50 2021 +0100

Regen
---
 components-starter/README.adoc| 2 +-
 docs/modules/ROOT/pages/list.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 824c9cc..645b7b2 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 333 in 267 JAR artifacts (8 deprecated)
+Number of Camel components: 334 in 268 JAR artifacts (8 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 824c9cc..645b7b2 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 333 in 267 JAR artifacts (8 deprecated)
+Number of Camel components: 334 in 268 JAR artifacts (8 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===



[camel-spring-boot] 02/03: Regen

2021-02-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-spring-boot.git

commit 69b959c6a7bbf470b72fedda818ba2b27c8475d8
Author: Andrea Cosentino 
AuthorDate: Tue Feb 16 09:31:39 2021 +0100

Regen
---
 .../camel/springboot/catalog/components/resteasy.json |  1 +
 components-starter/README.adoc|  4 +---
 .../src/main/docs/resteasy-starter.adoc   |  3 ++-
 .../springboot/ResteasyComponentConfiguration.java| 15 +++
 docs/modules/ROOT/pages/list.adoc |  2 +-
 docs/modules/ROOT/pages/resteasy-starter.adoc |  3 ++-
 6 files changed, 22 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
index 964d7f1..730d83c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
@@ -27,6 +27,7 @@
 "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 [...]
 "proxyConsumersClasses": { "kind": "property", "displayName": "Proxy 
Consumers Classes", "group": "consumer", "label": "consumer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Proxy classes for consumer 
endpoints. Multiple classes can be separated by comma." },
 "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 [...]
+"responsePayloadStreamingThreshold": { "kind": "property", "displayName": 
"Response Payload Streaming Threshold", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 8192, 
"description": "This threshold in bytes controls whether the response payload 
should be stored in memory as a byte array or be streaming based. Set this to 
-1 to always use streaming mode." },
 "allowJavaSerializedObject": { "kind": "property", "displayName": "Allow 
Java Serialized Object", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to allow java serialization when a request uses 
context-type=application\/x-java-serialized-object. This is by default turned 
off. If you enable this then be aware that Java will des [...]
 "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 [...]
 "headerFilterStrategy": { "kind": "property", "displayName": "Header 
Filter Strategy", "group": "filter", "label": "filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and 
from Camel message." }
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 7a8f925..466b484 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel comp

[camel-spring-boot] 02/03: Regen

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

davsclaus pushed a commit to branch CAMEL-16055
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit a1cc49bfcc5408cc732e23a8c1d3ea3847c947b8
Author: Claus Ibsen 
AuthorDate: Thu Jan 21 15:06:44 2021 +0100

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

diff --git a/docs/modules/ROOT/pages/spring-boot.adoc 
b/docs/modules/ROOT/pages/spring-boot.adoc
index 60878db..d90c23be 100644
--- a/docs/modules/ROOT/pages/spring-boot.adoc
+++ b/docs/modules/ROOT/pages/spring-boot.adoc
@@ -202,7 +202,7 @@ The component supports 165 options, which are listed below.
 | *camel.springboot.shutdown-timeout* | Timeout in seconds to graceful 
shutdown Camel. | 300 | Integer
 | *camel.springboot.startup-recorder* | To use startup recorder for capturing 
execution time during starting Camel. The recorder can be one of: false, 
logging, java-flight-recorder The default is false. | false | String
 | *camel.springboot.startup-recorder-dir* | Directory to store the recording. 
By default the user home directory will be used. Use false to turn off saving 
recording to disk. |  | String
-| *camel.springboot.startup-recorder-duration* | How long time to run the 
startup recorder. Use 0 (default) to stop the recorder after Camel has been 
started. Use -1 to keep the recorder running until the JVM is being stopped. A 
positive value is to run the recorder for N seconds. When the recorder is 
stopped then the recording is auto saved to disk (note: save to disk can be 
disabled by setting startupRecorderDir to false) | 0 | Long
+| *camel.springboot.startup-recorder-duration* | How long time to run the 
startup recorder. Use 0 (default) to keep the recorder running until the JVM is 
exited. Use -1 to stop the recorder right after Camel has been started (to only 
focus on potential Camel startup performance bottlenecks) Use a positive value 
to keep recording for N seconds. When the recorder is stopped then the 
recording is auto saved to disk (note: save to disk can be disabled by setting 
startupRecorderDir to false)  [...]
 | *camel.springboot.startup-recorder-max-depth* | To filter our sub steps at a 
maximum depth. Use -1 for no maximum. Use 0 for no sub steps. Use 1 for max 1 
sub step, and so forth. The default is -1. | -1 | Integer
 | *camel.springboot.startup-recorder-profile* | To use a specific Java Flight 
Recorder profile configuration, such as default or profile. The default is 
default. | default | String
 | *camel.springboot.startup-recorder-recording* | To enable Java Flight 
Recorder to start a recording and automatic dump the recording to disk after 
startup is complete. This requires that camel-jfr is on the classpath. The 
default is true. | true | Boolean



[camel-spring-boot] 02/03: Regen

2020-08-24 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-spring-boot.git

commit 7fee106a5fd926b35bba6c47d6523eea2a625d85
Author: Claus Ibsen 
AuthorDate: Mon Aug 24 15:43:35 2020 +0200

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 88 +-
 1 file changed, 44 insertions(+), 44 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 42271e6..54db8c0 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -73,7 +73,7 @@
   
 com.alibaba
 fastjson
-1.2.72
+1.2.73
   
   
 com.cloudbees.thirdparty
@@ -4251,229 +4251,229 @@
   
 org.optaplanner
 optaplanner-benchmark
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-benchmark
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-core
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-core
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-distribution
-7.41.0.Final
+7.42.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-docs
-7.41.0.Final
+7.42.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-examples
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-quarkus
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-deployment
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-deployment
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-integration-test
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-deployment
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-integration-test
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-autoconfigure
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-starter
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-test
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 optaplanner-test
-7.41.0.Final
+7.42.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-wb-domain-editor-api
-7.41.0.Final
+7.42.0.Final
   
   
 org.optaplanner
 

[camel-spring-boot] 02/03: Regen

2020-07-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-spring-boot.git

commit 508fc6ea123c89f678656457fa39ae0583d993b8
Author: Andrea Cosentino 
AuthorDate: Fri Jul 3 14:07:14 2020 +0200

Regen
---
 .../org/apache/camel/springboot/catalog/components/vertx-websocket.json | 2 +-
 components-starter/README.adoc  | 2 +-
 docs/modules/ROOT/pages/list.adoc   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
index 8e37838..eef3842 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
@@ -14,7 +14,7 @@
 "version": "3.5.0-SNAPSHOT",
 "scheme": "vertx-websocket",
 "extendsScheme": "",
-"syntax": "vertx-websocket:host:port\/resourceUri",
+"syntax": "vertx-websocket:host:port\/path",
 "async": false,
 "consumerOnly": false,
 "producerOnly": false,
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index a53edc5..54db154 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -948,7 +948,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `vertx:address` | 2.12 | Send and receive messages to/from Vert.x Event Bus.
 
 | 
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
 WebSocket] (camel-vertx-websocket-starter) +
-`vertx-websocket:host:port/resourceUri` | 3.5 | Camel WebSocket support with 
Vert.x
+`vertx-websocket:host:port/path` | 3.5 | Camel WebSocket support with Vert.x
 
 | link:https://camel.apache.org/components/latest/vm-component.html[VM] 
(camel-vm-starter) +
 `vm:name` | 1.1 | Call another endpoint in the same CamelContext 
asynchronously.
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index a53edc5..54db154 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -948,7 +948,7 @@ Number of Camel components: 332 in 265 JAR artifacts (1 
deprecated)
 `vertx:address` | 2.12 | Send and receive messages to/from Vert.x Event Bus.
 
 | 
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
 WebSocket] (camel-vertx-websocket-starter) +
-`vertx-websocket:host:port/resourceUri` | 3.5 | Camel WebSocket support with 
Vert.x
+`vertx-websocket:host:port/path` | 3.5 | Camel WebSocket support with Vert.x
 
 | link:https://camel.apache.org/components/latest/vm-component.html[VM] 
(camel-vm-starter) +
 `vm:name` | 1.1 | Call another endpoint in the same CamelContext 
asynchronously.



[camel-spring-boot] 02/03: Regen

2020-02-05 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 91d1cb047964a967c81e7f723f6b48ffe3e25b1d
Author: Zoran Regvart 
AuthorDate: Wed Feb 5 16:33:04 2020 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 39 ++
 1 file changed, 27 insertions(+), 12 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 8660457..4ae8995 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1833,11 +1833,6 @@
   
   
 org.apache.camel
-apt
-3.1.0-SNAPSHOT
-  
-  
-org.apache.camel
 camel-activemq
 3.1.0-SNAPSHOT
   
@@ -2033,6 +2028,11 @@
   
   
 org.apache.camel
+camel-aws2-iam
+3.1.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-aws2-kms
 3.1.0-SNAPSHOT
   
@@ -2218,6 +2218,11 @@
   
   
 org.apache.camel
+camel-componentdsl
+3.1.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-consul
 3.1.0-SNAPSHOT
   
@@ -2244,6 +2249,11 @@
   
   
 org.apache.camel
+camel-core-catalog
+3.1.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-core-engine
 3.1.0-SNAPSHOT
   
@@ -2694,11 +2704,6 @@
   
   
 org.apache.camel
-camel-jaxp
-3.1.0-SNAPSHOT
-  
-  
-org.apache.camel
 camel-jbpm
 3.1.0-SNAPSHOT
   
@@ -3640,6 +3645,16 @@
   
   
 org.apache.camel
+camel-xml-jaxb
+3.1.0-SNAPSHOT
+  
+  
+org.apache.camel
+camel-xml-jaxp
+3.1.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-xmlsecurity
 3.1.0-SNAPSHOT
   
@@ -3936,12 +3951,12 @@
   
 org.apache.pulsar
 pulsar-client
-2.4.2
+2.5.0
   
   
 org.apache.pulsar
 pulsar-client-admin
-2.4.2
+2.5.0
   
   
 org.apache.ws.commons.axiom



[camel-spring-boot] 02/03: Regen and add Camel-aws2-eks starter built

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

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

commit 6261e0fd07cd61104cb0c9e876720a0d0420774b
Author: Andrea Cosentino 
AuthorDate: Wed Jan 29 17:30:24 2020 +0100

Regen and add Camel-aws2-eks starter built
---
 .../camel/springboot/catalog/components.properties |   1 +
 .../springboot/catalog/components/aws2-eks.json|  43 
 .../catalog/components/debezium-mongodb.json   |   1 +
 .../catalog/components/debezium-mysql.json |   1 +
 .../catalog/components/debezium-postgres.json  |   1 +
 .../catalog/components/debezium-sqlserver.json |   1 +
 components-starter/camel-aws2-eks-starter/pom.xml  |  72 ---
 .../springboot/EKS2ComponentAutoConfiguration.java | 128 
 .../eks/springboot/EKS2ComponentConfiguration.java | 226 +
 .../src/main/resources/META-INF/LICENSE.txt| 203 ++
 .../src/main/resources/META-INF/NOTICE.txt |  11 +
 .../src/main/resources/META-INF/spring.factories   |  19 ++
 .../src/main/resources/META-INF/spring.provides|  17 ++
 .../DebeziumMongodbComponentConfiguration.java |  18 ++
 .../DebeziumMySqlComponentConfiguration.java   |  18 ++
 .../DebeziumPostgresComponentConfiguration.java|  18 ++
 .../DebeziumSqlserverComponentConfiguration.java   |  18 ++
 tooling/camel-spring-boot-dependencies/pom.xml | 159 +++
 18 files changed, 840 insertions(+), 115 deletions(-)

diff --git 
a/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 062526d..05a8b00 100644
--- 
a/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -37,6 +37,7 @@ aws-sqs
 aws-swf
 aws-translate
 aws2-ecs
+aws2-eks
 aws2-translate
 azure-blob
 azure-queue
diff --git 
a/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
 
b/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
new file mode 100644
index 000..5976de5
--- /dev/null
+++ 
b/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
@@ -0,0 +1,43 @@
+{
+  "component": {
+"kind": "component",
+"scheme": "aws2-eks",
+"syntax": "aws2-eks:label",
+"title": "AWS 2 EKS",
+"description": "The aws-eks is used for managing Amazon EKS",
+"label": "cloud,management",
+"deprecated": false,
+"async": false,
+"consumerOnly": false,
+"producerOnly": true,
+"lenientProperties": false,
+"javaType": "org.apache.camel.component.aws2.eks.EKS2Component",
+"firstVersion": "3.1.0",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-aws2-eks-starter",
+"version": "3.1.0-SNAPSHOT"
+  },
+  "componentProperties": {
+"configuration": { "kind": "property", "displayName": "Configuration", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.eks.EKS2Configuration", 
"deprecated": false, "secret": false, "defaultValue": "", "description": "The 
AWS EKS default configuration" },
+"accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": "", 
"description": "Amazon AWS Access Key" },
+"secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": "", 
"description": "Amazon AWS Secret Key" },
+"region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": "", 
"description": "The region in which EKS client needs to work" },
+"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" },
+"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type"

[camel-spring-boot] 02/03: Regen

2020-01-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-spring-boot.git

commit 7b3972925b8debb3e8d2ee89dd8b33cfa95543a6
Author: Andrea Cosentino 
AuthorDate: Mon Jan 27 16:04:54 2020 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 050118c..8c942cc 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -423,6 +423,11 @@
   
   
 org.apache.camel.springboot
+camel-aws2-ecs-starter
+${project.version}
+  
+  
+org.apache.camel.springboot
 camel-aws2-translate-starter
 ${project.version}
   



[camel-spring-boot] 02/03: Regen

2020-01-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-spring-boot.git

commit c9a529cf8a3f7c5b31efc71b93137271bd5fb983
Author: Andrea Cosentino 
AuthorDate: Tue Jan 21 08:49:39 2020 +0100

Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 0de6115..6d51bac 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1243,6 +1243,11 @@
   
   
 org.apache.camel.springboot
+camel-openapi-java-starter
+${project.version}
+  
+  
+org.apache.camel.springboot
 camel-openstack-starter
 ${project.version}