(camel) 02/02: Regen

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

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

commit 0d35006778e0dfd5df9c96bb25e358a5b66b3f51
Author: Andrea Cosentino 
AuthorDate: Wed May 29 10:21:17 2024 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../java/org/apache/camel/component/arangodb/ArangoDbEndpoint.java  | 4 ++--
 .../java/org/apache/camel/component/asterisk/AsteriskEndpoint.java  | 4 ++--
 .../org/apache/camel/component/debezium/DebeziumDb2Endpoint.java| 4 ++--
 .../apache/camel/component/debezium/DebeziumMongodbEndpoint.java| 4 ++--
 .../org/apache/camel/component/debezium/DebeziumMySqlEndpoint.java  | 4 ++--
 .../org/apache/camel/component/debezium/DebeziumOracleEndpoint.java | 4 ++--
 .../apache/camel/component/debezium/DebeziumPostgresEndpoint.java   | 4 ++--
 .../apache/camel/component/debezium/DebeziumSqlserverEndpoint.java  | 4 ++--
 .../camel/component/infinispan/remote/InfinispanRemoteEndpoint.java | 5 ++---
 .../src/main/java/org/apache/camel/component/irc/IrcEndpoint.java   | 4 ++--
 .../src/main/java/org/apache/camel/component/mail/MailEndpoint.java | 4 ++--
 .../main/java/org/apache/camel/component/milvus/MilvusEndpoint.java | 1 -
 .../src/main/java/org/apache/camel/component/paho/PahoEndpoint.java | 6 +++---
 .../org/apache/camel/component/sap/netweaver/NetWeaverEndpoint.java | 4 ++--
 .../src/main/java/org/apache/camel/component/smb/SmbEndpoint.java   | 4 ++--
 .../src/main/java/org/apache/camel/component/ssh/SshEndpoint.java   | 4 ++--
 .../main/java/org/apache/camel/component/twilio/TwilioEndpoint.java | 1 -
 .../java/org/apache/camel/component/workday/WorkdayEndpoint.java| 4 ++--
 .../main/java/org/apache/camel/component/zeebe/ZeebeEndpoint.java   | 4 ++--
 19 files changed, 35 insertions(+), 38 deletions(-)

diff --git 
a/components/camel-arangodb/src/main/java/org/apache/camel/component/arangodb/ArangoDbEndpoint.java
 
b/components/camel-arangodb/src/main/java/org/apache/camel/component/arangodb/ArangoDbEndpoint.java
index 7d4e1842d3b..ef0fb66cf77 100644
--- 
a/components/camel-arangodb/src/main/java/org/apache/camel/component/arangodb/ArangoDbEndpoint.java
+++ 
b/components/camel-arangodb/src/main/java/org/apache/camel/component/arangodb/ArangoDbEndpoint.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.arangodb;
 
+import java.util.Map;
+
 import com.arangodb.ArangoDB;
 import org.apache.camel.Category;
 import org.apache.camel.Consumer;
@@ -29,8 +31,6 @@ import org.apache.camel.spi.UriPath;
 import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
-import java.util.Map;
-
 /**
  * Perform operations on ArangoDb when used as a Document Database, or as a 
Graph Database
  */
diff --git 
a/components/camel-asterisk/src/main/java/org/apache/camel/component/asterisk/AsteriskEndpoint.java
 
b/components/camel-asterisk/src/main/java/org/apache/camel/component/asterisk/AsteriskEndpoint.java
index e5eebc513b3..b754a14bd08 100644
--- 
a/components/camel-asterisk/src/main/java/org/apache/camel/component/asterisk/AsteriskEndpoint.java
+++ 
b/components/camel-asterisk/src/main/java/org/apache/camel/component/asterisk/AsteriskEndpoint.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.asterisk;
 
+import java.util.Map;
+
 import org.apache.camel.Category;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
@@ -28,8 +30,6 @@ import org.apache.camel.spi.UriPath;
 import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
-import java.util.Map;
-
 /**
  * Interact with Asterisk PBX Server (VoIP).
  */
diff --git 
a/components/camel-debezium/camel-debezium-db2/src/main/java/org/apache/camel/component/debezium/DebeziumDb2Endpoint.java
 
b/components/camel-debezium/camel-debezium-db2/src/main/java/org/apache/camel/component/debezium/DebeziumDb2Endpoint.java
index e3c6a08f1a1..74c31253bcf 100644
--- 
a/components/camel-debezium/camel-debezium-db2/src/main/java/org/apache/camel/component/debezium/DebeziumDb2Endpoint.java
+++ 
b/components/camel-debezium/camel-debezium-db2/src/main/java/org/apache/camel/component/debezium/DebeziumDb2Endpoint.java
@@ -17,14 +17,14 @@
 
 package org.apache.camel.component.debezium;
 
+import java.util.Map;
+
 import org.apache.camel.Category;
 import 
org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration;
 import org.apache.camel.spi.EndpointServiceLocation;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 
-import java.util.Map;
-
 /**
  * Capture changes from a DB2 database.
  */
diff --git 
a/components/camel-debezium/camel-debezium-mongodb/src/main/java/org/apache/camel/component/debezium/DebeziumMongodbEndpoint.java
 
b/components/camel-debezium/camel-debezium-mongodb/src/main/java/org/apache/camel/component/debezium/DebeziumMongodbEndpoint.java

(camel) 02/02: Regen

2024-05-14 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 e52662b9de6ed0c943699473d98ffad3b872bfb6
Author: Claus Ibsen 
AuthorDate: Tue May 14 11:21:07 2024 +0200

Regen
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 4ed45457135..61209fbf610 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
@@ -1199,7 +1199,7 @@ Properties to use with properties placeholder
 
   
 
   
 



(camel) 02/02: Regen

2024-03-15 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 9706c2a2aa8511a90abdc94376d00db2e8db3218
Author: Andrea Cosentino 
AuthorDate: Fri Mar 15 13:38:31 2024 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../apache/camel/builder/component/ComponentsBuilderFactory.java  | 2 +-
 .../component/dsl/LangchainEmbeddingsComponentBuilderFactory.java | 4 ++--
 dsl/camel-componentdsl/src/generated/resources/metadata.json  | 4 ++--
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
 .../endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java   | 8 
 .../apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt   | 2 +-
 6 files changed, 12 insertions(+), 12 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 8ac627aacfb..752823874c5 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
@@ -2781,7 +2781,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Langchain4j Embeddings
+ * Perform operations on the Qdrant Vector Database.
  * 
  * Category: ai
  * Since: 4.5
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainEmbeddingsComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainEmbeddingsComponentBuilderFactory.java
index 9ac552400b8..7e9152c0822 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainEmbeddingsComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainEmbeddingsComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import 
org.apache.camel.component.langchain.embeddings.LangchainEmbeddingsComponent;
 
 /**
- * Langchain4j Embeddings
+ * Perform operations on the Qdrant Vector Database.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,7 +32,7 @@ public interface LangchainEmbeddingsComponentBuilderFactory {
 
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Langchain4j Embeddings
+ * Perform operations on the Qdrant Vector Database.
  * 
  * Category: ai
  * Since: 4.5
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index ac11caed7ad..82ea0dfef7a 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -4780,7 +4780,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Langchain4j Embeddings",
+"description": "Perform operations on the Qdrant Vector Database.",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -4788,7 +4788,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-langchain-embeddings",
-"version": "4.5.0-SNAPSHOT",
+"version": "4.4.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 9f7e0bc25a5..efe29a29793 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -9831,7 +9831,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Langchain4j Embeddings
+ * Perform operations on the Qdrant Vector Database.
  * 
  * Category: ai
  * Since: 4.5
@@ -9851,7 +9851,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Langchain4j Embeddings (camel-langchain-embeddings)
- * Langchain4j Embeddings
+ * Perform operations on the Qdrant Vector Database.
  * 
  * Category: ai
  * Since: 4.5
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LangchainEmbeddingsEndpointBuilderFactory.java
 

(camel) 02/02: Regen

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

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

commit 82ba76570c28abe36ab834b8d4d01512e265
Author: Andrea Cosentino 
AuthorDate: Wed Feb 28 13:26:24 2024 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../java/org/apache/camel/dsl/jbang/core/commands/TransformRoute.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/TransformRoute.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/TransformRoute.java
index dc95a60e70d..f1010750513 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/TransformRoute.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/TransformRoute.java
@@ -45,7 +45,8 @@ public class TransformRoute extends CamelCommand {
 private String output;
 
 @CommandLine.Option(names = { "--format" },
-description = "Output format (xml or yaml), if only 
yaml files are provided, the format defaults to xml and vice versa", 
defaultValue = "yaml")
+description = "Output format (xml or yaml), if only 
yaml files are provided, the format defaults to xml and vice versa",
+defaultValue = "yaml")
 String format = "yaml";
 
 @CommandLine.Option(names = { "--resolve-placeholders" }, defaultValue = 
"false",



(camel) 02/02: Regen

2024-02-27 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

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

commit eb5f038bece844c9eeb9e24737d370e3dc36bed9
Author: Guillaume Nodet 
AuthorDate: Tue Feb 27 12:34:15 2024 +0100

Regen
---
 .../modules/eips/examples/json/batchConfig.json|   1 +
 .../modules/eips/examples/json/contextScan.json|   1 -
 .../eips/examples/json/customLoadBalancer.json |   1 +
 .../docs/modules/eips/examples/json/doCatch.json   |   1 -
 .../docs/modules/eips/examples/json/doFinally.json |   1 -
 .../docs/modules/eips/examples/json/doTry.json |   1 -
 .../modules/eips/examples/json/errorHandler.json   |   1 -
 .../docs/modules/eips/examples/json/failover.json  |   1 +
 .../modules/eips/examples/json/globalOption.json   |   1 -
 .../modules/eips/examples/json/globalOptions.json  |   1 -
 .../docs/modules/eips/examples/json/inputType.json |   1 -
 .../docs/modules/eips/examples/json/intercept.json |   1 -
 .../modules/eips/examples/json/interceptFrom.json  |   1 -
 .../examples/json/interceptSendToEndpoint.json |   1 -
 .../docs/modules/eips/examples/json/marshal.json   |   1 -
 .../modules/eips/examples/json/onCompletion.json   |   1 -
 .../modules/eips/examples/json/onException.json|   1 -
 .../examples/json/optimisticLockRetryPolicy.json   |   1 -
 .../modules/eips/examples/json/outputType.json |   1 -
 .../modules/eips/examples/json/packageScan.json|   1 -
 .../docs/modules/eips/examples/json/policy.json|   1 -
 .../docs/modules/eips/examples/json/property.json  |   1 -
 .../eips/examples/json/propertyExpression.json |   1 -
 .../docs/modules/eips/examples/json/random.json|   1 +
 .../eips/examples/json/redeliveryPolicy.json   |   1 -
 .../modules/eips/examples/json/restContextRef.json |   1 -
 .../modules/eips/examples/json/roundRobin.json |   1 +
 .../docs/modules/eips/examples/json/route.json |   1 -
 .../modules/eips/examples/json/routeBuilder.json   |   1 -
 .../eips/examples/json/routeConfiguration.json |   1 -
 .../json/routeConfigurationContextRef.json |   1 -
 .../eips/examples/json/routeConfigurations.json|   1 -
 .../eips/examples/json/routeContextRef.json|   1 -
 .../modules/eips/examples/json/routeTemplate.json  |   1 -
 .../examples/json/routeTemplateContextRef.json |   1 -
 .../modules/eips/examples/json/routeTemplates.json |   1 -
 .../docs/modules/eips/examples/json/routes.json|   1 -
 .../modules/eips/examples/json/serviceCall.json|   1 +
 .../eips/examples/json/setExchangePattern.json |   1 -
 .../docs/modules/eips/examples/json/sticky.json|   1 +
 .../modules/eips/examples/json/streamConfig.json   |   1 +
 .../modules/eips/examples/json/templateBean.json   |   1 -
 .../eips/examples/json/templateParameter.json  |   1 -
 .../modules/eips/examples/json/templatedRoute.json |   1 -
 .../eips/examples/json/templatedRouteBean.json |   1 -
 .../examples/json/templatedRouteParameter.json |   1 -
 .../eips/examples/json/templatedRoutes.json|   1 -
 .../eips/examples/json/threadPoolProfile.json  |   1 -
 .../modules/eips/examples/json/throwException.json |   1 -
 .../docs/modules/eips/examples/json/topic.json |   1 +
 .../modules/eips/examples/json/transacted.json |   1 -
 .../docs/modules/eips/examples/json/unmarshal.json |   1 -
 .../docs/modules/eips/examples/json/value.json |   1 -
 .../docs/modules/eips/examples/json/weighted.json  |   1 +
 .../eips/examples/json/whenSkipSendToEndpoint.json |   1 -
 docs/.yarn/install-state.gz| Bin 502984 -> 503000 bytes
 .../json/application-cloudevents-json.json |   1 -
 .../ROOT/examples/json/application-json.json   |   1 -
 .../examples/json/application-x-java-object.json   |   1 -
 .../ROOT/examples/json/application-x-struct.json   |   1 -
 .../modules/ROOT/examples/json/avro-binary.json|   1 -
 .../ROOT/examples/json/avro-x-java-object.json |   1 -
 .../modules/ROOT/examples/json/avro-x-struct.json  |   1 -
 .../aws-cloudtrail-application-cloudevents.json|   1 -
 .../examples/json/aws2-ddb-application-json.json   |   1 -
 .../aws2-ddbstream-application-cloudevents.json|   1 -
 .../json/aws2-kinesis-application-cloudevents.json |   1 -
 .../json/aws2-s3-application-cloudevents.json  |   1 -
 .../json/aws2-sqs-application-cloudevents.json |   1 -
 .../azure-cosmosdb-application-cloudevents.json|   1 -
 .../azure-eventhubs-application-cloudevents.json   |   1 -
 .../json/azure-files-application-cloudevents.json  |   1 -
 .../azure-servicebus-application-cloudevents.json  |   1 -
 ...azure-storage-blob-application-cloudevents.json |   1 -
 ...zure-storage-queue-application-cloudevents.json |   1 -
 .../ROOT/examples/json/beanPostProcessor.json  |   1 -
 .../modules/ROOT/examples/json/camelContext.json   |   1 -
 .../ROOT/examples/json/consumerTemplate.json   |   1 

(camel) 02/02: Regen

2024-02-22 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 46d3fefd52b9384348124a463892489d50bfb7dc
Author: Claus Ibsen 
AuthorDate: Thu Feb 22 09:49:34 2024 +0100

Regen
---
 .../component/ComponentsBuilderFactory.java| 10 -
 .../component/dsl/JsltComponentBuilderFactory.java |  4 ++--
 .../dsl/SplunkHecComponentBuilderFactory.java  |  4 ++--
 .../dsl/SpringRabbitmqComponentBuilderFactory.java |  4 ++--
 .../dsl/StompComponentBuilderFactory.java  |  4 ++--
 .../dsl/TelegramComponentBuilderFactory.java   |  4 ++--
 .../src/generated/resources/metadata.json  | 10 -
 .../builder/endpoint/StaticEndpointBuilders.java   | 20 -
 .../endpoint/dsl/JsltEndpointBuilderFactory.java   |  8 +++
 .../dsl/ServiceBusEndpointBuilderFactory.java  | 26 +++---
 .../dsl/SplunkHECEndpointBuilderFactory.java   |  8 +++
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 11 +
 .../endpoint/dsl/StompEndpointBuilderFactory.java  |  6 ++---
 .../dsl/TelegramEndpointBuilderFactory.java|  8 +++
 14 files changed, 65 insertions(+), 62 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 882b21781c1..e06c707fc4f 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
@@ -2365,7 +2365,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * JSLT (camel-jslt)
- * Query or transform JSON payloads using an JSLT.
+ * Query or transform JSON payloads using JSLT.
  * 
  * Category: transformation
  * Since: 3.1
@@ -3818,7 +3818,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * Splunk HEC (camel-splunk-hec)
- * The splunk component allows to publish events in Splunk using the HTTP
+ * The splunk component allows publishing events in Splunk using the HTTP
  * Event Collector.
  * 
  * Category: monitoring
@@ -3884,7 +3884,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * Spring RabbitMQ (camel-spring-rabbitmq)
- * Send and receive messages from RabbitMQ using Spring RabbitMQ client.
+ * Send and receive messages from RabbitMQ using the Spring RabbitMQ 
client.
  * 
  * Category: messaging
  * Since: 3.8
@@ -3989,7 +3989,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * Stomp (camel-stomp)
- * Send and rececive messages to/from STOMP (Simple Text Oriented Messaging
+ * Send and receive messages to/from STOMP (Simple Text Oriented Messaging
  * Protocol) compliant message brokers.
  * 
  * Category: messaging
@@ -4042,7 +4042,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * Telegram (camel-telegram)
- * Send and receive messages acting as a Telegram Bot Telegram Bot API.
+ * Send and receive messages using the Telegram Bot API.
  * 
  * Category: cloud,api,chat
  * Since: 2.18
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/JsltComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/JsltComponentBuilderFactory.java
index 9f29802b4b2..bd04f230143 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/JsltComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/JsltComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.jslt.JsltComponent;
 
 /**
- * Query or transform JSON payloads using an JSLT.
+ * Query or transform JSON payloads using JSLT.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,7 +32,7 @@ public interface JsltComponentBuilderFactory {
 
 /**
  * JSLT (camel-jslt)
- * Query or transform JSON payloads using an JSLT.
+ * Query or transform JSON payloads using JSLT.
  * 
  * Category: transformation
  * Since: 3.1
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SplunkHecComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SplunkHecComponentBuilderFactory.java
index dc6d389def9..d755c285390 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SplunkHecComponentBuilderFactory.java
+++ 

(camel) 02/02: Regen

2024-01-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.git

commit 967f9e3c6f6ee8441f49d98b3fca77ddc94e86ae
Author: Claus Ibsen 
AuthorDate: Fri Jan 26 15:01:37 2024 +0100

Regen
---
 docs/components/modules/ROOT/nav.adoc  | 1 +
 docs/components/modules/languages/nav.adoc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index ed1cf27b282..6c205d2d2e6 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -317,6 +317,7 @@
 ** xref:vertx-component.adoc[Vert.x]
 ** xref:vertx-http-component.adoc[Vert.x HTTP Client]
 ** xref:vertx-websocket-component.adoc[Vert.x WebSocket]
+** xref:wasm-component.adoc[Wasm]
 ** xref:weather-component.adoc[Weather]
 ** xref:web3j-component.adoc[Web3j Ethereum Blockchain]
 ** xref:webhook-component.adoc[Webhook]
diff --git a/docs/components/modules/languages/nav.adoc 
b/docs/components/modules/languages/nav.adoc
index b085a11a290..13511c826ec 100644
--- a/docs/components/modules/languages/nav.adoc
+++ b/docs/components/modules/languages/nav.adoc
@@ -24,6 +24,7 @@
 ** xref:spel-language.adoc[SpEL]
 ** xref:tokenize-language.adoc[Tokenize]
 ** xref:variable-language.adoc[Variable]
+** xref:wasm-language.adoc[Wasm]
 ** xref:xtokenize-language.adoc[XML Tokenize]
 ** xref:xpath-language.adoc[XPath]
 ** xref:xquery-language.adoc[XQuery]



(camel) 02/02: Regen

2024-01-25 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 6004d83270cd2ed55cabf7bf5bceeb2ea0cf2fa0
Author: Claus Ibsen 
AuthorDate: Thu Jan 25 11:10:26 2024 +0100

Regen
---
 .../org/apache/camel/main/HttpServerConfigurationProperties.java| 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
index 322bdde54ae..93fff2e5e26 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
@@ -156,8 +156,7 @@ public class HttpServerConfigurationProperties implements 
BootstrapCloseable {
 }
 
 /**
- * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path:
- * /q/jolokia
+ * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path: /q/jolokia
  */
 public void setJolokiaEnabled(boolean jolokiaEnabled) {
 this.jolokiaEnabled = jolokiaEnabled;
@@ -268,8 +267,7 @@ public class HttpServerConfigurationProperties implements 
BootstrapCloseable {
 }
 
 /**
- * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path:
- * /q/jolokia
+ * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path: /q/jolokia
  */
 public HttpServerConfigurationProperties withJolokiaEnabled(boolean 
jolokiaEnabled) {
 this.jolokiaEnabled = jolokiaEnabled;



(camel) 02/02: Regen

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

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

commit 80045d6d686f59de480b1674739f0d79b1415a74
Author: Claus Ibsen 
AuthorDate: Wed Jan 24 19:30:52 2024 +0100

Regen
---
 .../component/freemarker/FreemarkerEndpoint.java   |  3 ++-
 .../apache/camel/component/freemarker/example.ftl  |  1 -
 .../stringtemplate/StringTemplateEndpoint.java |  3 ++-
 .../component/thymeleaf/ThymeleafEndpoint.java | 22 ++
 .../camel/component/velocity/VelocityEndpoint.java |  3 ++-
 5 files changed, 20 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerEndpoint.java
 
b/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerEndpoint.java
index 0860231d200..12c30df4491 100644
--- 
a/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerEndpoint.java
+++ 
b/components/camel-freemarker/src/main/java/org/apache/camel/component/freemarker/FreemarkerEndpoint.java
@@ -36,7 +36,8 @@ import org.apache.camel.util.ObjectHelper;
  * Transform messages using FreeMarker templates.
  */
 @UriEndpoint(firstVersion = "2.10.0", scheme = "freemarker", title = 
"Freemarker", syntax = "freemarker:resourceUri",
- remote = false, producerOnly = true, category = { 
Category.TRANSFORMATION }, headersClass = FreemarkerConstants.class)
+ remote = false, producerOnly = true, category = { 
Category.TRANSFORMATION },
+ headersClass = FreemarkerConstants.class)
 public class FreemarkerEndpoint extends ResourceEndpoint {
 
 @UriParam(defaultValue = "false")
diff --git 
a/components/camel-freemarker/src/test/resources/org/apache/camel/component/freemarker/example.ftl
 
b/components/camel-freemarker/src/test/resources/org/apache/camel/component/freemarker/example.ftl
index 4a575467956..b7e6e721a68 100644
--- 
a/components/camel-freemarker/src/test/resources/org/apache/camel/component/freemarker/example.ftl
+++ 
b/components/camel-freemarker/src/test/resources/org/apache/camel/component/freemarker/example.ftl
@@ -12,7 +12,6 @@
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-
 See the License for the specific language governing permissions and
 limitations under the License.
 
diff --git 
a/components/camel-stringtemplate/src/main/java/org/apache/camel/component/stringtemplate/StringTemplateEndpoint.java
 
b/components/camel-stringtemplate/src/main/java/org/apache/camel/component/stringtemplate/StringTemplateEndpoint.java
index 58a1e7a1d13..112228358c5 100644
--- 
a/components/camel-stringtemplate/src/main/java/org/apache/camel/component/stringtemplate/StringTemplateEndpoint.java
+++ 
b/components/camel-stringtemplate/src/main/java/org/apache/camel/component/stringtemplate/StringTemplateEndpoint.java
@@ -37,7 +37,8 @@ import org.stringtemplate.v4.STGroup;
  */
 @UriEndpoint(firstVersion = "1.2.0", scheme = "string-template", title = 
"String Template",
  syntax = "string-template:resourceUri", producerOnly = true,
- remote = false, category = { Category.TRANSFORMATION, 
Category.SCRIPT }, headersClass = StringTemplateConstants.class)
+ remote = false, category = { Category.TRANSFORMATION, 
Category.SCRIPT },
+ headersClass = StringTemplateConstants.class)
 public class StringTemplateEndpoint extends ResourceEndpoint {
 
 @UriParam(defaultValue = "false")
diff --git 
a/components/camel-thymeleaf/src/main/java/org/apache/camel/component/thymeleaf/ThymeleafEndpoint.java
 
b/components/camel-thymeleaf/src/main/java/org/apache/camel/component/thymeleaf/ThymeleafEndpoint.java
index 4dd4d1dae8f..8a5e5e3e7ce 100644
--- 
a/components/camel-thymeleaf/src/main/java/org/apache/camel/component/thymeleaf/ThymeleafEndpoint.java
+++ 
b/components/camel-thymeleaf/src/main/java/org/apache/camel/component/thymeleaf/ThymeleafEndpoint.java
@@ -43,25 +43,31 @@ import 
org.thymeleaf.web.servlet.JakartaServletWebApplication;
  * Transform messages using a Thymeleaf template.
  */
 @UriEndpoint(firstVersion = "4.1.0", scheme = "thymeleaf", title = 
"Thymeleaf", syntax = "thymeleaf:resourceUri",
- remote = false, producerOnly = true, category = { 
Category.TRANSFORMATION }, headersClass = ThymeleafConstants.class)
+ remote = false, producerOnly = true, category = { 
Category.TRANSFORMATION },
+ headersClass = ThymeleafConstants.class)
 public class ThymeleafEndpoint extends ResourceEndpoint {
 
 private TemplateEngine templateEngine;
 private String template;
 private JakartaServletWebApplication jakartaServletWebApplication;
 
-@UriParam(label = 

(camel) 02/02: Regen

2024-01-02 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 54867f9194d0d83e9885e86cc29a7bebd4d4a13c
Author: Claus Ibsen 
AuthorDate: Tue Jan 2 12:22:10 2024 +0100

Regen
---
 .../dsl/JsonValidatorEndpointBuilderFactory.java   | 32 ++
 1 file changed, 32 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JsonValidatorEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JsonValidatorEndpointBuilderFactory.java
index f2eebc6f233..252ceeb0f40 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JsonValidatorEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/JsonValidatorEndpointBuilderFactory.java
@@ -255,6 +255,38 @@ public interface JsonValidatorEndpointBuilderFactory {
 doSetProperty("lazyStartProducer", lazyStartProducer);
 return this;
 }
+/**
+ * Comma-separated list of Jackson DeserializationFeature enum values
+ * which will be disabled for parsing exchange body.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param disabledDeserializationFeatures the value to set
+ * @return the dsl builder
+ */
+default AdvancedJsonValidatorEndpointBuilder 
disabledDeserializationFeatures(
+String disabledDeserializationFeatures) {
+doSetProperty("disabledDeserializationFeatures", 
disabledDeserializationFeatures);
+return this;
+}
+/**
+ * Comma-separated list of Jackson DeserializationFeature enum values
+ * which will be enabled for parsing exchange body.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param enabledDeserializationFeatures the value to set
+ * @return the dsl builder
+ */
+default AdvancedJsonValidatorEndpointBuilder 
enabledDeserializationFeatures(
+String enabledDeserializationFeatures) {
+doSetProperty("enabledDeserializationFeatures", 
enabledDeserializationFeatures);
+return this;
+}
 /**
  * To use a custom ValidatorErrorHandler. The default error handler
  * captures the errors and throws an exception.



(camel) 02/02: Regen

2023-12-15 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 7381d932865dfd3abafd081e1a72a9f106ebf856
Author: Claus Ibsen 
AuthorDate: Fri Dec 15 16:18:16 2023 +0100

Regen
---
 .../org/apache/camel/processor/converter/ConvertBodyTest.java | 8 
 .../org/apache/camel/processor/converter/ConvertHeaderTest.java   | 8 
 .../src/main/java/org/apache/camel/support/AbstractExchange.java  | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertBodyTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertBodyTest.java
index f15a90ce1ba..af5f8745510 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertBodyTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertBodyTest.java
@@ -16,6 +16,10 @@
  */
 package org.apache.camel.processor.converter;
 
+import java.io.ByteArrayInputStream;
+import java.nio.charset.UnsupportedCharsetException;
+import java.util.Date;
+
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.Exchange;
 import org.apache.camel.InvalidPayloadException;
@@ -29,10 +33,6 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledOnOs;
 import org.junit.jupiter.api.condition.OS;
 
-import java.io.ByteArrayInputStream;
-import java.nio.charset.UnsupportedCharsetException;
-import java.util.Date;
-
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertHeaderTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertHeaderTest.java
index fb4ba79353c..c3a5be38fcc 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertHeaderTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/converter/ConvertHeaderTest.java
@@ -16,6 +16,10 @@
  */
 package org.apache.camel.processor.converter;
 
+import java.io.ByteArrayInputStream;
+import java.nio.charset.UnsupportedCharsetException;
+import java.util.Date;
+
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.Exchange;
 import org.apache.camel.NoTypeConversionAvailableException;
@@ -27,10 +31,6 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledOnOs;
 import org.junit.jupiter.api.condition.OS;
 
-import java.io.ByteArrayInputStream;
-import java.nio.charset.UnsupportedCharsetException;
-import java.util.Date;
-
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
index 6863605f176..ce3acd09507 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/AbstractExchange.java
@@ -66,7 +66,7 @@ abstract class AbstractExchange implements Exchange {
 private RedeliveryTraitPayload externalRedelivered = 
RedeliveryTraitPayload.UNDEFINED_REDELIVERY;
 
 protected AbstractExchange(CamelContext context, 
EnumMap internalProperties,
- Map properties) {
+   Map properties) {
 this.context = context;
 this.internalProperties = new EnumMap<>(internalProperties);
 this.privateExtension = new ExtendedExchangeExtension(this);



(camel) 02/02: Regen

2023-12-11 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 6dd17199c0ab44f63a13f48e86be977ec1b0aba1
Author: Claus Ibsen 
AuthorDate: Mon Dec 11 09:40:27 2023 +0100

Regen
---
 .../camel/component/netty/http/HttpClientInitializerFactory.java  | 1 -
 .../java/org/apache/camel/component/netty/http/NettyHttpHelper.java   | 2 --
 .../java/org/apache/camel/component/netty/http/NettyHttpProducer.java | 1 -
 .../camel/component/netty/http/SecurityAuthenticatorSupport.java  | 2 --
 .../netty/http/NettyHttpHeaderFilterStrategyRemovalTest.java  | 4 ++--
 .../apache/camel/component/netty/http/NettyHttpSuspendResumeTest.java | 3 ++-
 .../camel/component/platform/http/vertx/VertxPlatformHttpSupport.java | 1 -
 7 files changed, 4 insertions(+), 10 deletions(-)

diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java
index f2045d91f86..6343b017a0c 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java
@@ -17,7 +17,6 @@
 package org.apache.camel.component.netty.http;
 
 import java.net.URI;
-import java.util.Arrays;
 import java.util.List;
 import java.util.concurrent.TimeUnit;
 
diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpHelper.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpHelper.java
index 9a09ac2fbf0..21080697c7d 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpHelper.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpHelper.java
@@ -28,11 +28,9 @@ import io.netty.handler.codec.http.HttpMethod;
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;
 import org.apache.camel.RuntimeExchangeException;
-import org.apache.camel.support.http.HttpUtil;
 import org.apache.camel.util.CollectionHelper;
 import org.apache.camel.util.IOHelper;
 import org.apache.camel.util.ObjectHelper;
-import org.apache.camel.util.StringHelper;
 import org.apache.camel.util.URISupport;
 import org.apache.camel.util.UnsafeUriCharactersEncoder;
 
diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpProducer.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpProducer.java
index 1a635445a38..f3d7e4cefd4 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpProducer.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpProducer.java
@@ -31,7 +31,6 @@ import org.apache.camel.component.netty.NettyConfiguration;
 import org.apache.camel.component.netty.NettyProducer;
 import org.apache.camel.http.base.cookie.CookieHandler;
 import org.apache.camel.support.SynchronizationAdapter;
-import org.apache.camel.util.StringHelper;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
diff --git 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/SecurityAuthenticatorSupport.java
 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/SecurityAuthenticatorSupport.java
index d79c5c72365..fa6836f265f 100644
--- 
a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/SecurityAuthenticatorSupport.java
+++ 
b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/SecurityAuthenticatorSupport.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.component.netty.http;
 
-import java.io.IOException;
 import java.security.Principal;
 import java.util.Locale;
 
@@ -25,7 +24,6 @@ import javax.security.auth.callback.Callback;
 import javax.security.auth.callback.CallbackHandler;
 import javax.security.auth.callback.NameCallback;
 import javax.security.auth.callback.PasswordCallback;
-import javax.security.auth.callback.UnsupportedCallbackException;
 
 import org.apache.camel.support.ObjectHelper;
 import org.slf4j.Logger;
diff --git 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpHeaderFilterStrategyRemovalTest.java
 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpHeaderFilterStrategyRemovalTest.java
index 908abc5704a..ae9b439e32f 100644
--- 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpHeaderFilterStrategyRemovalTest.java
+++ 

(camel) 02/02: Regen

2023-12-04 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 f7d5fc9b291dc1481313b5c533a5ddbb3d9aec8b
Author: Claus Ibsen 
AuthorDate: Mon Dec 4 10:58:59 2023 +0100

Regen
---
 .../endpoint/dsl/SshEndpointBuilderFactory.java| 328 +
 1 file changed, 328 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SshEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SshEndpointBuilderFactory.java
index 0ad939fbbcf..414dbaba3df 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SshEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SshEndpointBuilderFactory.java
@@ -683,6 +683,36 @@ public interface SshEndpointBuilderFactory {
 doSetProperty("certResourcePassword", certResourcePassword);
 return this;
 }
+/**
+ * Comma-separated list of allowed/supported ciphers in their order of
+ * preference.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: security
+ * 
+ * @param ciphers the value to set
+ * @return the dsl builder
+ */
+default SshEndpointConsumerBuilder ciphers(String ciphers) {
+doSetProperty("ciphers", ciphers);
+return this;
+}
+/**
+ * Comma-separated list of allowed/supported key exchange algorithms in
+ * their order of preference.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: security
+ * 
+ * @param kex the value to set
+ * @return the dsl builder
+ */
+default SshEndpointConsumerBuilder kex(String kex) {
+doSetProperty("kex", kex);
+return this;
+}
 /**
  * Sets the KeyPairProvider reference to use when connecting using
  * Certificates to the remote SSH Server.
@@ -735,6 +765,22 @@ public interface SshEndpointBuilderFactory {
 doSetProperty("keyType", keyType);
 return this;
 }
+/**
+ * Comma-separated list of allowed/supported message authentication 
code
+ * algorithms in their order of preference. The MAC algorithm is used
+ * for data integrity protection.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: security
+ * 
+ * @param macs the value to set
+ * @return the dsl builder
+ */
+default SshEndpointConsumerBuilder macs(String macs) {
+doSetProperty("macs", macs);
+return this;
+}
 /**
  * Sets the password to use in connecting to remote SSH server. 
Requires
  * keyPairProvider to be set to null.
@@ -750,6 +796,21 @@ public interface SshEndpointBuilderFactory {
 doSetProperty("password", password);
 return this;
 }
+/**
+ * Comma-separated list of allowed/supported signature algorithms in
+ * their order of preference.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: security
+ * 
+ * @param signatures the value to set
+ * @return the dsl builder
+ */
+default SshEndpointConsumerBuilder signatures(String signatures) {
+doSetProperty("signatures", signatures);
+return this;
+}
 /**
  * Sets the username to use in logging into the remote SSH server.
  * 
@@ -955,6 +1016,55 @@ public interface SshEndpointBuilderFactory {
 doSetProperty("channelType", channelType);
 return this;
 }
+/**
+ * Instance of ClientBuilder used by the producer or consumer to create
+ * a new SshClient.
+ * 
+ * The option is a:
+ * codeorg.apache.sshd.client.ClientBuilder/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param clientBuilder the value to set
+ * @return the dsl builder
+ */
+default AdvancedSshEndpointConsumerBuilder clientBuilder(
+org.apache.sshd.client.ClientBuilder clientBuilder) {
+doSetProperty("clientBuilder", clientBuilder);
+return this;
+}
+/**
+ * Instance of ClientBuilder used by the producer or consumer to create
+ * a new SshClient.
+ * 
+ * The option will be converted to a
+ * codeorg.apache.sshd.client.ClientBuilder/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param clientBuilder the value to set

(camel) 02/02: Regen

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

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

commit 061c615d495633bf4c738cbff340c2b68fcd912e
Author: Andrea Cosentino 
AuthorDate: Mon Nov 20 10:08:03 2023 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../aws2/sqs/transform/AWS2SQSCloudEventDataTypeTransformer.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/transform/AWS2SQSCloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/transform/AWS2SQSCloudEventDataTypeTransformer.java
index 3851cd94397..65a0afc328e 100644
--- 
a/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/transform/AWS2SQSCloudEventDataTypeTransformer.java
+++ 
b/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/transform/AWS2SQSCloudEventDataTypeTransformer.java
@@ -44,7 +44,8 @@ public class AWS2SQSCloudEventDataTypeTransformer extends 
Transformer {
 headers.put(CloudEvents.CAMEL_CLOUD_EVENT_TYPE, 
"org.apache.camel.event.aws.sqs.receiveMessage");
 
 if (message.getHeaders().containsKey(Sqs2Constants.RECEIPT_HANDLE)) {
-headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SOURCE, "aws.sqs.queue." 
+ message.getHeader(Sqs2Constants.RECEIPT_HANDLE, String.class));
+headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SOURCE,
+"aws.sqs.queue." + 
message.getHeader(Sqs2Constants.RECEIPT_HANDLE, String.class));
 }
 
 headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SUBJECT, 
message.getHeader(Sqs2Constants.MESSAGE_ID, String.class));



(camel) 02/02: Regen

2023-11-10 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 f59c6384d85982c41168d4a7dff642e8c98e2ba9
Author: Claus Ibsen 
AuthorDate: Fri Nov 10 19:28:00 2023 +0100

Regen
---
 .../dsl/DynamicRouterEndpointBuilderFactory.java   | 357 -
 .../dsl/PlatformHttpEndpointBuilderFactory.java|   6 +-
 2 files changed, 359 insertions(+), 4 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DynamicRouterEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DynamicRouterEndpointBuilderFactory.java
index 3e055636707..93ea2dca53d 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DynamicRouterEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DynamicRouterEndpointBuilderFactory.java
@@ -44,6 +44,188 @@ public interface DynamicRouterEndpointBuilderFactory {
 default AdvancedDynamicRouterEndpointBuilder advanced() {
 return (AdvancedDynamicRouterEndpointBuilder) this;
 }
+/**
+ * Refers to an AggregationStrategy to be used to assemble the replies
+ * from the multicasts, into a single outgoing message from the
+ * Multicast. By default, Camel will use the last reply as the outgoing
+ * message. You can also use a POJO as the AggregationStrategy.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: common
+ * 
+ * @param aggregationStrategy the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterEndpointBuilder aggregationStrategy(
+String aggregationStrategy) {
+doSetProperty("aggregationStrategy", aggregationStrategy);
+return this;
+}
+/**
+ * Refers to a custom Thread Pool to be used for parallel processing.
+ * Notice that, if you set this option, then parallel processing is
+ * automatically implied, and you do not have to enable that option in
+ * addition to this one.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: common
+ * 
+ * @param executorService the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterEndpointBuilder executorService(
+String executorService) {
+doSetProperty("executorService", executorService);
+return this;
+}
+/**
+ * Ignore the invalid endpoint exception when attempting to create a
+ * producer with an invalid endpoint.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param ignoreInvalidEndpoints the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterEndpointBuilder ignoreInvalidEndpoints(
+boolean ignoreInvalidEndpoints) {
+doSetProperty("ignoreInvalidEndpoints", ignoreInvalidEndpoints);
+return this;
+}
+/**
+ * Ignore the invalid endpoint exception when attempting to create a
+ * producer with an invalid endpoint.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param ignoreInvalidEndpoints the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterEndpointBuilder ignoreInvalidEndpoints(
+String ignoreInvalidEndpoints) {
+doSetProperty("ignoreInvalidEndpoints", ignoreInvalidEndpoints);
+return this;
+}
+/**
+ * Uses the Processor when preparing the org.apache.camel.Exchange to 
be
+ * sent. This can be used to deep-clone messages that should be sent, 
or
+ * to provide any custom logic that is needed before the exchange is
+ * sent.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: common
+ * 
+ * @param onPrepare the value to set
+ * @return the dsl builder
+ */
+default DynamicRouterEndpointBuilder onPrepare(String onPrepare) {
+doSetProperty("onPrepare", onPrepare);
+return this;
+}
+/**
+ * If enabled then the aggregate method on AggregationStrategy can be
+ * called concurrently. Notice that this would require the
+ * implementation of AggregationStrategy to be implemented as
+ * thread-safe. By default, this is false, meaning that Camel
+

(camel) 02/02: Regen

2023-11-09 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 7144c414378dd976b79ccc9fc4f0435924f8aa4f
Author: Claus Ibsen 
AuthorDate: Thu Nov 9 15:56:46 2023 +0100

Regen
---
 .../component/dsl/SmppComponentBuilderFactory.java | 21 
 .../dsl/SmppsComponentBuilderFactory.java  | 21 
 .../endpoint/dsl/SmppEndpointBuilderFactory.java   | 60 ++
 3 files changed, 102 insertions(+)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppComponentBuilderFactory.java
index 5dac1c3b7e3..54631f10671 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppComponentBuilderFactory.java
@@ -528,6 +528,26 @@ public interface SmppComponentBuilderFactory {
 doSetProperty("enquireLinkTimer", enquireLinkTimer);
 return this;
 }
+/**
+ * Defines the interface version to be used in the binding request with
+ * the SMSC. The following values are allowed, as defined in the SMPP
+ * protocol (and the underlying implementation using the jSMPP library,
+ * respectively): legacy (0x00), 3.3 (0x33), 3.4 (0x34), and 5.0 
(0x50).
+ * The default (fallback) value is version 3.4.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Default: 3.4
+ * Group: advanced
+ * 
+ * @param interfaceVersion the value to set
+ * @return the dsl builder
+ */
+default SmppComponentBuilder interfaceVersion(
+java.lang.String interfaceVersion) {
+doSetProperty("interfaceVersion", interfaceVersion);
+return this;
+}
 /**
  * Sets the number of threads which can read PDU and process them in
  * parallel.
@@ -839,6 +859,7 @@ public interface SmppComponentBuilderFactory {
 case "autowiredEnabled": ((SmppComponent) 
component).setAutowiredEnabled((boolean) value); return true;
 case "configuration": ((SmppComponent) 
component).setConfiguration((org.apache.camel.component.smpp.SmppConfiguration) 
value); return true;
 case "enquireLinkTimer": getOrCreateConfiguration((SmppComponent) 
component).setEnquireLinkTimer((java.lang.Integer) value); return true;
+case "interfaceVersion": getOrCreateConfiguration((SmppComponent) 
component).setInterfaceVersion((java.lang.String) value); return true;
 case "pduProcessorDegree": 
getOrCreateConfiguration((SmppComponent) 
component).setPduProcessorDegree((java.lang.Integer) value); return true;
 case "pduProcessorQueueCapacity": 
getOrCreateConfiguration((SmppComponent) 
component).setPduProcessorQueueCapacity((java.lang.Integer) value); return true;
 case "sessionStateListener": 
getOrCreateConfiguration((SmppComponent) 
component).setSessionStateListener((org.jsmpp.session.SessionStateListener) 
value); return true;
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppsComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppsComponentBuilderFactory.java
index d7a1c12567a..42b72b00319 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppsComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SmppsComponentBuilderFactory.java
@@ -529,6 +529,26 @@ public interface SmppsComponentBuilderFactory {
 doSetProperty("enquireLinkTimer", enquireLinkTimer);
 return this;
 }
+/**
+ * Defines the interface version to be used in the binding request with
+ * the SMSC. The following values are allowed, as defined in the SMPP
+ * protocol (and the underlying implementation using the jSMPP library,
+ * respectively): legacy (0x00), 3.3 (0x33), 3.4 (0x34), and 5.0 
(0x50).
+ * The default (fallback) value is version 3.4.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Default: 3.4
+ * Group: advanced
+ * 
+ * @param interfaceVersion the value to set
+ * @return the dsl builder
+ */
+default SmppsComponentBuilder interfaceVersion(
+java.lang.String interfaceVersion) {
+doSetProperty("interfaceVersion", interfaceVersion);
+return this;
+}
 /**
  * Sets the number of threads which can 

(camel) 02/02: Regen

2023-11-09 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 9f36c6cdcbce763ce7f21f1fd570de585a8a5c33
Author: Claus Ibsen 
AuthorDate: Thu Nov 9 14:05:41 2023 +0100

Regen
---
 docs/components/modules/others/examples/json/azure-schema-registry.json | 1 +
 docs/components/modules/others/nav.adoc | 1 +
 docs/components/modules/others/pages/azure-schema-registry.adoc | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/docs/components/modules/others/examples/json/azure-schema-registry.json 
b/docs/components/modules/others/examples/json/azure-schema-registry.json
new file mode 12
index 000..c51c3a160d4
--- /dev/null
+++ b/docs/components/modules/others/examples/json/azure-schema-registry.json
@@ -0,0 +1 @@
+../../../../../../components/camel-azure/camel-azure-schema-registry/src/generated/resources/azure-schema-registry.json
\ No newline at end of file
diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index fd975c765b7..7c0864796dd 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -4,6 +4,7 @@
 * xref:others:index.adoc[Miscellaneous Components]
 ** xref:attachments.adoc[Attachments]
 ** xref:aws-xray.adoc[AWS XRay]
+** xref:azure-schema-registry.adoc[Azure Schema Registry]
 ** xref:cli-connector.adoc[CLI Connector]
 ** xref:cloudevents.adoc[Cloudevents]
 ** xref:csimple-joor.adoc[CSimple jOOR]
diff --git a/docs/components/modules/others/pages/azure-schema-registry.adoc 
b/docs/components/modules/others/pages/azure-schema-registry.adoc
new file mode 12
index 000..7ae097aef0a
--- /dev/null
+++ b/docs/components/modules/others/pages/azure-schema-registry.adoc
@@ -0,0 +1 @@
+../../../../../components/camel-azure/camel-azure-schema-registry/src/main/docs/azure-schema-registry.adoc
\ No newline at end of file



(camel) 02/02: Regen

2023-11-06 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 61ce91d306c3047d754f8b56fee3c6ec96fc5a3a
Author: Claus Ibsen 
AuthorDate: Mon Nov 6 09:38:31 2023 +0100

Regen
---
 docs/components/modules/ROOT/examples/json/smb.json   | 1 +
 docs/components/modules/ROOT/nav.adoc | 1 +
 docs/components/modules/ROOT/pages/smb-component.adoc | 1 +
 3 files changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/examples/json/smb.json 
b/docs/components/modules/ROOT/examples/json/smb.json
new file mode 12
index 000..0cc6d767369
--- /dev/null
+++ b/docs/components/modules/ROOT/examples/json/smb.json
@@ -0,0 +1 @@
+../../../../../../components/camel-smb/src/generated/resources/org/apache/camel/component/smb/smb.json
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 73286c93886..16e1e84c803 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -277,6 +277,7 @@
 ** xref:sjms-component.adoc[Simple JMS]
 ** xref:sjms2-component.adoc[Simple JMS2]
 ** xref:slack-component.adoc[Slack]
+** xref:smb-component.adoc[SMB]
 ** xref:smpp-component.adoc[SMPP]
 ** xref:snmp-component.adoc[SNMP]
 ** xref:splunk-component.adoc[Splunk]
diff --git a/docs/components/modules/ROOT/pages/smb-component.adoc 
b/docs/components/modules/ROOT/pages/smb-component.adoc
new file mode 12
index 000..869cb96d1c1
--- /dev/null
+++ b/docs/components/modules/ROOT/pages/smb-component.adoc
@@ -0,0 +1 @@
+../../../../../components/camel-smb/src/main/docs/smb-component.adoc
\ No newline at end of file



[camel] 02/02: Regen

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

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

commit dd9beee6609dd365db0d13566f46f53dd983126e
Author: Claus Ibsen 
AuthorDate: Mon Oct 23 10:34:46 2023 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index facf3fc6ec4..ab0ebdb4440 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -529,7 +529,7 @@
 1.5
 3.14.9
 1.17.2
-2.10.0
+2.11.0
 1.0.1
 1.19
 4.3.4



[camel] 02/02: Regen

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

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

commit ebeab90f99cfab12db24811e989a5fa9abe8df22
Author: Claus Ibsen 
AuthorDate: Mon Oct 16 08:27:06 2023 +0200

Regen
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 bb6822e416d..0b662159251 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
@@ -439,7 +439,7 @@ Enriches a message with data from a secondary resource
 
   
 
   
 



[camel] 02/02: Regen

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

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

commit 956d06e01d6b8bbd9c952ad7ff0de7dde52c59cc
Author: Claus Ibsen 
AuthorDate: Mon Sep 18 15:45:22 2023 +0200

Regen
---
 camel-dependencies/pom.xml  | 2 +-
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 994060a29f5..3421a89c3ed 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -273,7 +273,7 @@
 2.22
 1.10
 3.0.5
-2.5.1
+2.5.2
 2.21.18
 1.0.0-preview.20220705
 1.9.12
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
index 9b761682083..5449cdbef60 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
 "CamelAwsEC2Operation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The minimum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },



[camel] 02/02: Regen

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

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

commit 3354cb64d4e4f170801ef77e2e545db8e3802d7f
Author: Andrea Cosentino 
AuthorDate: Mon Sep 11 06:58:41 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../camel/dataformat/bindy/fixed/link/BindyRaceConditionLinkTest.java   | 2 +-
 .../main/java/org/apache/camel/openapi/OpenApiRestProducerFactory.java  | 2 --
 .../apache/camel/component/zeebe/processor/AbstractBaseProcessor.java   | 2 --
 core/camel-util/src/main/java/org/apache/camel/util/ObjectHelper.java   | 1 -
 .../java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java| 1 -
 5 files changed, 1 insertion(+), 7 deletions(-)

diff --git 
a/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/link/BindyRaceConditionLinkTest.java
 
b/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/link/BindyRaceConditionLinkTest.java
index 23a3a918dfd..fc61a1ebc49 100644
--- 
a/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/link/BindyRaceConditionLinkTest.java
+++ 
b/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/fixed/link/BindyRaceConditionLinkTest.java
@@ -76,7 +76,7 @@ public class BindyRaceConditionLinkTest extends 
CamelTestSupport {
 .routeId("bindy-link-test")
 .convertBodyTo(String.class)
 .split(body().tokenize("\n"))
-.parallelProcessing(true)
+.parallelProcessing(true)
 .unmarshal(bindy)
 .to(end);
 }
diff --git 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenApiRestProducerFactory.java
 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenApiRestProducerFactory.java
index 3fabc93ab49..ce4d9ecafac 100644
--- 
a/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenApiRestProducerFactory.java
+++ 
b/components/camel-openapi-java/src/main/java/org/apache/camel/openapi/OpenApiRestProducerFactory.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel.openapi;
 
-import java.util.ArrayList;
-import java.util.List;
 import java.util.Map;
 import java.util.StringJoiner;
 
diff --git 
a/components/camel-zeebe/src/main/java/org/apache/camel/component/zeebe/processor/AbstractBaseProcessor.java
 
b/components/camel-zeebe/src/main/java/org/apache/camel/component/zeebe/processor/AbstractBaseProcessor.java
index 93df33dd70b..e3911f92dd6 100644
--- 
a/components/camel-zeebe/src/main/java/org/apache/camel/component/zeebe/processor/AbstractBaseProcessor.java
+++ 
b/components/camel-zeebe/src/main/java/org/apache/camel/component/zeebe/processor/AbstractBaseProcessor.java
@@ -17,8 +17,6 @@
 
 package org.apache.camel.component.zeebe.processor;
 
-import java.util.Map;
-
 import com.fasterxml.jackson.core.JsonProcessingException;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import org.apache.camel.Exchange;
diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/ObjectHelper.java 
b/core/camel-util/src/main/java/org/apache/camel/util/ObjectHelper.java
index d0d0ab445bb..098ad1fa93f 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/ObjectHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/ObjectHelper.java
@@ -1322,7 +1322,6 @@ public final class ObjectHelper {
 }
 }
 
-
 /*
  * NOTE: see CAMEL-19724. We log like this instead of using a statically 
declared logger in order to
  * reduce the risk of dropping log messages due to slf4j log substitution 
behavior during its own
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
index 51e60ce4cad..b2c67856de6 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSensitizeHelper.java
@@ -21,7 +21,6 @@ import java.nio.file.Path;
 import java.util.Arrays;
 import java.util.List;
 import java.util.Locale;
-import java.util.Map;
 import java.util.Set;
 import java.util.StringJoiner;
 import java.util.TreeSet;



[camel] 02/02: Regen

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

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

commit 9e1987f32b6f88139b06d9785ee514722ee3511f
Author: Andrea Cosentino 
AuthorDate: Thu Sep 7 06:48:47 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
index 6ead525a972..b24d341ac70 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
@@ -45,7 +45,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
+"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
 "CamelAwsEC2Operation": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The minimum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index 6ead525a972..b24d341ac70 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -45,7 +45,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", 

[camel] 02/02: Regen

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

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

commit 6ac90993a03fef4b35e3e72ac344a530cb1f77da
Author: Andrea Cosentino 
AuthorDate: Wed Sep 6 07:18:37 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java  | 2 +-
 .../java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java | 2 +-
 .../component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java| 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
index 625b546e20e..4a10b8397db 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRequestReplyRouteTest.java
@@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
-disabledReason = "These tests are flaky on Apache CI - see 
CAMEL-19832")
+  disabledReason = "These tests are flaky on Apache CI 
- see CAMEL-19832")
 public class RocketMQRequestReplyRouteTest extends RocketMQTestSupport {
 
 private static final String START_ENDPOINT_URI = 
"rocketmq:START_TOPIC_RRT?producerGroup=p1=c1";
diff --git 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
index 4ddaaf23d90..ba4c6780fa6 100644
--- 
a/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
+++ 
b/components/camel-rocketmq/src/test/java/org/apache/camel/component/rocketmq/RocketMQRouteTest.java
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "apache.org",
-disabledReason = "These tests are flaky on Apache CI - see 
CAMEL-19832")
+  disabledReason = "These tests are flaky on Apache CI 
- see CAMEL-19832")
 public class RocketMQRouteTest extends RocketMQTestSupport {
 
 public static final String EXPECTED_MESSAGE = "hello, RocketMQ.";
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
index c9b6a6b5130..07540e24515 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerCharsetUTFtoISOConvertBodyToTest.java
@@ -48,7 +48,6 @@ class FileProducerCharsetUTFtoISOConvertBodyToTest extends 
ContextTestSupport {
 }
 }
 
-
 @AfterEach
 void cleanupFile() {
 try {



[camel] 02/02: Regen

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

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

commit 0a315d7f6b95e0d44718fe3dcd6fa144f71b6265
Author: Andrea Cosentino 
AuthorDate: Mon Sep 4 06:40:21 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../java/org/apache/camel/component/file/azure/FilesOperations.java | 2 +-
 .../src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java  | 2 --
 .../main/java/org/apache/camel/component/jpa/TransactionStrategy.java   | 2 +-
 .../src/test/java/org/apache/camel/processor/ConvertBodyTest.java   | 1 -
 4 files changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-files/src/main/java/org/apache/camel/component/file/azure/FilesOperations.java
 
b/components/camel-azure/camel-azure-files/src/main/java/org/apache/camel/component/file/azure/FilesOperations.java
index da39a382ea9..8cd7874b879 100644
--- 
a/components/camel-azure/camel-azure-files/src/main/java/org/apache/camel/component/file/azure/FilesOperations.java
+++ 
b/components/camel-azure/camel-azure-files/src/main/java/org/apache/camel/component/file/azure/FilesOperations.java
@@ -181,7 +181,7 @@ public class FilesOperations extends NormalizedOperations {
 }
 
 private boolean renameRemote(ShareFileClient fileClient, String 
shareRelativeTo) {
-// TODO set the replace flag? likely yes, callers strategy should 
avoid this call when otherwise 
+// TODO set the replace flag? likely yes, callers strategy should 
avoid this call when otherwise
 var options = new ShareFileRenameOptions(shareRelativeTo);
 var renamed = fileClient.renameWithResponse(options, 
endpoint.getMetadataTimeout(), Context.NONE).getValue();
 return existsRemote(renamed);
diff --git 
a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
 
b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
index d6d1e1a55da..9eface3e43b 100644
--- 
a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
+++ 
b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java
@@ -32,10 +32,8 @@ import org.junit.jupiter.api.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
-import static org.junit.jupiter.api.Assertions.assertTrue;
 
 /**
  * Test class for {@link org.apache.camel.component.dhis2.api.Dhis2Get} APIs.
diff --git 
a/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/TransactionStrategy.java
 
b/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/TransactionStrategy.java
index 3a6255ccba5..39cd30d33f7 100644
--- 
a/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/TransactionStrategy.java
+++ 
b/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/TransactionStrategy.java
@@ -24,7 +24,7 @@ public interface TransactionStrategy {
 /**
  * Execute the work in transaction.
  *
- * @param runnable  the work to execute.
+ * @param runnable the work to execute.
  */
 void executeInTransaction(Runnable runnable);
 }
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/ConvertBodyTest.java 
b/core/camel-core/src/test/java/org/apache/camel/processor/ConvertBodyTest.java
index 00cbc270294..2ccfe20e3cc 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/ConvertBodyTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/ConvertBodyTest.java
@@ -19,7 +19,6 @@ package org.apache.camel.processor;
 import java.io.ByteArrayInputStream;
 import java.nio.charset.UnsupportedCharsetException;
 import java.util.Date;
-import java.util.Locale;
 
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.Exchange;



[camel] 02/02: Regen

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

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

commit 1d1a6ffa67c00a8461389bd180ac858b39f58d24
Author: Andrea Cosentino 
AuthorDate: Fri Sep 1 06:42:02 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../camel/component/aws2/s3/stream/AWS2S3StreamUploadProducer.java| 2 +-
 .../java/org/apache/camel/component/aws2/s3/utils/AWS2S3Utils.java| 1 -
 .../camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java  | 4 ++--
 .../java/org/apache/camel/component/mllp/MllpTcpClientProducer.java   | 1 -
 .../src/main/java/org/apache/camel/component/seda/SedaEndpoint.java   | 3 ---
 5 files changed, 3 insertions(+), 8 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/stream/AWS2S3StreamUploadProducer.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/stream/AWS2S3StreamUploadProducer.java
index e0a9e69beb2..138995c6e59 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/stream/AWS2S3StreamUploadProducer.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/stream/AWS2S3StreamUploadProducer.java
@@ -213,7 +213,7 @@ public class AWS2S3StreamUploadProducer extends 
DefaultProducer {
 }
 state = null;
 }
-
+
 } catch (Exception e) {
 getEndpoint().getS3Client()
 
.abortMultipartUpload(AbortMultipartUploadRequest.builder().bucket(getConfiguration().getBucketName())
diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/utils/AWS2S3Utils.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/utils/AWS2S3Utils.java
index d99e4405afa..fa166fdcdb8 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/utils/AWS2S3Utils.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/utils/AWS2S3Utils.java
@@ -26,7 +26,6 @@ import org.apache.camel.StreamCache;
 import org.apache.camel.component.aws2.s3.AWS2S3Configuration;
 import org.apache.camel.component.aws2.s3.AWS2S3Constants;
 import org.apache.camel.util.ObjectHelper;
-import org.apache.camel.util.StringHelper;
 import software.amazon.awssdk.services.s3.model.CreateMultipartUploadRequest;
 import software.amazon.awssdk.services.s3.model.ServerSideEncryption;
 
diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
index f1eef645c19..d8d52d687ec 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadTimeoutIT.java
@@ -43,9 +43,9 @@ public class S3StreamUploadTimeoutIT extends Aws2S3Base {
 @Test
 public void sendIn() throws Exception {
 
-for(int i = 1; i <= 2; i++) {
+for (int i = 1; i <= 2; i++) {
 int count = i * 23;
-
+
 result.expectedMessageCount(count);
 
 for (int j = 0; j < 23; j++) {
diff --git 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpClientProducer.java
 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpClientProducer.java
index 19796a11e4b..802d7b8914b 100644
--- 
a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpClientProducer.java
+++ 
b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpTcpClientProducer.java
@@ -112,7 +112,6 @@ public class MllpTcpClientProducer extends DefaultProducer 
implements Runnable {
 String fullEndpointKey = getEndpoint().getEndpointKey();
 String endpointKey = StringHelper.before(fullEndpointKey, "?", 
fullEndpointKey);
 
-
 idleTimeoutExecutor = 
Executors.newSingleThreadScheduledExecutor(new 
IdleTimeoutThreadFactory(endpointKey));
 }
 
diff --git 
a/components/camel-seda/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java
 
b/components/camel-seda/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java
index e59dc325e1e..7f9f58d0398 100644
--- 
a/components/camel-seda/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java
+++ 
b/components/camel-seda/src/main/java/org/apache/camel/component/seda/SedaEndpoint.java
@@ -221,7 +221,6 @@ public class SedaEndpoint extends DefaultEndpoint 
implements AsyncEndpoint, Brow
 }
 }
 
-
   

[camel] 02/02: Regen

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

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

commit b697ea2076c2b9c007f887a545778bab3b6d6fb6
Author: Andrea Cosentino 
AuthorDate: Thu Aug 31 07:09:36 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../java/org/apache/camel/xml/in/BaseParser.java   | 34 --
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git 
a/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/BaseParser.java 
b/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/BaseParser.java
index 5d1a2a7bf55..f53b7f5c6ce 100644
--- a/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/BaseParser.java
+++ b/core/camel-xml-io/src/main/java/org/apache/camel/xml/in/BaseParser.java
@@ -16,22 +16,6 @@
  */
 package org.apache.camel.xml.in;
 
-import org.apache.camel.LineNumberAware;
-import org.apache.camel.model.language.ExpressionDefinition;
-import org.apache.camel.spi.NamespaceAware;
-import org.apache.camel.spi.Resource;
-import org.apache.camel.util.ObjectHelper;
-import org.apache.camel.util.URISupport;
-import org.apache.camel.xml.io.MXParser;
-import org.apache.camel.xml.io.XmlPullParser;
-import org.apache.camel.xml.io.XmlPullParserException;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Text;
-
-import javax.xml.XMLConstants;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.Reader;
@@ -48,6 +32,24 @@ import java.util.Set;
 import java.util.function.Consumer;
 import java.util.function.Supplier;
 
+import javax.xml.XMLConstants;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.parsers.ParserConfigurationException;
+
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Text;
+
+import org.apache.camel.LineNumberAware;
+import org.apache.camel.model.language.ExpressionDefinition;
+import org.apache.camel.spi.NamespaceAware;
+import org.apache.camel.spi.Resource;
+import org.apache.camel.util.ObjectHelper;
+import org.apache.camel.util.URISupport;
+import org.apache.camel.xml.io.MXParser;
+import org.apache.camel.xml.io.XmlPullParser;
+import org.apache.camel.xml.io.XmlPullParserException;
+
 public class BaseParser {
 
 protected final MXParser parser;



[camel] 02/02: Regen

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

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

commit 36a095557c5efc545a51ef5fcae518a8e9b7ff06
Author: Andrea Cosentino 
AuthorDate: Wed Aug 30 06:42:41 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../org/apache/camel/catalog/components/pdf.json   |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 72 +++---
 .../endpoint/dsl/PdfEndpointBuilderFactory.java|  2 +-
 3 files changed, 38 insertions(+), 38 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
index 0ba759ba3b5..18499dbc195 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
@@ -32,7 +32,7 @@
   },
   "properties": {
 "operation": { "index": 0, "kind": "path", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.pdf.PdfOperation", "enum": [ "create", 
"append", "extractText" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Operation type" },
-"font": { "index": 1, "kind": "parameter", "displayName": "Font", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "Courier", "Courier-Bold", "Courier-Oblique", 
"Courier-BoldOblique", "Helvetica", "Helvetica-Bold", "Helvetica-Oblique", 
"Helvetica-BoldOblique", "Times-Roman", "Times-Bold", "Times-Italic", 
"Times-BoldItalic", "Symbol", "ZapfDingbats" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValu [...]
+"font": { "index": 1, "kind": "parameter", "displayName": "Font", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "COURIER", "COURIER_BOLD", "COURIER_OBLIQUE", 
"COURIER_BOLD_OBLIQUE", "HELVETICA", "HELVETICA_BOLD", "HELVETICA_OBLIQUE", 
"HELVETICA_BOLD_OBLIQUE", "TIMES_ROMAN", "TIMES_BOLD", "TIMES_ITALIC", 
"TIMES_BOLD_ITALIC", "SYMBOL", "ZAPF_DINGBATS" ], "deprecated": false, 
"autowired": false, "secret": false, "default [...]
 "fontSize": { "index": 2, "kind": "parameter", "displayName": "Font Size", 
"group": "producer", "label": "", "required": false, "type": "number", 
"javaType": "float", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 14.0, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Font size in pixels" },
 "marginBottom": { "index": 3, "kind": "parameter", "displayName": "Margin 
Bottom", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 20, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Margin bottom in pixels" },
 "marginLeft": { "index": 4, "kind": "parameter", "displayName": "Margin 
Left", "group": "producer", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 20, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Margin left in pixels" },
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 1b253cccd8a..b4bdabc4b57 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
@@ -5241,33 +5241,6 @@ detect the exception, and rollback. Default value: true
 
   
 
-
-  
-
-
-
-  
-
-
-  
-
-
-
-  
-
-
-  
-
-
-
-  
-
 
   
 
@@ -5328,6 +5301,42 @@ some EIP patterns such as splitter, multicast, will 
create a new unit of work bo
 sub-route (eg the splitted message); however these EIPs have an option named 
shareUnitOfWork which allows to combine
 with the parent unit of work in regard to error handling and therefore use the 
parent original message. By 

[camel] 02/02: Regen

2023-08-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.git

commit 6ffda9875dedc199071437ba4985e20aa6eabbd8
Author: Claus Ibsen 
AuthorDate: Tue Aug 29 21:07:37 2023 +0200

Regen
---
 .../generated/resources/org/apache/camel/catalog/components/pdf.json| 2 +-
 .../apache/camel/builder/endpoint/dsl/PdfEndpointBuilderFactory.java| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
index 18499dbc195..0ba759ba3b5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pdf.json
@@ -32,7 +32,7 @@
   },
   "properties": {
 "operation": { "index": 0, "kind": "path", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.pdf.PdfOperation", "enum": [ "create", 
"append", "extractText" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Operation type" },
-"font": { "index": 1, "kind": "parameter", "displayName": "Font", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "COURIER", "COURIER_BOLD", "COURIER_OBLIQUE", 
"COURIER_BOLD_OBLIQUE", "HELVETICA", "HELVETICA_BOLD", "HELVETICA_OBLIQUE", 
"HELVETICA_BOLD_OBLIQUE", "TIMES_ROMAN", "TIMES_BOLD", "TIMES_ITALIC", 
"TIMES_BOLD_ITALIC", "SYMBOL", "ZAPF_DINGBATS" ], "deprecated": false, 
"autowired": false, "secret": false, "default [...]
+"font": { "index": 1, "kind": "parameter", "displayName": "Font", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "Courier", "Courier-Bold", "Courier-Oblique", 
"Courier-BoldOblique", "Helvetica", "Helvetica-Bold", "Helvetica-Oblique", 
"Helvetica-BoldOblique", "Times-Roman", "Times-Bold", "Times-Italic", 
"Times-BoldItalic", "Symbol", "ZapfDingbats" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValu [...]
 "fontSize": { "index": 2, "kind": "parameter", "displayName": "Font Size", 
"group": "producer", "label": "", "required": false, "type": "number", 
"javaType": "float", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 14.0, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Font size in pixels" },
 "marginBottom": { "index": 3, "kind": "parameter", "displayName": "Margin 
Bottom", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 20, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Margin bottom in pixels" },
 "marginLeft": { "index": 4, "kind": "parameter", "displayName": "Margin 
Left", "group": "producer", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 20, "configurationClass": 
"org.apache.camel.component.pdf.PdfConfiguration", "configurationField": 
"pdfConfiguration", "description": "Margin left in pixels" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PdfEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PdfEndpointBuilderFactory.java
index d40b3db9af0..2cfd710fa81 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PdfEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PdfEndpointBuilderFactory.java
@@ -46,7 +46,7 @@ public interface PdfEndpointBuilderFactory {
  * 
  * The option is a: codejava.lang.String/code type.
  * 
- * Default: HELVETICA
+ * Default: Helvetica
  * Group: producer
  * 
  * @param font the value to set



[camel] 02/02: Regen

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

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

commit e38bc18fef1a3db6173eb6325585edf71b1b3453
Author: Andrea Cosentino 
AuthorDate: Tue Aug 29 06:55:21 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../src/main/java/org/apache/camel/main/RoutesConfigurer.java   | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java 
b/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
index 5b9a7fd50e7..c7ec97675fa 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
@@ -358,8 +358,10 @@ public class RoutesConfigurer {
 }
 }
 
-protected RoutesBuilderLoader resolveRoutesBuilderLoader(CamelContext 
camelContext, Resource resource,
- boolean optional) 
throws Exception {
+protected RoutesBuilderLoader resolveRoutesBuilderLoader(
+CamelContext camelContext, Resource resource,
+boolean optional)
+throws Exception {
 // the loader to use is derived from the file extension
 final String extension = FileUtil.onlyExt(resource.getLocation(), 
false);
 



[camel] 02/02: Regen

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

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

commit 376cbde873253c0b9b0152c8a37dc27a3a52c8ae
Author: Andrea Cosentino 
AuthorDate: Mon Aug 28 08:59:46 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../camel/component/aws2/s3/integration/S3StreamUploadMultipartIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadMultipartIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadMultipartIT.java
index 8069c22c257..835f7790d44 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadMultipartIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3StreamUploadMultipartIT.java
@@ -71,7 +71,7 @@ public class S3StreamUploadMultipartIT extends Aws2S3Base {
 List resp = ex.getMessage().getBody(List.class);
 assertEquals(60, resp.size());
 
-assertEquals( 10 * 
Files.size(Paths.get("src/test/resources/empty.bin")),
+assertEquals(10 * 
Files.size(Paths.get("src/test/resources/empty.bin")),
 resp.stream().mapToLong(S3Object::size).sum());
 }
 



[camel] 02/02: Regen

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

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

commit d8a654222fd602d2fc215884401a2733d613c1c1
Author: Andrea Cosentino 
AuthorDate: Fri Aug 25 07:47:33 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e8028acc780..1ccdccd98d9 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
@@ -39,10 +39,10 @@
 { "name": "camel.main.description", "description": "Sets the description 
(intended for humans) of the Camel application.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.main.devConsoleEnabled", "description": "Whether to 
enable developer console (requires camel-console on classpath). The developer 
console is only for assisting during development. This is NOT for production 
usage.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.dumpRoutes", "description": "If dumping is enabled 
then Camel will during startup dump all loaded routes (incl rests and route 
templates) represented as XML\/YAML DSL into the log. This is intended for 
trouble shooting or to assist during development. Sensitive information that 
may be configured in the route endpoints could potentially be included in the 
dump output and is therefore not recommended being used for production usage. 
This requires to have camel-xml [...]
-{ "name": "camel.main.dumpRoutesDirectory", "description": "Whether to 
save route dumps to files in the given directory. The name of the files are 
based on original loaded resource, or an autogenerated name.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.main.dumpRoutesGeneratedIds", "description": "Whether to 
include auto generated IDs in the dumped output. Default is false.", 
"sourceType": "org.apache.camel.main.DefaultConfigurationProperties", "type": 
"boolean", "javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.dumpRoutesInclude", "description": "Controls what to 
include in output for route dumping. Possible values: all, routes, rests, 
routeConfigurations, routeTemplates, beans. Multiple values can be separated by 
comma. Default is routes.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "defaultValue": "routes" },
 { "name": "camel.main.dumpRoutesLog", "description": "Whether to log route 
dumps to Logger", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
+{ "name": "camel.main.dumpRoutesOutput", "description": "Whether to save 
route dumps to an output file. If the output is a filename, then all content is 
saved to this file. If the output is a directory name, then one or more files 
are saved to the directory, where the names are based on the original source 
file names, or auto generated names.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.main.dumpRoutesResolvePlaceholders", "description": 
"Whether to resolve property placeholders in the dumped output. Default is 
true.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "javaType": "boolean", "defaultValue": true },
 { "name": "camel.main.dumpRoutesUriAsParameters", "description": "When 
dumping routes to YAML format, then this option controls whether endpoint URIs 
should be expanded into a key\/value parameters.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.durationHitExitCode", "description": "Sets the exit 
code for the application if duration was hit", "sourceType": 
"org.apache.camel.main.MainConfigurationProperties", "type": "integer", 
"javaType": "int" },



[camel] 02/02: Regen

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

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

commit e2e7b15344fbf7c84c10b5f7cbe92283d6f718d2
Author: Andrea Cosentino 
AuthorDate: Fri Aug 25 06:48:05 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
index a6f8d917c48..6ead525a972 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
@@ -45,7 +45,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
+"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge",  [...]
 "CamelAwsEC2Operation": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "index": 3, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The minimum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "index": 4, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The maximum number of instances we want 
to run.", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index a6f8d917c48..6ead525a972 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -45,7 +45,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "index": 1, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", 

[camel] 02/02: Regen

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

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

commit 4b44b4b4fc73c6dd9cae1ba22a29cc7148a79d5b
Author: Andrea Cosentino 
AuthorDate: Wed Aug 23 06:40:19 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../main/java/org/apache/camel/impl/engine/AbstractCamelContext.java  | 2 --
 .../src/main/java/org/apache/camel/impl/engine/VersionHolder.java | 4 +---
 .../main/java/org/apache/camel/main/MainDurationEventNotifier.java| 3 ++-
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
index 97f945a6a76..7a771fd0425 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java
@@ -1906,13 +1906,11 @@ public abstract class AbstractCamelContext extends 
BaseService
 return new Date(startDate);
 }
 
-
 @Override
 public String getVersion() {
 return VersionHolder.VERSION;
 }
 
-
 @Override
 protected void doSuspend() throws Exception {
 EventHelper.notifyCamelContextSuspending(this);
diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/VersionHolder.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/VersionHolder.java
index a15943b6501..9190d562386 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/VersionHolder.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/VersionHolder.java
@@ -24,8 +24,7 @@ import org.apache.camel.util.IOHelper;
 
 class VersionHolder {
 public static final String VERSION;
-private static final String POM_PROPERTIES =
-
"/META-INF/maven/org.apache.camel/camel-base-engine/pom.properties";
+private static final String POM_PROPERTIES = 
"/META-INF/maven/org.apache.camel/camel-base-engine/pom.properties";
 
 static {
 VERSION = doGetVersion();
@@ -68,7 +67,6 @@ class VersionHolder {
 }
 }
 
-
 if (resolvedVersion == null) {
 // we could not compute the version so use a blank
 resolvedVersion = "";
diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java
index daecdbffeea..7b6c6e52b31 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java
@@ -96,7 +96,8 @@ public class MainDurationEventNotifier extends 
EventNotifierSupport {
 
 boolean complete = false;
 if (maxMessages > 0) {
- complete = event.getType() == CamelEvent.Type.ExchangeCompleted 
|| event.getType() == CamelEvent.Type.ExchangeFailed;
+complete = event.getType() == CamelEvent.Type.ExchangeCompleted
+|| event.getType() == CamelEvent.Type.ExchangeFailed;
 
 if (complete) {
 boolean result = doneMessages.incrementAndGet() >= maxMessages;



[camel] 02/02: Regen

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

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

commit 2c0808177e63148a68e9c1a6ee089bbf16d716ca
Author: Andrea Cosentino 
AuthorDate: Tue Aug 22 06:38:45 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../camel/component/aws2/sqs/Sqs2Consumer.java |  3 ++-
 .../component/aws2/sqs/AmazonSQSClientMock.java|  2 +-
 .../ConsulClusteredRoutePolicyFactoryIT.java   |  3 ++-
 .../cluster/ConsulClusteredRoutePolicyIT.java  |  3 ++-
 .../component/consul/cluster/ConsulMasterIT.java   |  3 ++-
 .../camel/component/mail/RawMailMessageTest.java   |  2 +-
 .../integration/OpensearchSizeLimitIT.java |  1 -
 .../component/sjms/AsyncStartStopListenerTest.java |  3 ++-
 .../camel/component/sjms/JmsSelectorTest.java  |  3 ++-
 .../sjms/SjmsEndpointConnectionSettingsTest.java   |  3 ++-
 .../camel/component/sjms/SjmsEndpointTest.java |  3 ++-
 .../component/sjms/SjmsSendDynamicAwareTest.java   | 12 ++---
 .../consumer/InOutConsumerTempQueueAsyncTest.java  |  3 ++-
 .../sjms/consumer/InOutConsumerTempQueueTest.java  |  3 ++-
 .../consumer/InOutSynchronousConsumerTest.java |  3 ++-
 .../sjms/consumer/JmsPollingConsumerTest.java  |  6 +++--
 .../sjms/jms/DestinationNameParserTest.java|  3 ++-
 .../org/apache/camel/spi/DumpRoutesStrategy.java   |  4 +--
 .../camel/cli/connector/LocalCliConnector.java |  2 +-
 .../dsl/Aws2S3ComponentBuilderFactory.java | 16 
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 30 ++
 .../rocketmq/services/RocketMQServiceFactory.java  |  1 -
 22 files changed, 87 insertions(+), 25 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2Consumer.java
 
b/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2Consumer.java
index ee037337e5e..7ffe78812f1 100644
--- 
a/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2Consumer.java
+++ 
b/components/camel-aws/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/Sqs2Consumer.java
@@ -440,7 +440,8 @@ public class Sqs2Consumer extends 
ScheduledBatchPollingConsumer {
 .build();
 
 try {
-LOG.trace("Extending visibility window by {} seconds 
for request entries {}", repeatSeconds, batchEntries);
+LOG.trace("Extending visibility window by {} seconds 
for request entries {}", repeatSeconds,
+batchEntries);
 
getEndpoint().getClient().changeMessageVisibilityBatch(request);
 LOG.debug("Extended visibility window for request 
entries {}", batchEntries);
 } catch (MessageNotInflightException | 
ReceiptHandleIsInvalidException e) {
diff --git 
a/components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/AmazonSQSClientMock.java
 
b/components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/AmazonSQSClientMock.java
index 7d3affb8cf7..e8c5cd895b5 100644
--- 
a/components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/AmazonSQSClientMock.java
+++ 
b/components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/AmazonSQSClientMock.java
@@ -232,7 +232,7 @@ public class AmazonSQSClientMock implements SqsClient {
 public SqsServiceClientConfiguration serviceClientConfiguration() {
 return null;
 }
-
+
 @Override
 public ChangeMessageVisibilityBatchResponse changeMessageVisibilityBatch(
 ChangeMessageVisibilityBatchRequest 
changeMessageVisibilityBatchRequest) {
diff --git 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
index 06c4e3ba45a..2ad16f87934 100644
--- 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
+++ 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryIT.java
@@ -95,7 +95,8 @@ public class ConsulClusteredRoutePolicyFactoryIT {
 
 // Start the context after some random time so the startup order
 // changes for each test.
-
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS).untilAsserted(() -> 
Assertions.assertDoesNotThrow(context::start));
+
Awaitility.await().pollDelay(ThreadLocalRandom.current().nextInt(500), 
TimeUnit.MILLISECONDS)
+.untilAsserted(() -> 

[camel] 02/02: Regen

2023-08-12 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 c62a7d5b733b3871a749f0e1778d8d2e253fa705
Author: Claus Ibsen 
AuthorDate: Sat Aug 12 18:30:40 2023 +0200

Regen
---
 core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 0288b00652c..c5485bb4aaa 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -180,7 +180,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {



[camel] 02/02: Regen

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

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

commit f5b153cdc2368c837e4dbb1d6d02056d53f6d0b8
Author: Claus Ibsen 
AuthorDate: Sat Jul 29 09:52:14 2023 +0200

Regen
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
index 526024aa48d..cebef99a587 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
 "CamelAwsEC2Operation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The minimum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index 526024aa48d..cebef99a587 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { 

[camel] 02/02: Regen

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

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

commit b1a2d08f6d96fbbac543aea13dab39988895e457
Author: Andrea Cosentino 
AuthorDate: Fri Jul 28 07:54:07 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../src/main/java/org/apache/camel/component/mail/MailComponent.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
 
b/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
index e40cebf76be..83c6cfed080 100644
--- 
a/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
+++ 
b/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java
@@ -48,7 +48,7 @@ public class MailComponent extends HealthCheckComponent 
implements HeaderFilterS
 @Metadata(label = "security", defaultValue = "false")
 private boolean useGlobalSslContextParameters;
 @Metadata(label = "filter",
-description = "To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.")
+  description = "To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.")
 private HeaderFilterStrategy headerFilterStrategy;
 
 public MailComponent() {



[camel] 02/02: Regen

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

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

commit 9927292df2a70bb52d8fa949c91e19102f0aa8f7
Author: Andrea Cosentino 
AuthorDate: Thu Jul 27 08:19:41 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../aws/secretsmanager/SecretsManagerEndpoint.java |  3 +-
 .../camel/component/kafka/KafkaComponent.java  |  1 -
 .../camel/component/kafka/KafkaConsumer.java   |  3 +-
 .../camel/component/kafka/KafkaProducer.java   |  3 +-
 .../quartz/SpringScheduledRoutePolicyTest.java | 12 ---
 .../AzureServicebusComponentBuilderFactory.java| 37 --
 .../GoogleMailStreamComponentBuilderFactory.java   | 18 +++
 .../dsl/KafkaComponentBuilderFactory.java  | 20 ++--
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 37 --
 9 files changed, 99 insertions(+), 35 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-secrets-manager/src/main/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerEndpoint.java
 
b/components/camel-aws/camel-aws-secrets-manager/src/main/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerEndpoint.java
index ef74b8169f4..2044a98f20e 100644
--- 
a/components/camel-aws/camel-aws-secrets-manager/src/main/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerEndpoint.java
+++ 
b/components/camel-aws/camel-aws-secrets-manager/src/main/java/org/apache/camel/component/aws/secretsmanager/SecretsManagerEndpoint.java
@@ -79,7 +79,8 @@ public class SecretsManagerEndpoint extends 
ScheduledPollEndpoint {
 
 if (healthCheckRepository != null) {
 clientHealthCheck = new SecretsManagerClientHealthCheck(this, 
getId());
-clientHealthCheck.setEnabled(getComponent().isHealthCheckEnabled() 
&& getComponent().isHealthCheckProducerEnabled());
+clientHealthCheck
+.setEnabled(getComponent().isHealthCheckEnabled() && 
getComponent().isHealthCheckProducerEnabled());
 healthCheckRepository.addHealthCheck(clientHealthCheck);
 }
 }
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
index b55f4b9de31..a43b1510029 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
@@ -26,7 +26,6 @@ import 
org.apache.camel.component.kafka.consumer.KafkaManualCommit;
 import org.apache.camel.component.kafka.consumer.KafkaManualCommitFactory;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.annotations.Component;
-import org.apache.camel.support.DefaultComponent;
 import org.apache.camel.support.HealthCheckComponent;
 import org.apache.camel.support.PropertyBindingSupport;
 import org.apache.camel.util.ObjectHelper;
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java
index c64f10db7c2..9188d498666 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConsumer.java
@@ -131,7 +131,8 @@ public class KafkaConsumer extends DefaultConsumer
 
 if (healthCheckRepository != null) {
 consumerHealthCheck = new KafkaConsumerHealthCheck(this, 
getRouteId());
-
consumerHealthCheck.setEnabled(getEndpoint().getComponent().isHealthCheckEnabled()
 && getEndpoint().getComponent().isHealthCheckConsumerEnabled());
+
consumerHealthCheck.setEnabled(getEndpoint().getComponent().isHealthCheckEnabled()
+&& 
getEndpoint().getComponent().isHealthCheckConsumerEnabled());
 healthCheckRepository.addHealthCheck(consumerHealthCheck);
 }
 
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
index 19803e2a3ad..a2b7f7f7d0d 100755
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
@@ -202,7 +202,8 @@ public class KafkaProducer extends DefaultAsyncProducer {
 
 if (healthCheckRepository != null) {
 producerHealthCheck = new KafkaProducerHealthCheck(this, clientId);
-
producerHealthCheck.setEnabled(getEndpoint().getComponent().isHealthCheckEnabled()
 && getEndpoint().getComponent().isHealthCheckProducerEnabled());
+

[camel] 02/02: Regen

2023-07-11 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 a2851212679af28d81f91024cb00b0defe0fe01f
Author: Andrea Cosentino 
AuthorDate: Tue Jul 11 09:57:16 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 ...neCacheProducerMultiOperationSameCacheTest.java |  3 -
 ...adCacheProducerMultiOperationSameCacheTest.java |  3 -
 .../camel/component/kafka/KafkaComponent.java  | 10 ++--
 .../camel/component/kafka/KafkaConfiguration.java  | 26 -
 .../others/examples/json/platform-http-main.json   |  1 +
 docs/components/modules/others/nav.adoc|  1 +
 .../modules/others/pages/platform-http-main.adoc   |  1 +
 .../dsl/KafkaComponentBuilderFactory.java  | 38 ++---
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 64 +++---
 9 files changed, 72 insertions(+), 75 deletions(-)

diff --git 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
index abcebc693ab..fec5aeefcc1 100644
--- 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
+++ 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
@@ -16,9 +16,6 @@
  */
 package org.apache.camel.component.caffeine.cache;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.caffeine.CaffeineConstants;
 import org.apache.camel.component.mock.MockEndpoint;
diff --git 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
index 68eec560449..3a955336dc2 100644
--- 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
+++ 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
@@ -16,9 +16,6 @@
  */
 package org.apache.camel.component.caffeine.loadcache;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.caffeine.CaffeineConstants;
 import org.apache.camel.component.mock.MockEndpoint;
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
index 2f2618939f7..7b8b5322a2e 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
@@ -175,8 +175,8 @@ public class KafkaComponent extends DefaultComponent 
implements SSLContextParame
  * invalid kafka configurations. Unfortunately, kafka-client does not 
separate this kind of errors.
  *
  * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts then
- * set this option and Camel will then when giving up terminate the 
consumer. To try again, you can manually restart the consumer
- * by stopping, and starting the route.
+ * set this option and Camel will then when giving up terminate the 
consumer. To try again, you can manually restart
+ * the consumer by stopping, and starting the route.
  */
 public void setCreateConsumerBackoffMaxAttempts(int 
createConsumerBackoffMaxAttempts) {
 this.createConsumerBackoffMaxAttempts = 
createConsumerBackoffMaxAttempts;
@@ -204,9 +204,9 @@ public class KafkaComponent extends DefaultComponent 
implements SSLContextParame
  * Error during subscribing the consumer to the kafka topic could be 
temporary errors due to network issues, and
  * could potentially be recoverable.
  *
- * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts, then
- * set this option and Camel will then when giving up terminate the 
consumer. You can manually restart the consumer
- * by stopping and starting the route, to try again.
+ * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts,
+ * then set this option and Camel will then when giving up terminate the 
consumer. You can manually restart the
+ * consumer by stopping and starting 

[camel] 02/02: Regen

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

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

commit 1f81d30ee3aba3866cddc1833a039cdeb987873a
Author: Andrea Cosentino 
AuthorDate: Tue Jul 11 09:57:16 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 ...neCacheProducerMultiOperationSameCacheTest.java |  3 -
 ...adCacheProducerMultiOperationSameCacheTest.java |  3 -
 .../camel/component/kafka/KafkaComponent.java  | 10 ++--
 .../camel/component/kafka/KafkaConfiguration.java  | 26 -
 .../others/examples/json/platform-http-main.json   |  1 +
 docs/components/modules/others/nav.adoc|  1 +
 .../modules/others/pages/platform-http-main.adoc   |  1 +
 .../dsl/KafkaComponentBuilderFactory.java  | 38 ++---
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 64 +++---
 9 files changed, 72 insertions(+), 75 deletions(-)

diff --git 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
index abcebc693ab..fec5aeefcc1 100644
--- 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
+++ 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/cache/CaffeineCacheProducerMultiOperationSameCacheTest.java
@@ -16,9 +16,6 @@
  */
 package org.apache.camel.component.caffeine.cache;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.caffeine.CaffeineConstants;
 import org.apache.camel.component.mock.MockEndpoint;
diff --git 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
index 68eec560449..3a955336dc2 100644
--- 
a/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
+++ 
b/components/camel-caffeine/src/test/java/org/apache/camel/component/caffeine/loadcache/CaffeineLoadCacheProducerMultiOperationSameCacheTest.java
@@ -16,9 +16,6 @@
  */
 package org.apache.camel.component.caffeine.loadcache;
 
-import java.util.HashMap;
-import java.util.Map;
-
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.caffeine.CaffeineConstants;
 import org.apache.camel.component.mock.MockEndpoint;
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
index 2f2618939f7..7b8b5322a2e 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaComponent.java
@@ -175,8 +175,8 @@ public class KafkaComponent extends DefaultComponent 
implements SSLContextParame
  * invalid kafka configurations. Unfortunately, kafka-client does not 
separate this kind of errors.
  *
  * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts then
- * set this option and Camel will then when giving up terminate the 
consumer. To try again, you can manually restart the consumer
- * by stopping, and starting the route.
+ * set this option and Camel will then when giving up terminate the 
consumer. To try again, you can manually restart
+ * the consumer by stopping, and starting the route.
  */
 public void setCreateConsumerBackoffMaxAttempts(int 
createConsumerBackoffMaxAttempts) {
 this.createConsumerBackoffMaxAttempts = 
createConsumerBackoffMaxAttempts;
@@ -204,9 +204,9 @@ public class KafkaComponent extends DefaultComponent 
implements SSLContextParame
  * Error during subscribing the consumer to the kafka topic could be 
temporary errors due to network issues, and
  * could potentially be recoverable.
  *
- * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts, then
- * set this option and Camel will then when giving up terminate the 
consumer. You can manually restart the consumer
- * by stopping and starting the route, to try again.
+ * Camel will by default retry forever, and therefore never give up. If 
you want to give up after many attempts,
+ * then set this option and Camel will then when giving up terminate the 
consumer. You can manually restart the
+ * consumer by stopping and 

[camel] 02/02: Regen

2023-07-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 0b22eda7d757bf10336dbdc042a782d372aa3a9b
Author: Andrea Cosentino 
AuthorDate: Mon Jul 10 09:33:06 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
 
b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
index 3f30fca86e6..b9f903a0905 100644
--- 
a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
+++ 
b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
@@ -32,7 +32,6 @@ import java.util.Locale;
 import java.util.Map;
 import java.util.Set;
 import java.util.TreeMap;
-import java.util.function.BiFunction;
 import java.util.function.Function;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;



[camel] 02/02: Regen

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

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

commit 56b2ded1bbd5f4986f1f7f7000e8fd35816387c7
Author: Andrea Cosentino 
AuthorDate: Mon Jul 10 09:33:06 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
 
b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
index 3f30fca86e6..b9f903a0905 100644
--- 
a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
+++ 
b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java
@@ -32,7 +32,6 @@ import java.util.Locale;
 import java.util.Map;
 import java.util.Set;
 import java.util.TreeMap;
-import java.util.function.BiFunction;
 import java.util.function.Function;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;



[camel] 02/02: Regen

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

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

commit 8b36552236ed911400614d46f44f3771b2442c4d
Author: Claus Ibsen 
AuthorDate: Tue Jun 20 14:08:40 2023 +0200

Regen
---
 camel-dependencies/pom.xml | 23 +++---
 .../camel/catalog/components/spring-rabbitmq.json  |  2 +-
 .../dsl/SpringRabbitMQEndpointBuilderFactory.java  | 16 +--
 3 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 70c6fd2a545..70d2f52ce63 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -17,7 +17,8 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
   4.0.0
   
 org.apache
@@ -80,18 +81,18 @@
 2.7.4
 2.7.2
 600
-
-
+
+
 false
 
${camel.osgi.export.pkg};-noimport:=true;${camel.osgi.version}
 
$${replace;{local-packages};;;\;}
 false
 ${camel.osgi.import.pkg}
-
-
+
+
 
version="[$(version;==;${camel.osgi.version.clean}),$(version;=+;${camel.osgi.version.clean}))"
 
[$(version;==;$(@)),$(version;+;$(@)))
-
+
 
org.apache.camel.*;${camel.osgi.import.camel.version},
 ${camel.osgi.import.before.defaults},
 ${camel.osgi.import.defaults},
@@ -100,8 +101,8 @@
 
version="[$(version;===;${camel.osgi.version.clean}),$(version;==+;${camel.osgi.version.clean}))"
 
${project.build.outputDirectory}/META-INF/MANIFEST.MF
 !*
-
-
+
+
 
${project.groupId}.${project.artifactId}
 version=${project.version}
 
-XX:+ExitOnOutOfMemoryError
@@ -154,9 +155,9 @@
 [3.5,3.6)
 3.3.2
 3.3.2
-
+
 true
-
+
 2.1.4
 8.0.28
 1.9.6.Final
@@ -432,7 +433,7 @@
 1.0.0.Beta4
 1.0.1
 2.0.5
-4.1.92.Final
+4.1.93.Final
 
1.0.73
 9.22
 3.4.4
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/spring-rabbitmq.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/spring-rabbitmq.json
index 4d0d95c8614..43521761844 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/spring-rabbitmq.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/spring-rabbitmq.json
@@ -85,7 +85,7 @@
 "messageListenerContainerType": { "kind": "parameter", "displayName": 
"Message Listener Container Type", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "DMLC", "SMLC" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DMLC", "description": 
"The type of the MessageListenerContainer" },
 "prefetchCount": { "kind": "parameter", "displayName": "Prefetch Count", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "Tell the broker how many 
messages to send in a single request. Often this can be set quite high to 
improve throughput." },
 "retry": { "kind": "parameter", "displayName": "Retry", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": "object", 
"javaType": "org.springframework.retry.interceptor.RetryOperationsInterceptor", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Custom retry configuration to use. If this is configured then the other 
settings such as maximumRetryAttempts for retry are not in use." },
-"replyTimeout": { "kind": "parameter", "displayName": "Reply Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "5000", "description": "Specify the timeout in 
milliseconds to be used when waiting for a reply message when doing 
request\/reply messaging. The default value is 5 seconds. A negative value 
indicates an indefinite timeout." },
+"replyTimeout": { "kind": "parameter", "displayName": "Reply Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "3", "description": "Specify the timeout 
in milliseconds to be used when waiting for a 

[camel] 02/02: Regen

2023-06-15 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 8270033384a9581442a4c069b309ea4481f7131a
Author: Claus Ibsen 
AuthorDate: Thu Jun 15 13:46:49 2023 +0200

Regen
---
 .../apache/camel/catalog/components/aws2-eks.json  | 44 ++
 .../camel/catalog/components/aws2-eventbridge.json | 44 ++
 2 files changed, 40 insertions(+), 48 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-eks.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-eks.json
index fea921f0b44..23ea04ac140 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-eks.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-eks.json
@@ -28,18 +28,16 @@
 "operation": { "index": 3, "kind": "property", "displayName": "Operation", 
"group": "producer", "label": "", "required": true, "type": "object", 
"javaType": "org.apache.camel.component.aws2.eks.EKS2Operations", "enum": [ 
"listClusters", "describeCluster", "createCluster", "deleteCluster" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration [...]
 "overrideEndpoint": { "index": 4, "kind": "property", "displayName": 
"Override Endpoint", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "Set the need for overidding the endpoint. This 
option needs to be used in combination wi [...]
 "pojoRequest": { "index": 5, "kind": "property", "displayName": "Pojo 
Request", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "If we want to use a POJO request as body or 
not" },
-"profileCredentialsName": { "index": 6, "kind": "property", "displayName": 
"Profile Credentials Name", "group": "producer", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "If using a profile credentials provider this 
parameter will set the profile name" },
-"proxyHost": { "index": 7, "kind": "property", "displayName": "Proxy 
Host", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "To define a proxy host when instantiating the 
EKS client" },
-"proxyPort": { "index": 8, "kind": "property", "displayName": "Proxy 
Port", "group": "producer", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "To define a proxy port when instantiating the 
EKS client" },
-"proxyProtocol": { "index": 9, "kind": "property", "displayName": "Proxy 
Protocol", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", 
"HTTPS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "HTTPS", "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "To define a proxy protocol when ins [...]
-"region": { "index": 10, "kind": "property", "displayName": "Region", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField": 
"configuration", "description": "The region in which EKS client needs to work. 
When using this parameter, the configuration will expect the lowercase name o 
[...]
-"trustAllCertificates": { "index": 11, "kind": "property", "displayName": 
"Trust All Certificates", "group": "producer", "label": "", "required": 

[camel] 02/02: Regen for commit 35ff7d3e0b818322fce64b65ead533ebed78310c

2023-05-15 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 bb06c86f41ad81128158600871aae05e8af48d05
Author: davsclaus 
AuthorDate: Tue May 16 05:23:08 2023 +

Regen for commit 35ff7d3e0b818322fce64b65ead533ebed78310c

Signed-off-by: GitHub 
---
 .../java/org/apache/camel/observation/MicrometerObservationTracer.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
 
b/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
index e59fc859628..bc0c4c78603 100644
--- 
a/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
+++ 
b/components/camel-observation/src/main/java/org/apache/camel/observation/MicrometerObservationTracer.java
@@ -142,7 +142,8 @@ public class MicrometerObservationTracer extends 
org.apache.camel.tracing.Tracer
 try {
 if (parentObservation != 
observationRegistry.getCurrentObservation()) {
 // Because Camel allows to close scopes multiple times
-TracingObservationHandler.TracingContext tracingContext = 
parentObservation.getContextView().get(TracingObservationHandler.TracingContext.class);
+TracingObservationHandler.TracingContext tracingContext
+= 
parentObservation.getContextView().get(TracingObservationHandler.TracingContext.class);
 Span parentSpan = tracingContext.getSpan();
 scope = tracer.withSpan(parentSpan);
 }



[camel] 02/02: Regen

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

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

commit ef42924af719af76a5f8f60d06faaf5b3c6ae6ca
Author: Claus Ibsen 
AuthorDate: Thu Apr 20 11:20:00 2023 +0200

Regen
---
 .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index ed7f20c96f5..525afecfbcd 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
 "CamelAwsEC2Operation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The minimum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },



[camel] 02/02: Regen

2023-04-14 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 e0b5a5c9c15ee316ae6f0691647db16133193397
Author: Andrea Cosentino 
AuthorDate: Fri Apr 14 14:56:21 2023 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2fd4321efd9..4c18c45e893 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -461,7 +461,7 @@
 4.3.8
 2.6.2
 2.4.1
-3.0.1
+3.0.2
 6.0.8
 3.0.2
 6.0.2



[camel] 02/02: Regen

2023-04-11 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 425b6317daf78bfb44fe8b1ea2bf966f848e229e
Author: Claus Ibsen 
AuthorDate: Wed Apr 12 06:39:26 2023 +0200

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 96973946822..7b73cdd3627 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -211,7 +211,7 @@
 6.4.2
 1.11
 1.22
-5.2.1
+5.2.3
 2.1.11
 8.0.0.Final
 5.6.15.Final



[camel] 02/02: Regen

2023-04-02 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 be5284f2c3eed2b0bd1a792ae9f821778c08a3b6
Author: Claus Ibsen 
AuthorDate: Sun Apr 2 14:25:03 2023 +0200

Regen
---
 core/camel-util/src/main/java/org/apache/camel/util/URISupport.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java 
b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
index 3664b88a99b..9284d3b37ce 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/URISupport.java
@@ -810,8 +810,8 @@ public final class URISupport {
 
 /**
  * Remove whitespace noise from uri, xxxUri attributes, eg new lines, and 
tabs etc, which allows end users to format
- * their Camel routes in more human-readable format, but at runtime those 
attributes must be trimmed.
- * The parser removes most of the noise, but keeps spaces in the attribute 
values
+ * their Camel routes in more human-readable format, but at runtime those 
attributes must be trimmed. The parser
+ * removes most of the noise, but keeps spaces in the attribute values
  */
 public static String removeNoiseFromUri(String uri) {
 String before = StringHelper.before(uri, "?");



[camel] 02/02: Regen

2023-03-28 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 fe664b4849db2803315efe99b947dcb1ca3cb1ea
Author: Claus Ibsen 
AuthorDate: Wed Mar 29 06:26:52 2023 +0200

Regen
---
 .../generated/resources/org/apache/camel/catalog/components/hdfs.json | 4 ++--
 .../src/generated/resources/org/apache/camel/component/hdfs/hdfs.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
index 9a68f0d675a..d090be23692 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
@@ -43,10 +43,10 @@
 "connectOnStartup": { "kind": "parameter", "displayName": "Connect On 
Startup", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "Whether to connect to the HDFS file system on 
starting the producer\/consumer. If false then the connection is c [...]
 "fileSystemType": { "kind": "parameter", "displayName": "File System 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.hdfs.HdfsFileSystemType", "enum": [ 
"LOCAL", "HDFS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "HDFS", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "Set to LOCAL to not use HDFS but local java [...]
 "fileType": { "kind": "parameter", "displayName": "File Type", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.hdfs.HdfsFileType", "enum": [ "NORMAL_FILE", 
"SEQUENCE_FILE", "MAP_FILE", "BLOOMMAP_FILE", "ARRAY_FILE" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "NORMAL_FILE", 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description" [...]
-"keyType": { "kind": "parameter", "displayName": "Key Type", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN", 
"BYTE", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "NULL", 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description": "The [...]
+"keyType": { "kind": "parameter", "displayName": "Key Type", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN", 
"BYTE", "SHORT", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"NULL", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "descripti [...]
 "namedNodes": { "kind": "parameter", "displayName": "Named Nodes", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "A comma separated list of named nodes (e.g. 
srv11.example.com:8020,srv12.example.com:8020)" },
 "owner": { "kind": "parameter", "displayName": "Owner", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description": "The file owner must match this 
owner for the consumer to pickup the file. Otherwise the file is skipped." },
-"valueType": { "kind": "parameter", "displayName": "Value Type", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.hdfs.WritableType", "enum": [ "NULL", "BOOLEAN", 
"BYTE", "INT", "FLOAT", "LONG", "DOUBLE", "TEXT", "BYTES" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "BYTES", 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description": [...]
+"valueType": { "kind": "parameter", "displayName": "Value Type", "group": 

[camel] 02/02: Regen

2023-03-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 706b337104729bd316b8b9344af1f54fa80c8dac
Author: Claus Ibsen 
AuthorDate: Mon Mar 27 21:08:59 2023 +0200

Regen
---
 .../apache/camel/catalog/components/graphql.json   |   2 +-
 .../camel/catalog/components/salesforce.json   |  20 ++-
 .../dsl/SalesforceComponentBuilderFactory.java | 102 +
 .../src/generated/resources/metadata.json  |   2 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |   8 +-
 .../dsl/SalesforceEndpointBuilderFactory.java  | 159 -
 6 files changed, 276 insertions(+), 17 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/graphql.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/graphql.json
index 5efbcb8c13d..55a2f26cbf0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/graphql.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/graphql.json
@@ -19,7 +19,7 @@
 "api": false,
 "consumerOnly": false,
 "producerOnly": true,
-"lenientProperties": false
+"lenientProperties": true
   },
   "componentProperties": {
 "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 [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
index 2a9bb649827..3f77024c43b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
@@ -81,6 +81,10 @@
 "workerPoolMaxSize": { "kind": "property", "displayName": "Worker Pool Max 
Size", "group": "common (advanced)", "label": "common,advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 20, "description": "Maximum size of the 
thread pool used to handle HTTP responses." },
 "workerPoolSize": { "kind": "property", "displayName": "Worker Pool Size", 
"group": "common (advanced)", "label": "common,advanced", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 10, "description": "Size of the thread pool 
used to handle HTTP responses." },
 "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 [...]
+"pubSubBatchSize": { "kind": "property", "displayName": "Pub Sub Batch 
Size", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 100, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Max number of events to receive 
in a batch from the Pub\/Sub API." },
+"pubSubDeserializeType": { "kind": "property", "displayName": "Pub Sub 
Deserialize Type", "group": "consumer", "label": "consumer", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.salesforce.PubSubDeserializeType", "enum": [ 
"AVRO", "SPECIFIC_RECORD", "GENERIC_RECORD", "POJO", "JSON" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "AVRO", 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", " [...]
+"pubSubPojoClass": { "kind": "property", "displayName": "Pub Sub Pojo 
Class", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Fully qualified class 

[camel] 02/02: Regen for commit 8ea41639c10bcb94346b648e839a5c848ccaf28c

2023-03-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 8b11442dbe46420b314c2fe40bd8da633864574e
Author: davsclaus 
AuthorDate: Thu Mar 16 14:08:15 2023 +

Regen for commit 8ea41639c10bcb94346b648e839a5c848ccaf28c

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/aws2-s3.json| 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
index e1c7b0c1868..60835d54f56 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-s3.json
@@ -31,13 +31,15 @@
 "pojoRequest": { "kind": "property", "displayName": "Pojo Request", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If we want to use a POJO request as body or 
not" },
 "policy": { "kind": "property", "displayName": "Policy", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "The policy for this 
queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() 
method." },
 "prefix": { "kind": "property", "displayName": "Prefix", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "The prefix which is used 
in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume 
objects we are interested in." },
+"profileCredentialsName": { "kind": "property", "displayName": "Profile 
Credentials Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If using a profile credentials provider this 
parameter will set the profile name" },
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "To define a proxy host 
when instantiating the SQS client" },
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"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": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"HTTPS", "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "To define a proxy protocol when instantiating 
th [...]
 "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "The region in which S3 
client needs to work. When using this parameter, the configuration will expect 
the lowercase name of the region (f [...]
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, 

[camel] 02/02: Regen

2023-02-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 99108ef6f6c4723cd741a2a91837c07225f9839c
Author: Andrea Cosentino 
AuthorDate: Mon Feb 27 11:41:49 2023 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../resources/META-INF/services/org/apache/camel/model.properties   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
 
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
index eaa4845cf60..c392d7cf2de 100644
--- 
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
+++ 
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
@@ -65,6 +65,8 @@ hl7
 hl7terser
 ical
 idempotentConsumer
+inOnly
+inOut
 inputType
 intercept
 interceptFrom



[camel] 02/02: Regen for commit cd2cae3b899d1079353132f92c2007c27786268b

2023-02-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 47245e80500b3d64fffc55e31acc908e610762fd
Author: oscerd 
AuthorDate: Thu Feb 16 13:32:22 2023 +

Regen for commit cd2cae3b899d1079353132f92c2007c27786268b

Signed-off-by: GitHub 
---
 .../src/test/java/org/apache/camel/processor/SagaTimeoutTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java 
b/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
index 03d0ba6936c..29c085f501b 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
@@ -85,7 +85,7 @@ public class SagaTimeoutTest extends ContextTestSupport {
 CamelExecutionException ex = 
assertThrows(CamelExecutionException.class,
 () -> {
 template.sendBody("direct:saga-multi-participants", 
"Hello");
-});
+});
 
 assertEquals("Cannot begin: status is COMPENSATED", 
ex.getCause().getMessage());
 end.assertIsSatisfied();



[camel] 02/02: Regen

2023-01-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 742273ef0eecadbcce2508fc9cf8f394c9302524
Author: Claus Ibsen 
AuthorDate: Sun Jan 29 09:12:10 2023 +0100

Regen
---
 bom/camel-bom/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index e90fca51961..94c2b43f39f 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2067,6 +2067,11 @@
 camel-yaml-dsl-deserializers
 ${project.version}
   
+  
+org.apache.camel
+camel-zeebe
+${project.version}
+  
   
 org.apache.camel
 camel-zendesk



[camel] 02/02: Regen for commit 6d58846daf313b19326aeb051fe825ceab7d7e8b

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

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

commit 216b9ff5d9fd6f284d674a115e074aad23da62a4
Author: davsclaus 
AuthorDate: Sat Jan 28 11:40:10 2023 +

Regen for commit 6d58846daf313b19326aeb051fe825ceab7d7e8b

Signed-off-by: GitHub 
---
 bom/camel-bom/pom.xml| 5 +
 .../generated/resources/org/apache/camel/catalog/others.properties   | 1 +
 .../src/main/java/org/apache/camel/util/SensitiveUtils.java  | 2 +-
 .../resources/camel-component-known-dependencies.properties  | 1 +
 4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index afe51ea7341..a16706262b2 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2236,6 +2236,11 @@
 camel-yaml-dsl-deserializers
 ${project.version}
   
+  
+org.apache.camel
+camel-zeebe
+${project.version}
+  
   
 org.apache.camel
 camel-zendesk
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index a9c456619c4..f96cb0a9284 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -62,4 +62,5 @@ wal
 xml-io-dsl
 xml-jaxb-dsl
 yaml-dsl
+zeebe
 zipkin
diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 6c097e977db..281b1dbe2a5 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -180,7 +180,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {
diff --git 
a/dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties
 
b/dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties
index 66494d35c80..5e8dcb106a0 100644
--- 
a/dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties
+++ 
b/dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties
@@ -347,6 +347,7 @@ org.apache.camel.component.xmpp.XmppComponent=camel:xmpp
 org.apache.camel.component.xquery.XQueryComponent=camel:saxon
 org.apache.camel.component.xslt.XsltComponent=camel:xslt
 org.apache.camel.component.xslt.saxon.XsltSaxonComponent=camel:xslt-saxon
+org.apache.camel.component.zeebe.ZeebeComponent=camel:zeebe
 org.apache.camel.component.zendesk.ZendeskComponent=camel:zendesk
 org.apache.camel.component.zookeeper.ZooKeeperComponent=camel:zookeeper
 
org.apache.camel.component.zookeepermaster.MasterComponent=camel:zookeeper-master



[camel] 02/02: Regen for commit 11af21abf9cd6aa55b308eecf7da23e88d2f528b

2023-01-19 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 64be9cf477fbca6fb318f80e13ac8833d9a0206a
Author: davsclaus 
AuthorDate: Thu Jan 19 13:08:37 2023 +

Regen for commit 11af21abf9cd6aa55b308eecf7da23e88d2f528b

Signed-off-by: GitHub 
---
 core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java 
b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
index 0931c10acbe..e10e87a3b29 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/SensitiveUtils.java
@@ -170,7 +170,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {



[camel] 02/02: Regen

2023-01-17 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 6541994edf80dbe2a5f3d787a61d2dce560ec9bb
Author: Claus Ibsen 
AuthorDate: Wed Jan 18 06:58:14 2023 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6eaf0cf59af..4f397c52ecc 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -76,7 +76,7 @@
 1.8.0
 8.0.1
 1.13.0
-3.24.1
+3.24.2
 3.37.0
 2.5.2
 3.0.0



[camel] 02/02: Regen and sync deps

2023-01-12 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 c53219d44f3cd692b4a3914ad8f0613592f04c7e
Author: Andrea Cosentino 
AuthorDate: Thu Jan 12 09:43:13 2023 +0100

Regen and sync deps

Signed-off-by: Andrea Cosentino 
---
 camel-dependencies/pom.xml|  2 +-
 .../resources/org/apache/camel/catalog/others.properties  |  1 -
 .../org/apache/camel/catalog/others/test-spring.json  | 15 ---
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2f7931bc7ec..05cb2de0a7a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -86,7 +86,7 @@
 1.11.1
 1.11.1
 4.2.0
-2.19.14
+2.19.15
 2.6.1
 1.2.14
 1.2.8
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 732ed3a10e2..ec13272219a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -48,7 +48,6 @@ spring-security
 spring-xml
 swagger-java
 test-junit5
-test-spring
 test-spring-junit5
 threadpoolfactory-vertx
 tracing
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/test-spring.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/test-spring.json
deleted file mode 100644
index 8228576c1df..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/test-spring.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "test-spring",
-"title": "Test Spring",
-"description": "Camel unit testing with Spring",
-"deprecated": true,
-"firstVersion": "2.10.0",
-"label": "testing,java,spring",
-"supportLevel": "Stable",
-"groupId": "org.apache.camel",
-"artifactId": "camel-test-spring",
-"version": "3.21.0-SNAPSHOT"
-  }
-}



[camel] 02/02: Regen

2023-01-11 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 d2971e67a1b1eb96a6a25dfde00a69b35f52f417
Author: Claus Ibsen 
AuthorDate: Thu Jan 12 07:50:12 2023 +0100

Regen
---
 .../camel/catalog/components/netty-http.json   |  4 ++
 .../org/apache/camel/catalog/components/netty.json |  4 ++
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  | 77 ++
 .../dsl/NettyHttpEndpointBuilderFactory.java   | 77 ++
 4 files changed, 162 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
index e72732aca64..47454dfe772 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/netty-http.json
@@ -55,9 +55,11 @@
 "clientInitializerFactory": { "kind": "property", "displayName": "Client 
Initializer Factory", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.netty.ClientInitializerFactory", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "To use a custom ClientInitializ [...]
 "correlationManager": { "kind": "property", "displayName": "Correlation 
Manager", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.netty.NettyCamelStateCorrelationManager", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "To use a custom correlation manager [...]
 "lazyChannelCreation": { "kind": "property", "displayName": "Lazy Channel 
Creation", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Channels can be lazily 
created to avoid exceptions, if the remote se [...]
+"producerPoolBlockWhenExhausted": { "kind": "property", "displayName": 
"Producer Pool Block When Exhausted", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the value for the blockWhenExhausted co 
[...]
 "producerPoolEnabled": { "kind": "property", "displayName": "Producer Pool 
Enabled", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Whether producer pool is 
enabled or not. Important: If you turn this [...]
 "producerPoolMaxIdle": { "kind": "property", "displayName": "Producer Pool 
Max Idle", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 100, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the cap on the number of idle instances 
in the pool." },
 "producerPoolMaxTotal": { "kind": "property", "displayName": "Producer 
Pool Max Total", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the cap on the number of objects that can 
be allocated by the pool [...]
+"producerPoolMaxWait": { "kind": "property", "displayName": "Producer Pool 
Max Wait", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", 

[camel] 02/02: Regen

2023-01-11 Thread gnodet
This is an automated email from the ASF dual-hosted git repository.

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

commit f588b86577df07cb1afe2484ad62645b349b6390
Author: Guillaume Nodet 
AuthorDate: Wed Jan 11 11:54:53 2023 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others.properties  |  8 
 .../org/apache/camel/catalog/others/componentdsl.json | 15 +++
 .../org/apache/camel/catalog/others/endpointdsl.json  | 15 +++
 .../org/apache/camel/catalog/others/groovy-dsl.json   | 15 +++
 .../resources/org/apache/camel/catalog/others/js-dsl.json | 15 +++
 .../org/apache/camel/catalog/others/jsh-dsl.json  | 15 +++
 .../org/apache/camel/catalog/others/kamelet-main.json | 15 +++
 .../org/apache/camel/catalog/others/swagger-java.json | 15 +++
 .../org/apache/camel/catalog/others/yaml-dsl.json | 15 +++
 9 files changed, 128 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 4586b3ca4e0..9d4d2f6ad73 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -8,18 +8,24 @@ cli-connector
 cloud
 cloudevents
 cluster
+componentdsl
 console
 csimple-joor
 debug
 dsl-modeline
 dsl-support
 elytron
+endpointdsl
+groovy-dsl
 headersmap
 health
 jasypt
 java-joor-dsl
 jfr
+js-dsl
+jsh-dsl
 jta
+kamelet-main
 leveldb
 lra
 mail-microsoft-oauth
@@ -43,6 +49,7 @@ shiro
 spring-main
 spring-security
 spring-xml
+swagger-java
 test-junit5
 test-spring-junit5
 threadpoolfactory-vertx
@@ -51,4 +58,5 @@ undertow-spring-security
 wal
 xml-io-dsl
 xml-jaxb-dsl
+yaml-dsl
 zipkin
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
new file mode 100644
index 000..3799e772735
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "componentdsl",
+"title": "Java Component DSL",
+"description": "The Camel Component DSL",
+"deprecated": false,
+"firstVersion": "3.1.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-componentdsl",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
new file mode 100644
index 000..cea1951ad69
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "endpointdsl",
+"title": "Java Endpoint DSL",
+"description": "The Camel Endpoint DSL",
+"deprecated": false,
+"firstVersion": "3.0.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-endpointdsl",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/groovy-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/groovy-dsl.json
new file mode 100644
index 000..05aba580247
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/groovy-dsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "groovy-dsl",
+"title": "Groovy Dsl",
+"description": "Camel DSL with Groovy",
+"deprecated": false,
+"firstVersion": "3.9.0",
+"label": "dsl",
+"supportLevel": "Experimental",
+"groupId": "org.apache.camel",
+"artifactId": "camel-groovy-dsl",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
new file mode 100644
index 000..158781eca03
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "js-dsl",
+"title": "JavaScript DSL",
+"description": "Camel DSL with JavaScript",
+"deprecated": false,
+"firstVersion": "3.9.0",
+"label": "dsl",
+"supportLevel": "Experimental",
+"groupId": "org.apache.camel",
+"artifactId": "camel-js-dsl",
+   

[camel] 02/02: Regen

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

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

commit 400ef15da9be1f5d69833015452796dde70ea599
Author: Claus Ibsen 
AuthorDate: Wed Dec 28 10:02:57 2022 +0100

Regen
---
 camel-dependencies/pom.xml  | 21 +++--
 .../camel/catalog/components/aws-cloudtrail.json|  2 +-
 .../camel/catalog/components/elasticsearch.json |  2 +-
 .../camel/catalog/components/hyperledger-aries.json |  2 +-
 .../org/apache/camel/catalog/components/kafka.json  |  4 ++--
 .../apache/camel/catalog/components/mapstruct.json  |  2 +-
 .../apache/camel/catalog/components/whatsapp.json   |  2 +-
 .../component/aws/cloudtrail/aws-cloudtrail.json|  2 +-
 .../src/main/docs/aws-cloudtrail-component.adoc |  2 +-
 .../apache/camel/component/es/elasticsearch.json|  2 +-
 .../src/main/docs/elasticsearch-component.adoc  |  2 +-
 .../camel/component/aries/hyperledger-aries.json|  2 +-
 .../src/main/docs/hyperledger-aries-component.adoc  |  2 +-
 .../org/apache/camel/component/kafka/kafka.json |  4 ++--
 .../apache/camel/component/mapstruct/mapstruct.json |  2 +-
 .../src/main/docs/mapstruct-component.adoc  |  2 +-
 .../apache/camel/component/whatsapp/whatsapp.json   |  2 +-
 .../src/main/docs/whatsapp-component.adoc   |  2 +-
 .../src/generated/resources/cli-connector.json  |  2 +-
 .../src/main/docs/cli-connector.adoc|  2 +-
 .../component/dsl/KafkaComponentBuilderFactory.java |  4 ++--
 .../src/generated/resources/metadata.json   | 10 +-
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java   |  4 ++--
 23 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 38d59721f89..f56d314fbfe 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -17,7 +17,8 @@
 limitations under the License.
 
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
   4.0.0
   
 org.apache
@@ -80,18 +81,18 @@
 2.7.4
 2.7.2
 600
-
-
+
+
 false
 
${camel.osgi.export.pkg};-noimport:=true;${camel.osgi.version}
 
$${replace;{local-packages};;;\;}
 false
 ${camel.osgi.import.pkg}
-
-
+
+
 
version="[$(version;==;${camel.osgi.version.clean}),$(version;=+;${camel.osgi.version.clean}))"
 
[$(version;==;$(@)),$(version;+;$(@)))
-
+
 
org.apache.camel.*;${camel.osgi.import.camel.version},
 ${camel.osgi.import.before.defaults},
 ${camel.osgi.import.defaults},
@@ -100,8 +101,8 @@
 
version="[$(version;===;${camel.osgi.version.clean}),$(version;==+;${camel.osgi.version.clean}))"
 
${project.build.outputDirectory}/META-INF/MANIFEST.MF
 !*
-
-
+
+
 
${project.groupId}.${project.artifactId}
 version=${project.version}
 
-XX:+ExitOnOutOfMemoryError
@@ -154,9 +155,9 @@
 [3.5,3.6)
 3.3.2
 3.3.2
-
+
 true
-
+
 2.1.4
 8.0.28
 1.9.6.Final
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
index b63bb52596f..42505cd7487 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
@@ -8,7 +8,7 @@
 "firstVersion": "3.19.0",
 "label": "cloud,eventbus",
 "javaType": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-cloudtrail",
 "version": "3.20.1-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
index 94dbb87547c..dff41189692 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch.json
@@ -8,7 +8,7 @@
 "firstVersion": "3.19.0",
 "label": "search,monitoring",
 "javaType": "org.apache.camel.component.es.ElasticsearchComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": 

[camel] 02/02: Regen

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

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

commit 1e77da834560851d66ffe2a391125a5be0221a12
Author: Claus Ibsen 
AuthorDate: Mon Oct 17 14:43:05 2022 +0200

Regen
---
 camel-dependencies/pom.xml |   6 +-
 .../component/etcd3/Etcd3EndpointUriFactory.java   |  99 ++
 .../org/apache/camel/urifactory/etcd3-endpoint |   2 +
 .../events/KubernetesEventsEndpointUriFactory.java | 114 +
 .../camel/urifactory/kubernetes-events-endpoint|   2 +
 5 files changed, 220 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index ca84a8fe6ba..1210175d904 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -66,15 +66,15 @@
 2.17.250
 2.6.1
 1.2.14
-2.13.3
 4.36.0
 5.13.1
 1.6.0
+2.13.3
 4.5.0
 
1.15.1
 
7.11.0
-12.19.1
 
12.0.0-beta.18
+12.19.1
 12.12.1
 12.14.2
 1.71
@@ -388,7 +388,7 @@
 3.3.0
 3.1.2
 8.45.1
-3.2.2
+3.2.0
 3.2.0
 
7.9.Final
 3.2.5
diff --git 
a/components/camel-etcd3/src/generated/java/org/apache/camel/component/etcd3/Etcd3EndpointUriFactory.java
 
b/components/camel-etcd3/src/generated/java/org/apache/camel/component/etcd3/Etcd3EndpointUriFactory.java
new file mode 100644
index 000..6b5512eff07
--- /dev/null
+++ 
b/components/camel-etcd3/src/generated/java/org/apache/camel/component/etcd3/Etcd3EndpointUriFactory.java
@@ -0,0 +1,99 @@
+/* Generated by camel build tools - do NOT edit this file! */
+package org.apache.camel.component.etcd3;
+
+import java.net.URISyntaxException;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Map;
+import java.util.Set;
+
+import org.apache.camel.spi.EndpointUriFactory;
+
+/**
+ * Generated by camel build tools - do NOT edit this file!
+ */
+public class Etcd3EndpointUriFactory extends 
org.apache.camel.support.component.EndpointUriFactorySupport implements 
EndpointUriFactory {
+
+private static final String BASE = ":path";
+
+private static final Set PROPERTY_NAMES;
+private static final Set SECRET_PROPERTY_NAMES;
+private static final Set MULTI_VALUE_PREFIXES;
+static {
+Set props = new HashSet<>(26);
+props.add("authHeaders");
+props.add("authority");
+props.add("bridgeErrorHandler");
+props.add("connectionTimeout");
+props.add("endpoints");
+props.add("exceptionHandler");
+props.add("exchangePattern");
+props.add("fromIndex");
+props.add("headers");
+props.add("keepAliveTime");
+props.add("keepAliveTimeout");
+props.add("keyCharset");
+props.add("lazyStartProducer");
+props.add("loadBalancerPolicy");
+props.add("maxInboundMessageSize");
+props.add("namespace");
+props.add("password");
+props.add("path");
+props.add("prefix");
+props.add("retryDelay");
+props.add("retryMaxDelay");
+props.add("retryMaxDuration");
+props.add("servicePath");
+props.add("sslContext");
+props.add("userName");
+props.add("valueCharset");
+PROPERTY_NAMES = Collections.unmodifiableSet(props);
+Set secretProps = new HashSet<>(2);
+secretProps.add("password");
+secretProps.add("userName");
+SECRET_PROPERTY_NAMES = Collections.unmodifiableSet(secretProps);
+Set prefixes = new HashSet<>(2);
+prefixes.add("authHeaders.");
+prefixes.add("headers.");
+MULTI_VALUE_PREFIXES = Collections.unmodifiableSet(prefixes);
+}
+
+@Override
+public boolean isEnabled(String scheme) {
+return "etcd3".equals(scheme);
+}
+
+@Override
+public String buildUri(String scheme, Map properties, 
boolean encode) throws URISyntaxException {
+String syntax = scheme + BASE;
+String uri = syntax;
+
+Map copy = new HashMap<>(properties);
+
+uri = buildPathParameter(syntax, uri, "path", null, false, copy);
+uri = buildQueryParameters(uri, copy, encode);
+return uri;
+}
+
+@Override
+public Set propertyNames() {
+return PROPERTY_NAMES;
+}
+
+@Override
+public Set secretPropertyNames() {
+return SECRET_PROPERTY_NAMES;
+}
+
+@Override
+public Set multiValuePrefixes() {
+return MULTI_VALUE_PREFIXES;
+}
+
+@Override
+public boolean isLenientProperties() {
+return false;
+}
+}
+
diff --git 
a/components/camel-etcd3/src/generated/resources/META-INF/services/org/apache/camel/urifactory/etcd3-endpoint
 
b/components/camel-etcd3/src/generated/resources/META-INF/services/org/apache/camel/urifactory/etcd3-endpoint
new file mode 100644
index 

[camel] 02/02: Regen

2022-09-05 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 f9f3f35a8ec2d570b05930d670bf8ab45d891799
Author: Claus Ibsen 
AuthorDate: Tue Sep 6 06:26:27 2022 +0200

Regen
---
 .../org/apache/camel/catalog/components/imap.json  |  2 ++
 .../org/apache/camel/catalog/components/imaps.json |  2 ++
 .../org/apache/camel/catalog/components/pop3.json  |  2 ++
 .../org/apache/camel/catalog/components/pop3s.json |  2 ++
 .../org/apache/camel/catalog/components/smtp.json  |  2 ++
 .../org/apache/camel/catalog/components/smtps.json |  2 ++
 .../component/dsl/ImapComponentBuilderFactory.java | 20 +++
 .../dsl/ImapsComponentBuilderFactory.java  | 20 +++
 .../component/dsl/Pop3ComponentBuilderFactory.java | 20 +++
 .../dsl/Pop3sComponentBuilderFactory.java  | 20 +++
 .../component/dsl/SmtpComponentBuilderFactory.java | 20 +++
 .../dsl/SmtpsComponentBuilderFactory.java  | 20 +++
 .../endpoint/dsl/MailEndpointBuilderFactory.java   | 39 ++
 13 files changed, 171 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
index 51acff65522..b81465232b8 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/imap.json
@@ -36,6 +36,7 @@
 "peek": { "kind": "property", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAP [...]
 "skipFailedMessage": { "kind": "property", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this o [...]
 "unseen": { "kind": "property", "displayName": "Unseen", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to limit by unseen mails only." },
+"failOnDuplicateFileAttachment": { "kind": "property", "displayName": 
"Fail On Duplicate File Attachment", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Whether to fail processing the mail if the 
mail [...]
 "fetchSize": { "kind": "property", "displayName": "Fetch Size", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Sets the maximum number of messages to consume 
during a poll. This can be  [...]
 "folderName": { "kind": "property", "displayName": "Folder Name", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "INBOX", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "The folder to poll." },
 "mapMailMessage": { "kind": "property", "displayName": "Map Mail Message", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "Specifies whether 

[camel] 02/02: Regen

2022-09-05 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 123a1b069463a643d07eab85560f6bbdae5536b1
Author: Claus Ibsen 
AuthorDate: Mon Sep 5 18:54:01 2022 +0200

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
index 41b5588c78c..71d05425b04 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
@@ -4,7 +4,7 @@
 "name": "dozer",
 "title": "Dozer",
 "description": "Map between Java beans using the Dozer mapping library.",
-"deprecated": true,
+"deprecated": false,
 "firstVersion": "2.15.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.dozer.DozerComponent",



[camel] 02/02: Regen

2022-08-22 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 c27e4775e866c2637f83c7f8cb8bb36e4d34fb25
Author: Andrea Cosentino 
AuthorDate: Mon Aug 22 08:15:56 2022 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../cloudtrail/CloudtrailComponentConfigurer.java  |  6 ---
 .../cloudtrail/CloudtrailEndpointConfigurer.java   |  6 ---
 .../cloudtrail/CloudtrailEndpointUriFactory.java   |  3 +-
 .../component/aws/cloudtrail/aws-cloudtrail.json   | 52 +++---
 .../src/main/docs/aws-cloudtrail-component.adoc|  2 +-
 5 files changed, 27 insertions(+), 42 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailComponentConfigurer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailComponentConfigurer.java
index c40e2c76691..a7eccf600ee 100644
--- 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailComponentConfigurer.java
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailComponentConfigurer.java
@@ -39,8 +39,6 @@ public class CloudtrailComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "configuration": target.setConfiguration(property(camelContext, 
org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration.class, 
value)); return true;
 case "eventsource":
 case "eventSource": 
getOrCreateConfiguration(target).setEventSource(property(camelContext, 
java.lang.String.class, value)); return true;
-case "lazystartproducer":
-case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "maxresults":
 case "maxResults": 
getOrCreateConfiguration(target).setMaxResults(property(camelContext, 
int.class, value)); return true;
 case "overrideendpoint":
@@ -83,8 +81,6 @@ public class CloudtrailComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "configuration": return 
org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration.class;
 case "eventsource":
 case "eventSource": return java.lang.String.class;
-case "lazystartproducer":
-case "lazyStartProducer": return boolean.class;
 case "maxresults":
 case "maxResults": return int.class;
 case "overrideendpoint":
@@ -123,8 +119,6 @@ public class CloudtrailComponentConfigurer extends 
PropertyConfigurerSupport imp
 case "configuration": return target.getConfiguration();
 case "eventsource":
 case "eventSource": return 
getOrCreateConfiguration(target).getEventSource();
-case "lazystartproducer":
-case "lazyStartProducer": return target.isLazyStartProducer();
 case "maxresults":
 case "maxResults": return 
getOrCreateConfiguration(target).getMaxResults();
 case "overrideendpoint":
diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailEndpointConfigurer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailEndpointConfigurer.java
index 9ac56aa08bf..395be2fd4cc 100644
--- 
a/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailEndpointConfigurer.java
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/generated/java/org/apache/camel/component/aws/cloudtrail/CloudtrailEndpointConfigurer.java
@@ -43,8 +43,6 @@ public class CloudtrailEndpointConfigurer extends 
PropertyConfigurerSupport impl
 case "greedy": target.setGreedy(property(camelContext, boolean.class, 
value)); return true;
 case "initialdelay":
 case "initialDelay": target.setInitialDelay(property(camelContext, 
long.class, value)); return true;
-case "lazystartproducer":
-case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "maxresults":
 case "maxResults": 
target.getConfiguration().setMaxResults(property(camelContext, int.class, 
value)); return true;
 case "overrideendpoint":
@@ -117,8 +115,6 @@ public class CloudtrailEndpointConfigurer extends 
PropertyConfigurerSupport impl
 case "greedy": return boolean.class;
 case "initialdelay":
 case "initialDelay": return long.class;
-case "lazystartproducer":
-case "lazyStartProducer": return boolean.class;
 case "maxresults":
 case "maxResults": return int.class;
 case "overrideendpoint":
@@ -187,8 +183,6 @@ public class CloudtrailEndpointConfigurer extends 

[camel] 02/02: regen

2022-07-15 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 7578c610f63c727669220d1b5019603644766e4f
Author: Andrea Cosentino 
AuthorDate: Fri Jul 15 11:35:34 2022 +0200

regen
---
 .../builder/endpoint/StaticEndpointBuilders.java   |  12 +-
 .../HyperledgerAriesEndpointBuilderFactory.java| 124 -
 2 files changed, 75 insertions(+), 61 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 9d904daf5d1..f949dfbc8e9 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -6836,10 +6836,10 @@ public class StaticEndpointBuilders {
 }
 /**
  * Aries (camel-hyperledger-aries)
- * Access market data and trade on Bitcoin and Altcoin exchanges.
+ * Camel support for Hyperledger Aries
  * 
- * Category: blockchain
- * Since: 3.17
+ * Category: blockchain,identity
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-hyperledger-aries
  * 
  * Syntax: hyperledger-aries:walletName
@@ -6856,10 +6856,10 @@ public class StaticEndpointBuilders {
 }
 /**
  * Aries (camel-hyperledger-aries)
- * Access market data and trade on Bitcoin and Altcoin exchanges.
+ * Camel support for Hyperledger Aries
  * 
- * Category: blockchain
- * Since: 3.17
+ * Category: blockchain,identity
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-hyperledger-aries
  * 
  * Syntax: hyperledger-aries:walletName
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HyperledgerAriesEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HyperledgerAriesEndpointBuilderFactory.java
index a060bde4935..faee33972bb 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HyperledgerAriesEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HyperledgerAriesEndpointBuilderFactory.java
@@ -26,7 +26,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * Access market data and trade on Bitcoin and Altcoin exchanges.
+ * Camel support for Hyperledger Aries
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -40,6 +40,9 @@ public interface HyperledgerAriesEndpointBuilderFactory {
 public interface HyperledgerAriesEndpointBuilder
 extends
 EndpointProducerBuilder {
+default AdvancedHyperledgerAriesEndpointBuilder advanced() {
+return (AdvancedHyperledgerAriesEndpointBuilder) this;
+}
 /**
  * Allow on-demand schema creation.
  * 
@@ -71,6 +74,60 @@ public interface HyperledgerAriesEndpointBuilderFactory {
 doSetProperty("autoSchema", autoSchema);
 return this;
 }
+/**
+ * A schema name.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: producer
+ * 
+ * @param schemaName the value to set
+ * @return the dsl builder
+ */
+default HyperledgerAriesEndpointBuilder schemaName(String schemaName) {
+doSetProperty("schemaName", schemaName);
+return this;
+}
+/**
+ * A schema version.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: producer
+ * 
+ * @param schemaVersion the value to set
+ * @return the dsl builder
+ */
+default HyperledgerAriesEndpointBuilder schemaVersion(
+String schemaVersion) {
+doSetProperty("schemaVersion", schemaVersion);
+return this;
+}
+/**
+ * An ACA-Py API path.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: producer
+ * 
+ * @param service the value to set
+ * @return the dsl builder
+ */
+default HyperledgerAriesEndpointBuilder service(String service) {
+doSetProperty("service", service);
+return this;
+}
+}
+
+/**
+ * Advanced builder for endpoint for the Aries component.
+ */
+public interface AdvancedHyperledgerAriesEndpointBuilder
+extends
+EndpointProducerBuilder {
+default HyperledgerAriesEndpointBuilder basic() 

[camel] 02/02: Regen

2022-07-12 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 35d6606f3ad1aa410a7dbd58866c58300b286d3a
Author: Andrea Cosentino 
AuthorDate: Tue Jul 12 15:10:24 2022 +0200

Regen
---
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/org/apache/camel/component/whatsapp/whatsapp.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-whatsapp/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-whatsapp/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index beebb8a9234..4b458d52da7 100644
--- 
a/components/camel-whatsapp/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-whatsapp/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=whatsapp
 groupId=org.apache.camel
 artifactId=camel-whatsapp
-version=3.18.0-SNAPSHOT
+version=3.19.0-SNAPSHOT
 projectName=Camel :: Whatsapp
 projectDescription=Camel Whatsapp support
diff --git 
a/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
 
b/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
index 8f267b07698..08af37d058e 100644
--- 
a/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
+++ 
b/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-whatsapp",
-"version": "3.18.0-SNAPSHOT",
+"version": "3.19.0-SNAPSHOT",
 "scheme": "whatsapp",
 "extendsScheme": "",
 "syntax": "whatsapp:type",



[camel] 02/02: Regen

2022-06-30 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 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7
Author: Claus Ibsen 
AuthorDate: Thu Jun 30 11:56:50 2022 +0200

Regen
---
 .../resources/org/apache/camel/catalog/others.properties   |  1 -
 .../resources/org/apache/camel/catalog/others/jq.json  | 14 --
 2 files changed, 15 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 1ef78d06f09..af396b27e3c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -22,7 +22,6 @@ health
 jasypt
 java-joor-dsl
 jfr
-jq
 js-dsl
 jsh-dsl
 jta
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json
deleted file mode 100644
index 1abe9b039c6..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-"kind": "other",
-"name": "jq",
-"title": "Jq",
-"description": "Java expression language using JQ",
-"deprecated": false,
-"firstVersion": "3.18.0",
-"supportLevel": "Preview",
-"groupId": "org.apache.camel",
-"artifactId": "camel-jq",
-"version": "3.18.0-SNAPSHOT"
-  }
-}



[camel] 02/02: Regen

2022-06-08 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 b2c1ab662eeb8c94859a7562606859dcf3dd64cf
Author: Andrea Cosentino 
AuthorDate: Wed Jun 8 15:11:39 2022 +0200

Regen
---
 .../resources/org/apache/camel/catalog/components/kamelet.json | 10 +-
 .../resources/org/apache/camel/catalog/models/resumable.json   |  1 -
 .../org/apache/camel/catalog/schemas/camel-spring.xsd  |  8 
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
index 3b3d34fa2ae..a52dd878897 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
@@ -34,14 +34,14 @@
   },
   "properties": {
 "templateId": { "kind": "path", "displayName": "Template Id", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Route Template ID" },
-"routeId": { "kind": "path", "displayName": "Route Id", "group": 
"advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The Route ID. Default 
value notice: The ID will be auto-generated if not provided" },
+"routeId": { "kind": "path", "displayName": "Route Id", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The Route ID. Default value notice: The 
ID will be auto-generated if not provided" },
+"location": { "kind": "parameter", "displayName": "Location", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Location of the Kamelet to use which can be specified as a 
resource from file system, classpath etc. The location cannot use wildcards, 
and must refer to a file including extension, for example 
file:\/etc\/foo-kamelet.xml" },
 "bridgeErrorHandler": { "kind": "parameter", "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 m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
+"block": { "kind": "parameter", "displayName": "Block", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "If sending a message to a direct 
endpoint which has no active consumer, then we can tell the producer to block 
and wait for the consumer to become active." },
+"failIfNoConsumers": { "kind": "parameter", "displayName": "Fail If No 
Consumers", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether the 
producer should fail by throwing an exception, when sending to a kamelet 
endpoint with no active consumers." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 

[camel] 02/02: Regen and sync deps

2022-05-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 ccdad08f1c477ce3027ab433f4343c66a5f8b55d
Author: Andrea Cosentino 
AuthorDate: Mon May 30 07:42:06 2022 +0200

Regen and sync deps
---
 camel-dependencies/pom.xml  | 2 +-
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 53fb29c03fc..3f06785f455 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -63,7 +63,7 @@
 1.11.0
 1.11.0
 4.2.0
-2.17.198
+2.17.201
 2.6.1
 1.2.14
 4.29.1
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
index 1c4ba6448b7..59aa6122173 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
 "CamelAwsEC2Operation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The minimum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index 1c4ba6448b7..59aa6122173 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 

[camel] 02/02: Regen for commit deeac641fedb900b1e6f0456441571203d9b1c88 (#7642)

2022-05-18 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 985ea1061e9d2c1db81c9e6da751258700454978
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 19 07:19:38 2022 +0200

Regen for commit deeac641fedb900b1e6f0456441571203d9b1c88 (#7642)

Signed-off-by: GitHub 

Co-authored-by: davsclaus 



[camel] 02/02: Regen for commit e52d7a8b0ecf408d0eb3d9a7957820db70e1d526

2022-05-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 30895bc743071e777e7e2caee6f74014e51b4131
Author: oscerd 
AuthorDate: Tue May 17 06:39:11 2022 +

Regen for commit e52d7a8b0ecf408d0eb3d9a7957820db70e1d526

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/models/errorHandler.json  | 24 --
 1 file changed, 4 insertions(+), 20 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/errorHandler.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/errorHandler.json
index b35eb757c4a..ddcf5343eb1 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/errorHandler.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/errorHandler.json
@@ -3,32 +3,16 @@
 "kind": "model",
 "name": "errorHandler",
 "title": "Error Handler",
-"description": "Error handler settings",
+"description": "Camel error handling.",
 "deprecated": false,
-"label": "spring,configuration,error",
-"javaType": "org.apache.camel.spring.xml.SpringErrorHandlerDefinition",
+"label": "configuration,error",
+"javaType": "org.apache.camel.model.ErrorHandlerDefinition",
 "abstract": false,
 "input": false,
 "output": false
   },
   "properties": {
-"type": { "kind": "attribute", "displayName": "Type", "required": true, 
"type": "enum", "javaType": 
"org.apache.camel.spring.xml.SpringErrorHandlerType", "enum": [ 
"dead-letter-channel", "default-error-handler", "no-error-handler", 
"transaction-error-handler" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "DefaultErrorHandler", "description": "The 
type of the error handler" },
-"deadLetterUri": { "kind": "attribute", "displayName": "Dead Letter Uri", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
dead letter endpoint uri for the Dead Letter error handler." },
-"deadLetterHandleNewException": { "kind": "attribute", "displayName": 
"Dead Letter Handle New Exception", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Whether the dead letter channel should handle 
(and ignore) any new exception that may been thrown during sending the message 
to the dead letter endpoint. The default value is true which means any such 
kind of exception is handled and ignor [...]
-"level": { "kind": "attribute", "displayName": "Level", "required": false, 
"type": "enum", "javaType": "org.apache.camel.LoggingLevel", "enum": [ "debug", 
"error", "info", "off", "trace", "warn" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "ERROR", "description": "Logging level 
to use when using the logging error handler type." },
-"rollbackLoggingLevel": { "kind": "attribute", "displayName": "Rollback 
Logging Level", "required": false, "type": "enum", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "debug", "error", "info", "off", 
"trace", "warn" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "WARN", "description": "Sets the logging level to use for 
logging transactional rollback. This option is default WARN." },
-"logName": { "kind": "attribute", "displayName": "Log Name", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Name of the logger to use 
for the logging error handler" },
-"useOriginalMessage": { "kind": "attribute", "displayName": "Use Original 
Message", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Will use the original input 
org.apache.camel.Message (original body and headers) when an 
org.apache.camel.Exchange is moved to the dead letter queue. Notice: this only 
applies when all redeliveries attempt have failed and the org.apache [...]
-"useOriginalBody": { "kind": "attribute", "displayName": "Use Original 
Body", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Will use the original input org.apache.camel.Message 
body (original body only) when an org.apache.camel.Exchange is moved to the 
dead letter queue. Notice: this only applies when all redeliveries attempt have 
failed and the org.apache.camel.E [...]
-"transactionTemplateRef": { "kind": "attribute", "displayName": 
"Transaction Template Ref", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, 

[camel] 02/02: Regen

2022-04-20 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 d2d63b013faeeda1dec5d4a15251e7634cd7ee1c
Author: Andrea Cosentino 
AuthorDate: Wed Apr 20 13:44:12 2022 +0200

Regen
---
 .../main/java/org/apache/camel/maven/packaging/SpiGeneratorMojo.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpiGeneratorMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpiGeneratorMojo.java
index dc5760886ea..4a56d73546a 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpiGeneratorMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpiGeneratorMojo.java
@@ -17,7 +17,6 @@
 package org.apache.camel.maven.packaging;
 
 import java.io.File;
-import java.io.IOException;
 import java.io.InputStream;
 import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
@@ -35,14 +34,14 @@ import java.util.regex.Pattern;
 import java.util.stream.Collectors;
 
 import org.apache.camel.maven.packaging.generics.PackagePluginUtils;
+import org.apache.camel.spi.annotations.ConstantProvider;
+import org.apache.camel.spi.annotations.ServiceFactory;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
 import org.apache.maven.plugins.annotations.LifecyclePhase;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;
 import org.apache.maven.plugins.annotations.ResolutionScope;
-import org.apache.camel.spi.annotations.ConstantProvider;
-import org.apache.camel.spi.annotations.ServiceFactory;
 import org.jboss.jandex.AnnotationInstance;
 import org.jboss.jandex.AnnotationTarget.Kind;
 import org.jboss.jandex.ClassInfo.NestingType;



[camel] 02/02: Regen

2022-04-13 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 f3736179f2ce9c626d167e16e5b8ea7dc9e495ab
Author: Claus Ibsen 
AuthorDate: Wed Apr 13 17:28:45 2022 +0200

Regen
---
 .../org/apache/camel/component/as2/api/protocol/ResponseMDN.java| 3 ++-
 .../java/org/apache/camel/component/as2/AS2ClientManagerIT.java | 3 ++-
 .../org/apache/camel/component/olingo4/api/impl/Olingo4AppImpl.java | 6 --
 .../apache/camel/component/salesforce/codegen/SchemaExecution.java  | 3 ++-
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/protocol/ResponseMDN.java
 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/protocol/ResponseMDN.java
index ba526ed7c11..ab1a32ba817 100644
--- 
a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/protocol/ResponseMDN.java
+++ 
b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/protocol/ResponseMDN.java
@@ -153,7 +153,8 @@ public class ResponseMDN implements HttpResponseInterceptor 
{
 mdnMessageTemplate);
 multipartReportEntity = new 
DispositionNotificationMultipartReportEntity(
 httpEntityEnclosingRequest, response, 
DispositionMode.AUTOMATIC_ACTION_MDN_SENT_AUTOMATICALLY,
-AS2DispositionType.PROCESSED, null, null, null, null, 
null, StandardCharsets.US_ASCII.name(), boundary, true,
+AS2DispositionType.PROCESSED, null, null, null, null, 
null, StandardCharsets.US_ASCII.name(), boundary,
+true,
 decryptingPrivateKey, mdnMessage);
 }
 
diff --git 
a/components/camel-as2/camel-as2-component/src/test/java/org/apache/camel/component/as2/AS2ClientManagerIT.java
 
b/components/camel-as2/camel-as2-component/src/test/java/org/apache/camel/component/as2/AS2ClientManagerIT.java
index a58d8c3159f..f055938ca76 100644
--- 
a/components/camel-as2/camel-as2-component/src/test/java/org/apache/camel/component/as2/AS2ClientManagerIT.java
+++ 
b/components/camel-as2/camel-as2-component/src/test/java/org/apache/camel/component/as2/AS2ClientManagerIT.java
@@ -702,7 +702,8 @@ public class AS2ClientManagerIT extends 
AbstractAS2ITSupport {
 
 // Create plain edi request message to acknowledge
 ApplicationEDIEntity ediEntity = 
EntityUtils.createEDIEntity(EDI_MESSAGE,
-ContentType.create(AS2MediaType.APPLICATION_EDIFACT, 
StandardCharsets.US_ASCII), null, false, ATTACHED_FILE_NAME);
+ContentType.create(AS2MediaType.APPLICATION_EDIFACT, 
StandardCharsets.US_ASCII), null, false,
+ATTACHED_FILE_NAME);
 HttpEntityEnclosingRequest request = new 
BasicHttpEntityEnclosingRequest("POST", REQUEST_URI);
 HttpMessageUtils.setHeaderValue(request, AS2Header.SUBJECT, SUBJECT);
 String httpdate = DATE_GENERATOR.getCurrentDate();
diff --git 
a/components/camel-olingo4/camel-olingo4-api/src/main/java/org/apache/camel/component/olingo4/api/impl/Olingo4AppImpl.java
 
b/components/camel-olingo4/camel-olingo4-api/src/main/java/org/apache/camel/component/olingo4/api/impl/Olingo4AppImpl.java
index d7f042efd5f..071d1e54b70 100644
--- 
a/components/camel-olingo4/camel-olingo4-api/src/main/java/org/apache/camel/component/olingo4/api/impl/Olingo4AppImpl.java
+++ 
b/components/camel-olingo4/camel-olingo4-api/src/main/java/org/apache/camel/component/olingo4/api/impl/Olingo4AppImpl.java
@@ -745,7 +745,8 @@ public final class Olingo4AppImpl implements Olingo4App {
 batchRequestHeaderOutputStream.write(ODataStreamer.CRLF);
 
 batchRequestHeaderOutputStream.write(
-(HttpGet.METHOD_NAME + " " + batchQueryUri + " " + 
HttpVersion.HTTP_1_1).getBytes(StandardCharsets.UTF_8));
+(HttpGet.METHOD_NAME + " " + batchQueryUri + " " + 
HttpVersion.HTTP_1_1)
+.getBytes(StandardCharsets.UTF_8));
 batchRequestHeaderOutputStream.write(ODataStreamer.CRLF);
 final ContentType acceptType = 
getResourceContentType(uriInfo);
 final String acceptCharset = 
acceptType.getParameter(ContentType.PARAMETER_CHARSET);
@@ -828,7 +829,8 @@ public final class Olingo4AppImpl implements Olingo4App {
 try {
 final Header[] contentHeaders = 
response.getHeaders(HttpHeader.CONTENT_TYPE);
 final ODataBatchLineIterator batchLineIterator
-= new 
ODataBatchLineIteratorImpl(IOUtils.lineIterator(response.getEntity().getContent(),
 StandardCharsets.UTF_8));
+= new ODataBatchLineIteratorImpl(
+

[camel] 02/02: Regen xmlsecurity

2022-04-08 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit f42f9b9459456c2d2f50cfb642683c39e7da112b
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Apr 8 17:11:50 2022 +0200

Regen xmlsecurity

Regen for commit d931a0bfc2e44f15e5d547b53c1f3f96c52250c3
---
 .../camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java  | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
index 787ccd553da..f6abbd36910 100644
--- 
a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
+++ 
b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
@@ -50,7 +50,6 @@ import javax.xml.xpath.XPathFactory;
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 
-
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;
 import org.apache.camel.builder.RouteBuilder;
@@ -855,14 +854,12 @@ public class XAdESSignaturePropertiesTest extends 
CamelTestSupport {
 }
 
 protected Document testEnveloping(String fromUri)
-throws
-Exception {
+throws Exception {
 return testEnveloping(fromUri, Collections. 
emptyMap());
 }
 
 protected Document testEnveloping(String fromUri, Map 
headers)
-throws
-Exception {
+throws Exception {
 MockEndpoint mock = setupMock();
 sendBody(fromUri, payload, headers);
 assertMockEndpointsSatisfied();



[camel] 02/02: Regen and sync deps

2022-04-06 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 99c53dafe6513920462a83d78d31b2764c1e0b97
Author: Andrea Cosentino 
AuthorDate: Thu Apr 7 07:36:28 2022 +0200

Regen and sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 131d06228aa..c626d8f6bea 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -63,7 +63,7 @@
 1.11.0
 1.11.0
 4.2.0
-2.17.164
+2.17.165
 2.6.1
 1.2.14
 4.26.0



[camel] 02/02: Regen

2022-04-04 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 9d54cba8f61ea9246e674e8871ead08f11cc67ca
Author: Claus Ibsen 
AuthorDate: Mon Apr 4 19:43:13 2022 +0200

Regen
---
 .../org/apache/camel/catalog/components.properties |   1 +
 .../camel/catalog/components/debezium-db2.json | 130 +
 .../camel/catalog/models/ribbonLoadBalancer.json   |  21 
 .../org/apache/camel/main/components.properties|   1 +
 4 files changed, 132 insertions(+), 21 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 ffa7ed62753..9b232bb81bf 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
@@ -72,6 +72,7 @@ cxfrs
 dataformat
 dataset
 dataset-test
+debezium-db2
 debezium-mongodb
 debezium-mysql
 debezium-oracle
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/debezium-db2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/debezium-db2.json
new file mode 100644
index 000..de069fc10ad
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/debezium-db2.json
@@ -0,0 +1,130 @@
+{
+  "component": {
+"kind": "component",
+"name": "debezium-db2",
+"title": "Debezium DB2 Connector",
+"description": "Capture changes from a Oracle database.",
+"deprecated": false,
+"firstVersion": "3.17.0",
+"label": "database,sql",
+"javaType": "org.apache.camel.component.debezium.DebeziumDb2Component",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-debezium-db2",
+"version": "3.17.0-SNAPSHOT",
+"scheme": "debezium-db2",
+"extendsScheme": "",
+"syntax": "debezium-db2:name",
+"async": false,
+"api": false,
+"consumerOnly": true,
+"producerOnly": false,
+"lenientProperties": false
+  },
+  "componentProperties": {
+"additionalProperties": { "kind": "property", "displayName": "Additional 
Properties", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": "java.util.Map", 
"prefix": "additionalProperties.", "multiValue": true, "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configura [...]
+"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 [...]
+"configuration": { "kind": "property", "displayName": "Configuration", 
"group": "consumer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Allow pre-configured Configurations to be set." },
+"internalKeyConverter": { "kind": "property", "displayName": "Internal Key 
Converter", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.connect.json.JsonConverter", "configurationClass": 
"org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description" [...]
+"internalValueConverter": { "kind": "property", "displayName": "Internal 
Value Converter", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.connect.json.JsonConverter", "configurationClass": 
"org.apache.camel.component.debezium.configuration.Db2ConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "descript [...]
+"offsetCommitPolicy": { "kind": "property", "displayName": "Offset Commit 
Policy", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 

[camel] 02/02: Regen

2022-03-30 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 43afcf708e20f5ae8e6b1c62b3c2ebafc876ad9a
Author: Claus Ibsen 
AuthorDate: Wed Mar 30 18:41:59 2022 +0200

Regen
---
 .../resources/org/apache/camel/catalog/components/azure-key-vault.json  | 2 +-
 .../dsl/yaml/deserializers/EndpointConsumerDeserializersResolver.java   | 1 +
 .../dsl/yaml/deserializers/EndpointProducerDeserializersResolver.java   | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-key-vault.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-key-vault.json
index a3c7d4b..004117b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-key-vault.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-key-vault.json
@@ -37,7 +37,7 @@
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
 "lazyStartProducer": { "kind": "parameter", "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 sta [...]
-"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.azure.key.vault.KeyVaultOperation", 
"enum": [ "createSecret", "getSecret", "deleteSecret" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.key.vault.KeyVaultConfiguration", 
"configurationField": "configuration", "description": "Operation [...]
+"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.azure.key.vault.KeyVaultOperation", 
"enum": [ "createSecret", "getSecret", "deleteSecret", "purgeDeletedSecret" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.key.vault.KeyVaultConfiguration", 
"configurationField": "configuration", "de [...]
 "clientId": { "kind": "parameter", "displayName": "Client Id", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.azure.key.vault.KeyVaultConfiguration", 
"configurationField": "configuration", "description": "Client Id to be used" },
 "clientSecret": { "kind": "parameter", "displayName": "Client Secret", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.azure.key.vault.KeyVaultConfiguration", 
"configurationField": "configuration", "description": "Client Secret to be 
used" },
 "tenantId": { "kind": "parameter", "displayName": "Tenant Id", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.azure.key.vault.KeyVaultConfiguration", 
"configurationField": "configuration", "description": "Tenant Id to be used" }
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/EndpointConsumerDeserializersResolver.java
 

[camel] 02/02: Regen for commit 3fe499dcb71a63bf5245a4282702af328c9548b1 (#7235)

2022-03-19 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 784684f892165520d8e2e407a2cdf92ec4115fdc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 19 09:23:38 2022 +0100

Regen for commit 3fe499dcb71a63bf5245a4282702af328c9548b1 (#7235)

Signed-off-by: GitHub 

Co-authored-by: davsclaus 


[camel] 02/02: Regen

2022-03-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 75fe8ecaa90c1103fdca69632a70ee7f72bed124
Author: Claus Ibsen 
AuthorDate: Mon Mar 7 15:39:22 2022 +0100

Regen
---
 .../main/java/org/apache/camel/model/ProcessorDefinition.java  | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index ca37b7a..e61d2ce 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -3817,7 +3817,7 @@ public abstract class ProcessorDefinition
  * This defines the route as resumable, which allows the route to work 
with the endpoints and components to manage
  * the state of consumers and resume upon restart.
  *
- * @return the builder
+ * @return the builder
  */
 public ResumableDefinition resumable() {
 ResumableDefinition answer = new ResumableDefinition();
@@ -3829,8 +3829,8 @@ public abstract class ProcessorDefinition
  * This defines the route as resumable, which allows the route to work 
with the endpoints and components to manage
  * the state of consumers and resume upon restart.
  *
- * @param  resumeStrategy  the resume strategy
- * @return the builder
+ * @param  resumeStrategy the resume strategy
+ * @returnthe builder
  */
 public Type resumable(ResumeStrategy resumeStrategy) {
 ResumableDefinition answer = new ResumableDefinition();
@@ -3843,8 +3843,8 @@ public abstract class ProcessorDefinition
  * This defines the route as resumable, which allows the route to work 
with the endpoints and components to manage
  * the state of consumers and resume upon restart.
  *
- * @param  resumeStrategy  the resume strategy
- * @return the builder
+ * @param  resumeStrategy the resume strategy
+ * @returnthe builder
  */
 public Type resumable(String resumeStrategy) {
 ResumableDefinition answer = new ResumableDefinition();


[camel] 02/02: Regen

2022-03-02 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 48fc6afd817b81190b28b5e253c67e3a18539a22
Author: Claus Ibsen 
AuthorDate: Wed Mar 2 11:21:47 2022 +0100

Regen
---
 .../src/main/docs/google-secret-manager-component.adoc  | 2 +-
 .../src/main/docs/modules/eips/examples/json/resumable.json | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 751dc27..d3b5936 100644
--- 
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++ 
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -84,7 +84,7 @@ include::partial$component-endpoint-options.adoc[]
 
 // endpoint options: END
 
- Using GCP Secret Manager Properties Source
+=== Using GCP Secret Manager Properties Source
 
 To use GCP Secret Manager you need to provide _serviceAccountKey_ file and GCP 
_projectId_.
 This can be done using environmental variables before starting the application:
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
 
b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
new file mode 12
index 000..6e78933
--- /dev/null
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
@@ -0,0 +1 @@
+../../../../../../../../camel-core-model/src/generated/resources/org/apache/camel/model/resumable.json
\ No newline at end of file


[camel] 02/02: Regen

2022-02-28 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 8c5f4044d3de44847b64320871c2cdcffbad951d
Author: Andrea Cosentino 
AuthorDate: Mon Feb 28 11:22:26 2022 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others.properties  |  1 +
 .../org/apache/camel/catalog/others/console.json  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 2ecc8b0..5f99325 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -8,6 +8,7 @@ cloud
 cloudevents
 cluster
 componentdsl
+console
 csimple-joor
 cxf-transport
 debug
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
new file mode 100644
index 000..b1048bd
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "console",
+"title": "Console",
+"description": "Camel Developer Console",
+"deprecated": false,
+"firstVersion": "3.15.0",
+"label": "core",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-console",
+"version": "3.16.0-SNAPSHOT"
+  }
+}


[camel] 02/02: Regen for commit 8d81d6930591c4e564452c4be5fdc17cc7111a05

2022-02-21 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 e3982a24c87c356f8001bdac4cd04808cf3c53f4
Author: orpiske 
AuthorDate: Mon Feb 21 11:11:33 2022 +

Regen for commit 8d81d6930591c4e564452c4be5fdc17cc7111a05

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/micrometer.json | 2 +-
 .../org/apache/camel/component/micrometer/micrometer.json | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 
 .../builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java| 8 
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
index a98a7cf..a20d75d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
@@ -27,7 +27,7 @@
 "metricsRegistry": { "kind": "property", "displayName": "Metrics 
Registry", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "io.micrometer.core.instrument.MeterRegistry", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom configured MetricRegistry." }
   },
   "properties": {
-"metricsType": { "kind": "path", "displayName": "Metrics Type", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"io.micrometer.core.instrument.Meter.Type", "enum": [ "COUNTER", "GAUGE", 
"LONG_TASK_TIMER", "TIMER", "DISTRIBUTION_SUMMARY", "OTHER" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Type of metrics" },
+"metricsType": { "kind": "path", "displayName": "Metrics Type", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"io.micrometer.core.instrument.Meter.Type", "enum": [ "counter", 
"distribution_summary", "timer" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Type of metrics" },
 "metricsName": { "kind": "path", "displayName": "Metrics Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Name of metrics" },
 "tags": { "kind": "path", "displayName": "Tags", "group": "producer", 
"label": "", "required": false, "type": "object", "javaType": 
"java.lang.Iterable", "deprecated": false, 
"autowired": false, "secret": false, "description": "Tags of metrics" },
 "action": { "kind": "parameter", "displayName": "Action", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Action expression when using timer type" },
diff --git 
a/components/camel-micrometer/src/generated/resources/org/apache/camel/component/micrometer/micrometer.json
 
b/components/camel-micrometer/src/generated/resources/org/apache/camel/component/micrometer/micrometer.json
index a98a7cf..a20d75d 100644
--- 
a/components/camel-micrometer/src/generated/resources/org/apache/camel/component/micrometer/micrometer.json
+++ 
b/components/camel-micrometer/src/generated/resources/org/apache/camel/component/micrometer/micrometer.json
@@ -27,7 +27,7 @@
 "metricsRegistry": { "kind": "property", "displayName": "Metrics 
Registry", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "io.micrometer.core.instrument.MeterRegistry", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom configured MetricRegistry." }
   },
   "properties": {
-"metricsType": { "kind": "path", "displayName": "Metrics Type", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"io.micrometer.core.instrument.Meter.Type", "enum": [ "COUNTER", "GAUGE", 
"LONG_TASK_TIMER", "TIMER", "DISTRIBUTION_SUMMARY", "OTHER" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Type of metrics" },
+"metricsType": { "kind": "path", "displayName": "Metrics Type", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"io.micrometer.core.instrument.Meter.Type", "enum": [ "counter", 
"distribution_summary", "timer" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Type of metrics" },
 "metricsName": { "kind": "path", "displayName": "Metrics Name", "group": 
"producer", "label": "", "required": true, "type": "string", 

[camel] 02/02: Regen

2022-02-20 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 f4581342420d81cd487a8bdfb039a0c5e8da2de1
Author: Claus Ibsen 
AuthorDate: Sun Feb 20 11:45:05 2022 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others.properties  |  1 +
 .../org/apache/camel/catalog/others/console.json  | 15 +++
 2 files changed, 16 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 2ecc8b0..5f99325 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -8,6 +8,7 @@ cloud
 cloudevents
 cluster
 componentdsl
+console
 csimple-joor
 cxf-transport
 debug
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
new file mode 100644
index 000..b1048bd
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/console.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "console",
+"title": "Console",
+"description": "Camel Developer Console",
+"deprecated": false,
+"firstVersion": "3.15.0",
+"label": "core",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-console",
+"version": "3.16.0-SNAPSHOT"
+  }
+}


[camel] 02/02: Regen

2022-02-20 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 e6f0b3bd22315c40218cc03eabf35c994d0d44fc
Author: Claus Ibsen 
AuthorDate: Sun Feb 20 10:36:43 2022 +0100

Regen
---
 docs/components/modules/ROOT/nav.adoc   | 2 +-
 .../apache/camel/builder/component/ComponentsBuilderFactory.java| 2 +-
 .../builder/component/dsl/HwcloudFrsComponentBuilderFactory.java| 4 ++--
 dsl/camel-componentdsl/src/generated/resources/metadata.json| 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java   | 4 ++--
 .../builder/endpoint/dsl/FaceRecognitionEndpointBuilderFactory.java | 6 +++---
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 1f88c27..a60c491 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -151,7 +151,7 @@
 ** xref:hdfs-component.adoc[HDFS]
 ** xref:http-component.adoc[HTTP]
 ** xref:hwcloud-summary.adoc[Huawei Cloud]
-*** xref:hwcloud-frs-component.adoc[Huawei Cloud Face Recognition Service]
+*** xref:hwcloud-frs-component.adoc[Huawei Cloud Face Recognition Service 
(FRS)]
 *** xref:hwcloud-imagerecognition-component.adoc[Huawei Cloud Image 
Recognition]
 *** xref:hwcloud-dms-component.adoc[Huawei Distributed Message Service (DMS)]
 *** xref:hwcloud-functiongraph-component.adoc[Huawei FunctionGraph]
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 4031c38..eebdde2 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
@@ -2046,7 +2046,7 @@ public interface ComponentsBuilderFactory {
 return 
org.apache.camel.builder.component.dsl.HwcloudDmsComponentBuilderFactory.hwcloudDms();
 }
 /**
- * Huawei Cloud Face Recognition Service (camel-huaweicloud-frs)
+ * Huawei Cloud Face Recognition Service (FRS) (camel-huaweicloud-frs)
  * Face Recognition Service (FRS) is an intelligent service that uses
  * computers to process, analyze, and understand facial images based on
  * human facial features.
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFrsComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFrsComponentBuilderFactory.java
index 56a8173..2476179 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFrsComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFrsComponentBuilderFactory.java
@@ -33,7 +33,7 @@ import 
org.apache.camel.component.huaweicloud.frs.FaceRecognitionComponent;
 public interface HwcloudFrsComponentBuilderFactory {
 
 /**
- * Huawei Cloud Face Recognition Service (camel-huaweicloud-frs)
+ * Huawei Cloud Face Recognition Service (FRS) (camel-huaweicloud-frs)
  * Face Recognition Service (FRS) is an intelligent service that uses
  * computers to process, analyze, and understand facial images based on
  * human facial features.
@@ -49,7 +49,7 @@ public interface HwcloudFrsComponentBuilderFactory {
 }
 
 /**
- * Builder for the Huawei Cloud Face Recognition Service component.
+ * Builder for the Huawei Cloud Face Recognition Service (FRS) component.
  */
 interface HwcloudFrsComponentBuilder
 extends
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index ac29d7d..6ac2b57 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -3330,7 +3330,7 @@
   "HwcloudFrsComponentBuilderFactory": {
 "kind": "component",
 "name": "hwcloud-frs",
-"title": "Huawei Cloud Face Recognition Service",
+"title": "Huawei Cloud Face Recognition Service (FRS)",
 "description": "Face Recognition Service (FRS) is an intelligent service 
that uses computers to process, analyze, and understand facial images based on 
human facial features.",
 "deprecated": false,
 "firstVersion": "3.15.0",
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 06b6b7b..bf17980 100644
--- 

[camel] 02/02: Regen

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 9fe8af4ef200feaabf703b6faba480f8e3d1ae4d
Author: Andrea Cosentino 
AuthorDate: Thu Feb 17 13:11:28 2022 +0100

Regen
---
 .../apache/camel/catalog/schemas/camel-spring.xsd| 20 +---
 1 file changed, 1 insertion(+), 19 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 832ab02..547da9f 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
@@ -12399,25 +12399,7 @@ exception to throw instead.
   
 
   
-
-  
-
-  
-
-  
-  
-
-
-  
-
-  
-
+
 
   
 

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

2022-02-15 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 e24d926d0d60a2e2b7a11943850c297c07affcf6
Author: Andrea Cosentino 
AuthorDate: Tue Feb 15 10:34:01 2022 +0100

Regen
---
 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 497fed17..3902c9f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -65,7 +65,7 @@
 1.11.0
 1.11.0
 4.1.1
-2.17.129
+2.17.130
 2.6.1
 1.2.14
 4.20.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 421155f..59c7ab3 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
@@ -9446,7 +9446,7 @@ Sets the initial redelivery delay.
 
   
 
@@ -9490,7 +9490,7 @@ Sets the maximum delay between redelivery.
 
   
 
   
 


[camel] 02/02: Regen

2022-01-31 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 1752e734244097c2dfa3554a1b2f951981b359ed
Author: Claus Ibsen 
AuthorDate: Mon Jan 31 14:01:03 2022 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 950e517..ff2a815 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -266,7 +266,7 @@
 4.4.15
 1.7
 3.21.4.1
-3.0.59
+3.0.76
 1.5.18
 1.0.7
 70.1


[camel] 02/02: Regen

2022-01-25 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 fee560e112ab3f31e41b85109d79c066614e7bef
Author: Claus Ibsen 
AuthorDate: Tue Jan 25 13:37:05 2022 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others.properties  |  9 +
 .../org/apache/camel/catalog/others/componentdsl.json | 15 +++
 .../org/apache/camel/catalog/others/endpointdsl.json  | 15 +++
 .../org/apache/camel/catalog/others/java-joor-dsl.json| 15 +++
 .../resources/org/apache/camel/catalog/others/js-dsl.json | 15 +++
 .../org/apache/camel/catalog/others/jsh-dsl.json  | 15 +++
 .../org/apache/camel/catalog/others/kamelet-main.json | 15 +++
 .../org/apache/camel/catalog/others/kotlin-dsl.json   | 15 +++
 .../org/apache/camel/catalog/others/xml-io-dsl.json   | 15 +++
 .../org/apache/camel/catalog/others/xml-jaxb-dsl.json | 15 +++
 10 files changed, 144 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 589ff33..ce91a0d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -7,18 +7,25 @@ cdi-main
 cloud
 cloudevents
 cluster
+componentdsl
 console
 csimple-joor
 cxf-transport
 debug
 elytron
+endpointdsl
 etcd3
 headersmap
 health
 hystrix
 jasypt
+java-joor-dsl
 jfr
+js-dsl
+jsh-dsl
 jta
+kamelet-main
+kotlin-dsl
 leveldb
 leveldb-legacy
 lra
@@ -54,4 +61,6 @@ testcontainers-spring-junit5
 threadpoolfactory-vertx
 tracing
 undertow-spring-security
+xml-io-dsl
+xml-jaxb-dsl
 zipkin
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
new file mode 100644
index 000..8ed0f4a
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/componentdsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "componentdsl",
+"title": "Java Component DSL",
+"description": "The Camel Component DSL",
+"deprecated": false,
+"firstVersion": "3.1.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-componentdsl",
+"version": "3.15.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
new file mode 100644
index 000..543d714
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/endpointdsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "endpointdsl",
+"title": "Java Endpoint DSL",
+"description": "The Camel Endpoint DSL",
+"deprecated": false,
+"firstVersion": "3.0.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-endpointdsl",
+"version": "3.15.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/java-joor-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/java-joor-dsl.json
new file mode 100644
index 000..ac29886
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/java-joor-dsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "java-joor-dsl",
+"title": "Java DSL (runtime compiled)",
+"description": "Camel Java DSL with jOOR",
+"deprecated": false,
+"firstVersion": "3.9.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-java-joor-dsl",
+"version": "3.15.0-SNAPSHOT"
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
new file mode 100644
index 000..dc4e963
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/js-dsl.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "js-dsl",
+"title": "JavaScript DSL",
+"description": "Camel DSL with JavaScript",
+"deprecated": false,
+"firstVersion": "3.9.0",
+"label": "dsl",
+"supportLevel": "Experimental",
+"groupId": "org.apache.camel",
+"artifactId": "camel-js-dsl",
+"version": 

[camel] 02/02: Regen

2022-01-23 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 84a057436d39b7ea4cad43d9cd966e8d8de08d23
Author: Claus Ibsen 
AuthorDate: Sun Jan 23 12:17:53 2022 +0100

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

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 dfb17ca..631ce4f 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
@@ -12238,6 +12238,16 @@ Sets a reference to use for lookup the policy in the 
registry.
   
   
 
+
+  
+
+  
+
   
 
   


[camel] 02/02: Regen

2022-01-20 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 8667ce9631201e7636da4ecaf38e874277e586d2
Author: Claus Ibsen 
AuthorDate: Thu Jan 20 20:21:19 2022 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
index ddaeb8b..4a3781f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
@@ -61,7 +61,7 @@
 "specificAvroReader": { "kind": "property", "displayName": "Specific Avro 
Reader", "group": "consumer", "label": "confluent,consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This enables the use of a specific Avro reader 
for use with the Confluent Platf [...]
 "topicIsPattern": { "kind": "property", "displayName": "Topic Is Pattern", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Whether the topic is a pattern (regular 
expression). This can be used to subscribe to dynamic num [...]
 "valueDeserializer": { "kind": "property", "displayName": "Value 
Deserializer", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringDeserializer", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Deserializer class for 
value th [...]
-"kafkaManualCommitFactory": { "kind": "property", "displayName": "Kafka 
Manual Commit Factory", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.consumer.KafkaManualCommitFactory", 
"deprecated": false, "autowired": true, "secret": false, "description": 
"Factory to use for creating KafkaManualCommit instances. This allows to plugin 
a custom factory to create custom KafkaManualCommit instanc [...]
+"kafkaManualCommitFactory": { "kind": "property", "displayName": "Kafka 
Manual Commit Factory", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.KafkaManualCommitFactory", "deprecated": 
false, "autowired": true, "secret": false, "description": "Factory to use for 
creating KafkaManualCommit instances. This allows to plugin a custom factory to 
create custom KafkaManualCommit instances in cas [...]
 "pollExceptionStrategy": { "kind": "property", "displayName": "Poll 
Exception Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.PollExceptionStrategy", "deprecated": false, 
"autowired": true, "secret": false, "description": "To use a custom strategy 
with the consumer to control how to handle exceptions thrown from the Kafka 
broker while pooling messages." },
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
 "compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to specify the [...]
@@ -169,7 +169,7 @@
 "valueDeserializer": { "kind": "parameter", "displayName": "Value 

[camel] 02/02: Regen

2022-01-17 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 a3854a925aba87393d1922cdf3875c127d67f47a
Author: Claus Ibsen 
AuthorDate: Tue Jan 18 08:46:29 2022 +0100

Regen
---
 .../generated/resources/org/apache/camel/catalog/models/process.json| 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json
index 7d9fa22..dfd6f92 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/process.json
@@ -12,7 +12,7 @@
 "output": false
   },
   "properties": {
-"ref": { "kind": "attribute", "displayName": "Ref", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Reference to the Processor 
to lookup in the registry to use." },
+"ref": { "kind": "attribute", "displayName": "Ref", "required": true, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Reference to the Processor 
to lookup in the registry to use. Can also be used for creating new beans by 
their class name by prefixing with #class, eg #class:com.foo.MyClassType. And 
it is also possible to refer to singleton beans by their type in the registry 
by prefixing with #type: syntax, e [...]
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" 
},
 "description": { "kind": "element", "displayName": "Description", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.model.DescriptionDefinition", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the description of 
this node" }
   }
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 a47425e..56067ee 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
@@ -13156,7 +13156,7 @@ Set a reference to a custom Expression to use.
 
 
 
-
+
 
 
 


[camel] 02/02: Regen

2021-12-24 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 5e8ba95c1ff73d314798e4e9da998859a7bad1f2
Author: Claus Ibsen 
AuthorDate: Fri Dec 24 15:13:31 2021 +0100

Regen
---
 .../resources/org/apache/camel/catalog/others/csimple-joor.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
index c7a2ba3..f65107e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/csimple-joor.json
@@ -6,7 +6,7 @@
 "description": "jOOR compiler for csimple language",
 "deprecated": false,
 "firstVersion": "3.7.0",
-"label": "dlanguage,java",
+"label": "language,java",
 "supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-csimple-joor",


[camel] 02/02: Regen

2021-12-13 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 e0aaf26f7fef199d020c84d15613a350571e8bf0
Author: Claus Ibsen 
AuthorDate: Tue Dec 14 07:30:54 2021 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/rest-swagger.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/rest-swagger.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/rest-swagger.json
index 57f5167..f3593a7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/rest-swagger.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/rest-swagger.json
@@ -28,6 +28,7 @@
 "host": { "kind": "property", "displayName": "Host", "group": "producer", 
"label": "producer", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "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. pets [...]
 "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 [...]
 "produces": { "kind": "property", "displayName": "Produces", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "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 i [...]
+"resolveReferences": { "kind": "property", "displayName": "Resolve 
References", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "false", "description": 
"Resolve references in Swagger specification." },
 "specificationUri": { "kind": "property", "displayName": "Specification 
Uri", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.net.URI", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "swagger.json", "description": "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 th [...]
 "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 [...]
 "sslContextParameters": { "kind": "property", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "security", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "Customize TLS parameters 
used by the component. If not set defaults to the TLS parameters set in the 
Camel context" },
@@ -42,6 +43,7 @@
 "host": { "kind": "parameter", "displayName": "Host", "group": "producer", 
"label": "producer", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "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. pet [...]
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 

[camel] 02/02: Regen

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

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

commit 47ba509cfb67eb0eaa702a37752e222cc60d9aa5
Author: Claus Ibsen 
AuthorDate: Sat Nov 13 13:50:48 2021 +0100

Regen
---
 .../components-starter/camel-hl7-starter/pom.xml   | 12 -
 .../camel-netty4-http-starter/pom.xml  | 12 -
 .../camel-netty4-starter/pom.xml   | 12 -
 .../camel-syslog-starter/pom.xml   | 12 -
 .../camel-spring-boot-dependencies/pom.xml | 56 +++---
 5 files changed, 28 insertions(+), 76 deletions(-)

diff --git a/platforms/spring-boot/components-starter/camel-hl7-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-hl7-starter/pom.xml
index f369e82..636611a 100644
--- a/platforms/spring-boot/components-starter/camel-hl7-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-hl7-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-hl7
   ${project.version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git 
a/platforms/spring-boot/components-starter/camel-netty4-http-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-netty4-http-starter/pom.xml
index 1e7932b..cb572dd 100644
--- a/platforms/spring-boot/components-starter/camel-netty4-http-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-netty4-http-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-netty4-http
   ${project.version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git 
a/platforms/spring-boot/components-starter/camel-netty4-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-netty4-starter/pom.xml
index a194d1f..0f32dd9 100644
--- a/platforms/spring-boot/components-starter/camel-netty4-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-netty4-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-netty4
   ${project.version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git 
a/platforms/spring-boot/components-starter/camel-syslog-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-syslog-starter/pom.xml
index 8995e6a..9a21742 100644
--- a/platforms/spring-boot/components-starter/camel-syslog-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-syslog-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-syslog
   ${project.version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
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 9ed110c..87f1f8c 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
@@ -3226,142 +3226,142 @@
   
 org.apache.cxf.services.sts
 cxf-services-sts-core
-3.3.10
+3.3.12
   
   
 org.apache.cxf.services.ws-discovery
 cxf-services-ws-discovery-api
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-core
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-bindings-soap
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-bindings-xml
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-databinding-jaxb
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-features-clustering
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-features-logging
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxrs
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxws
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-frontend-simple
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-management
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 cxf-rt-rs-client
-3.3.10
+3.3.12
   
   
 org.apache.cxf
 

[camel] 02/02: Regen for commit 373e3e52d896f5cf48a43f604d58e9b18b5bc6f5 (#6320)

2021-10-21 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 005765443f3161182b78c999b9f8b43052768800
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 21 11:30:07 2021 +0200

Regen for commit 373e3e52d896f5cf48a43f604d58e9b18b5bc6f5 (#6320)

Signed-off-by: GitHub 

Co-authored-by: davsclaus 
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd  | 14 +++---
 1 file changed, 7 insertions(+), 7 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 75973ff..73e87ce 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
@@ -14409,10 +14409,10 @@ will by default use an auto assigned route id.
 
   
 
   
@@ -14420,9 +14420,9 @@ PatternHelper#matchPattern(String,String).
 
   
 
   
 


[camel] 02/02: Regen for commit 4b8f39da0c9a3a4116248c9492e584214aba2c1e

2021-10-19 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 acc2da09a0c42dee9ed3a53a0e4d5b8abb4eba01
Author: davsclaus 
AuthorDate: Tue Oct 19 18:32:06 2021 +

Regen for commit 4b8f39da0c9a3a4116248c9492e584214aba2c1e

Signed-off-by: GitHub 
---
 camel-dependencies/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 8acf7fe..c44a1c2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -52,7 +52,6 @@
 1.6.0.Final
 
2.0.0.Final
 8.0.1
-1.9.7
 3.21.0
 3.12.0
 2.3.1


  1   2   3   4   >