(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new ed970335099 Regen
ed970335099 is described below

commit ed9703350998704c27c0c06413e3850c1a94c149
Author: Claus Ibsen 
AuthorDate: Thu May 16 07:34:31 2024 +0200

Regen
---
 .../builder/component/dsl/SalesforceComponentBuilderFactory.java| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
index 3de7a20ba21..d2c4ca5679a 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
@@ -1386,9 +1386,9 @@ public interface SalesforceComponentBuilderFactory {
 
 /**
  * Explicit authentication method to be used, one of USERNAME_PASSWORD,
- * REFRESH_TOKEN or JWT. Salesforce component can auto-determine the
- * authentication method to use from the properties set, set this
- * property to eliminate any ambiguity.
+ * REFRESH_TOKEN, CLIENT_CREDENTIALS, or JWT. Salesforce component can
+ * auto-determine the authentication method to use from the properties
+ * set, set this property to eliminate any ambiguity.
  * 
  * The option is a:
  * 
codeorg.apache.camel.component.salesforce.AuthenticationType/code
 type.



(camel) branch main updated: 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


The following commit(s) were added to refs/heads/main by this push:
 new b46266f348f Regen
b46266f348f is described below

commit b46266f348faa06fe63b96af0f079e9d8d860fb3
Author: Claus Ibsen 
AuthorDate: Tue May 14 14:00:27 2024 +0200

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

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
index 95411d9640c..64ad17a51c0 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DebuggerJmxConnectorService.java
@@ -94,7 +94,9 @@ public class DebuggerJmxConnectorService extends 
ServiceSupport implements Camel
 cs.stop();
 LOG.debug("Stopped Debugger JMX Connector");
 } catch (IOException e) {
-LOG.debug("Error occurred during stopping CamelDebugger JMX 
Connector: " + cs + ". This exception will be ignored.", e);
+LOG.debug("Error occurred during stopping CamelDebugger JMX 
Connector: " + cs
+  + ". This exception will be ignored.",
+e);
 }
 cs = null;
 }
@@ -129,7 +131,7 @@ public class DebuggerJmxConnectorService extends 
ServiceSupport implements Camel
 // we do not allow remote RMI access so this code is disabled
 url = new JMXServiceURL(
 "service:jmx:rmi://" + host + ":" + connectorPort + 
"/jndi/rmi://" + host
-+ ":" + registryPort + path);
++ ":" + registryPort + path);
 } else {
 url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://" + host + 
":" + registryPort + path);
 }



(camel) branch main updated: Regen for commit 725cf43bf28a2e787d26a7875c871aa6522d5d60 (#14125)

2024-05-13 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


The following commit(s) were added to refs/heads/main by this push:
 new d9062d5b5d0 Regen for commit 725cf43bf28a2e787d26a7875c871aa6522d5d60 
(#14125)
d9062d5b5d0 is described below

commit d9062d5b5d0aefd42667b84aaf388a7ab75ad9a1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 13 13:01:53 2024 +0200

Regen for commit 725cf43bf28a2e787d26a7875c871aa6522d5d60 (#14125)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../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 a78a141b832..31c2ec35868 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) branch main updated: Regen

2024-05-13 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


The following commit(s) were added to refs/heads/main by this push:
 new 725cf43bf28 Regen
725cf43bf28 is described below

commit 725cf43bf28a2e787d26a7875c871aa6522d5d60
Author: Andrea Cosentino 
AuthorDate: Mon May 13 12:54:33 2024 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 .../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 31c2ec35868..a78a141b832 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) branch main updated: Regen for commit 4c628c93e073e84b4ebb064ddc792cedcf5f8dfe (#14124)

2024-05-13 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


The following commit(s) were added to refs/heads/main by this push:
 new fd8e7672a22 Regen for commit 4c628c93e073e84b4ebb064ddc792cedcf5f8dfe 
(#14124)
fd8e7672a22 is described below

commit fd8e7672a22a0ce6d3e6c54380f8e525a82d9f7b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 13 12:18:24 2024 +0200

Regen for commit 4c628c93e073e84b4ebb064ddc792cedcf5f8dfe (#14124)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../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 a78a141b832..31c2ec35868 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) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 912795fbef5 Regen
912795fbef5 is described below

commit 912795fbef5c8d126a8259a20a96266b7227af4e
Author: Claus Ibsen 
AuthorDate: Fri May 10 12:31:05 2024 +0200

Regen
---
 .../org/apache/camel/catalog/components/aws-bedrock-agent-runtime.json  | 2 +-
 .../org/apache/camel/catalog/components/aws-bedrock-agent.json  | 2 +-
 .../resources/org/apache/camel/catalog/components/aws-bedrock.json  | 2 +-
 .../resources/org/apache/camel/catalog/components/langchain4j-chat.json | 2 +-
 .../org/apache/camel/catalog/components/langchain4j-embeddings.json | 2 +-
 .../generated/resources/org/apache/camel/catalog/components/milvus.json | 2 +-
 .../generated/resources/org/apache/camel/catalog/components/qdrant.json | 2 +-
 .../org/apache/camel/catalog/others/platform-http-jolokia.json  | 2 +-
 .../org/apache/camel/component/langchain4j/chat/langchain4j-chat.json   | 2 +-
 .../src/main/docs/langchain4j-chat-component.adoc   | 2 +-
 .../camel/component/langchain4j/embeddings/langchain4j-embeddings.json  | 2 +-
 .../src/main/docs/langchain4j-embeddings-component.adoc | 2 +-
 .../apache/camel/component/aws2/bedrock/agent/aws-bedrock-agent.json| 2 +-
 .../component/aws2/bedrock/agentruntime/aws-bedrock-agent-runtime.json  | 2 +-
 .../org/apache/camel/component/aws2/bedrock/runtime/aws-bedrock.json| 2 +-
 .../camel-aws-bedrock/src/main/docs/aws-bedrock-agent-component.adoc| 2 +-
 .../src/main/docs/aws-bedrock-agent-runtime-component.adoc  | 2 +-
 .../camel-aws-bedrock/src/main/docs/aws-bedrock-component.adoc  | 2 +-
 .../resources/META-INF/org/apache/camel/component/milvus/milvus.json| 2 +-
 components/camel-milvus/src/main/docs/milvus-component.adoc | 2 +-
 .../src/generated/resources/platform-http-jolokia.json  | 2 +-
 .../resources/META-INF/org/apache/camel/component/qdrant/qdrant.json| 2 +-
 components/camel-qdrant/src/main/docs/qdrant-component.adoc | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent-runtime.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent-runtime.json
index b029d663bb2..9e587105312 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent-runtime.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent-runtime.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.5.0",
 "label": "ai,cloud",
 "javaType": 
"org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-bedrock",
 "version": "4.7.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent.json
index 6968be21051..b526240765b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock-agent.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.5.0",
 "label": "ai,cloud",
 "javaType": 
"org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-bedrock",
 "version": "4.7.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock.json
index 25070e5135f..c13ee839ebb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-bedrock.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.5.0",
 "label": "ai,cloud",
 "javaType": 
"org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-bedrock",
 "version": "4.7.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain4j-chat.json
 

(camel) branch main updated: Regen for commit e5bb7e995a4d745dfb6164eb04ec443a6642068a (#13942)

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new 1c3ac66aa4e Regen for commit e5bb7e995a4d745dfb6164eb04ec443a6642068a 
(#13942)
1c3ac66aa4e is described below

commit 1c3ac66aa4e693bc50ccdb6a758f8bb304aa7b11
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 26 05:58:51 2024 +0200

Regen for commit e5bb7e995a4d745dfb6164eb04ec443a6642068a (#13942)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../camel/catalog/components/azure-servicebus.json | 86 ++
 1 file changed, 40 insertions(+), 46 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index 81dbd9b326d..a2937fdd266 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -31,28 +31,25 @@
 "proxyOptions": { "index": 5, "kind": "property", "displayName": "Proxy 
Options", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": "com.azure.core.amqp.ProxyOptions", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the proxy 
configuration to use for ServiceBusSenderAsyncClient. When a p [...]
 "serviceBusType": { "index": 6, "kind": "property", "displayName": 
"Service Bus Type", "group": "common", "label": "common", "required": true, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusType", "enum": [ 
"queue", "topic" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": "queue", "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "c [...]
 "bridgeErrorHandler": { "index": 7, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
-"consumerOperation": { "index": 8, "kind": "property", "displayName": 
"Consumer Operation", "group": "consumer", "label": "consumer", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusConsumerOperationDefinition",
 "enum": [ "receiveMessages", "peekMessages" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "receiveMessages", 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusCon [...]
-"disableAutoComplete": { "index": 9, "kind": "property", "displayName": 
"Disable Auto Complete", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Disables auto-complete 
and auto-abandon of received message [...]
-"enableDeadLettering": { "index": 10, "kind": "property", "displayName": 
"Enable Dead Lettering", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Enable application level 
deadlettering to the subscription [...]
-"maxAutoLockRenewDuration": { "index": 11, "kind": "property", 
"displayName": "Max Auto Lock Renew Duration", "group": "consumer", "label": 
"consumer", "required": false, "type": "object", "javaType": 
"java.time.Duration", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "5m", "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the amount of time 
to continue a [...]
-"peekNumMaxMessages": { "index": 12, "kind": "property", "displayName": 
"Peek Num Max Messages", "group": "consumer", "label": 

(camel) branch main updated: Regen

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new 5629891f579 Regen
5629891f579 is described below

commit 5629891f5796a8fbe1e5c333c33b2f51fe4eaf0d
Author: Claus Ibsen 
AuthorDate: Thu Apr 25 19:13:31 2024 +0200

Regen
---
 .../camel/catalog/components/azure-servicebus.json | 86 --
 1 file changed, 46 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index a2937fdd266..81dbd9b326d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -31,25 +31,28 @@
 "proxyOptions": { "index": 5, "kind": "property", "displayName": "Proxy 
Options", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": "com.azure.core.amqp.ProxyOptions", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the proxy 
configuration to use for ServiceBusSenderAsyncClient. When a p [...]
 "serviceBusType": { "index": 6, "kind": "property", "displayName": 
"Service Bus Type", "group": "common", "label": "common", "required": true, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusType", "enum": [ 
"queue", "topic" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": "queue", "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "c [...]
 "bridgeErrorHandler": { "index": 7, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
-"enableDeadLettering": { "index": 8, "kind": "property", "displayName": 
"Enable Dead Lettering", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Enable application level 
deadlettering to the subscription  [...]
-"maxAutoLockRenewDuration": { "index": 9, "kind": "property", 
"displayName": "Max Auto Lock Renew Duration", "group": "consumer", "label": 
"consumer", "required": false, "type": "object", "javaType": 
"java.time.Duration", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "5m", "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the amount of time 
to continue au [...]
-"maxConcurrentCalls": { "index": 10, "kind": "property", "displayName": 
"Max Concurrent Calls", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets maximum number of 
concurrent calls" },
-"prefetchCount": { "index": 11, "kind": "property", "displayName": 
"Prefetch Count", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the prefetch count 
of the receiver. For both PEEK_LOCK PEEK_LOCK and RECEIVE_AND_DELETE RECEI [...]
-"processorClient": { "index": 12, "kind": "property", "displayName": 
"Processor Client", "group": "consumer", "label": "consumer", "required": 
false, "type": "object", "javaType": 
"com.azure.messaging.servicebus.ServiceBusProcessorClient", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 

(camel) branch main updated: Regen

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new 979d6f0beff Regen
979d6f0beff is described below

commit 979d6f0beff63551d3d4bc30fef689d44e51c6ef
Author: Claus Ibsen 
AuthorDate: Wed Apr 17 09:16:05 2024 +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 9f0de97dac8..ad29dad2a23 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) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 7a9cf4781c7 Regen
7a9cf4781c7 is described below

commit 7a9cf4781c7f351d721c43ac387117c6b4146614
Author: Claus Ibsen 
AuthorDate: Wed Apr 17 06:36:49 2024 +0200

Regen
---
 .../google/sheets/GoogleSheetsComponentConfigurer.java | 14 +++---
 .../google/sheets/GoogleSheetsEndpointConfigurer.java  |  7 +++
 2 files changed, 6 insertions(+), 15 deletions(-)

diff --git 
a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsComponentConfigurer.java
 
b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsComponentConfigurer.java
index d212da704ce..92dd7ffbd3b 100644
--- 
a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsComponentConfigurer.java
+++ 
b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsComponentConfigurer.java
@@ -26,7 +26,7 @@ public class GoogleSheetsComponentConfigurer extends 
PropertyConfigurerSupport i
 map.put("ClientId", java.lang.String.class);
 map.put("Configuration", 
org.apache.camel.component.google.sheets.GoogleSheetsConfiguration.class);
 map.put("Delegate", java.lang.String.class);
-map.put("Scopes", java.util.Collection.class);
+map.put("Scopes", java.lang.String.class);
 map.put("BridgeErrorHandler", boolean.class);
 map.put("SplitResult", boolean.class);
 map.put("LazyStartProducer", boolean.class);
@@ -70,7 +70,7 @@ public class GoogleSheetsComponentConfigurer extends 
PropertyConfigurerSupport i
 case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "refreshtoken":
 case "refreshToken": 
getOrCreateConfiguration(target).setRefreshToken(property(camelContext, 
java.lang.String.class, value)); return true;
-case "scopes": 
getOrCreateConfiguration(target).setScopes(property(camelContext, 
java.util.Collection.class, value)); return true;
+case "scopes": 
getOrCreateConfiguration(target).setScopes(property(camelContext, 
java.lang.String.class, value)); return true;
 case "serviceaccountkey":
 case "serviceAccountKey": 
getOrCreateConfiguration(target).setServiceAccountKey(property(camelContext, 
java.lang.String.class, value)); return true;
 case "splitresult":
@@ -107,7 +107,7 @@ public class GoogleSheetsComponentConfigurer extends 
PropertyConfigurerSupport i
 case "lazyStartProducer": return boolean.class;
 case "refreshtoken":
 case "refreshToken": return java.lang.String.class;
-case "scopes": return java.util.Collection.class;
+case "scopes": return java.lang.String.class;
 case "serviceaccountkey":
 case "serviceAccountKey": return java.lang.String.class;
 case "splitresult":
@@ -148,13 +148,5 @@ public class GoogleSheetsComponentConfigurer extends 
PropertyConfigurerSupport i
 default: return null;
 }
 }
-
-@Override
-public Object getCollectionValueType(Object target, String name, boolean 
ignoreCase) {
-switch (ignoreCase ? name.toLowerCase() : name) {
-case "scopes": return java.lang.String.class;
-default: return null;
-}
-}
 }
 
diff --git 
a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsEndpointConfigurer.java
 
b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsEndpointConfigurer.java
index 8a17eaad5f3..93fff184213 100644
--- 
a/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsEndpointConfigurer.java
+++ 
b/components/camel-google/camel-google-sheets/src/generated/java/org/apache/camel/component/google/sheets/GoogleSheetsEndpointConfigurer.java
@@ -28,7 +28,7 @@ public class GoogleSheetsEndpointConfigurer extends 
PropertyConfigurerSupport im
 map.put("ClientId", java.lang.String.class);
 map.put("Delegate", java.lang.String.class);
 map.put("InBody", java.lang.String.class);
-map.put("Scopes", java.util.Collection.class);
+map.put("Scopes", java.lang.String.class);
 map.put("SendEmptyMessageWhenIdle", boolean.class);
 map.put("SplitResult", boolean.class);
 map.put("BridgeErrorHandler", boolean.class);
@@ -103,7 +103,7 @@ public class GoogleSheetsEndpointConfigurer extends 
PropertyConfigurerSupport im
 case "scheduler": 

(camel) branch main updated: Regen

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new 3f725da6852 Regen
3f725da6852 is described below

commit 3f725da6852b593b96b5824242da53114b706dc8
Author: Claus Ibsen 
AuthorDate: Sat Apr 13 07:51:39 2024 +0200

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

diff --git 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
index ff56fe196b1..b227b3c90c9 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
+++ 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
@@ -43,7 +43,6 @@ import javax.xml.transform.TransformerFactory;
 import javax.xml.transform.dom.DOMSource;
 import javax.xml.transform.stream.StreamResult;
 
-import org.apache.maven.plugin.AbstractMojo;
 import org.w3c.dom.Attr;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
@@ -56,6 +55,7 @@ import org.apache.camel.parser.helper.RouteCoverageHelper;
 import org.apache.camel.parser.model.CamelNodeDetails;
 import org.apache.camel.parser.model.CoverageData;
 import org.apache.camel.util.FileUtil;
+import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;



(camel) branch main updated: Regen

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new cc090c4003c Regen
cc090c4003c is described below

commit cc090c4003ce319274474afcaebe22add700b414
Author: Andrea Cosentino 
AuthorDate: Thu Apr 11 07:16:10 2024 +0200

Regen

Signed-off-by: Andrea Cosentino 
---
 docs/.yarn/install-state.gz | Bin 522799 -> 503553 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/docs/.yarn/install-state.gz b/docs/.yarn/install-state.gz
index 31f2b6206cd..8592ad5cb32 100644
Binary files a/docs/.yarn/install-state.gz and b/docs/.yarn/install-state.gz 
differ



(camel) branch main updated: Regen

2024-04-08 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


The following commit(s) were added to refs/heads/main by this push:
 new bc2ee3d2fec Regen
bc2ee3d2fec is described below

commit bc2ee3d2fecc58b927d7b8b0cf034f597f2aa356
Author: Claus Ibsen 
AuthorDate: Mon Apr 8 09:17:56 2024 +0200

Regen
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../META-INF/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 76da9246dcd..4c95b3af04b 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
@@ -48,7 +48,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/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index 76da9246dcd..4c95b3af04b 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -48,7 +48,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", 

(camel) branch main updated: Regen

2024-04-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


The following commit(s) were added to refs/heads/main by this push:
 new 30928a1a89a Regen
30928a1a89a is described below

commit 30928a1a89a1ce66f75fd73c11394cd775d05361
Author: Claus Ibsen 
AuthorDate: Fri Apr 5 08:48:49 2024 +0200

Regen
---
 .../component/aws2/bedrock/runtime/integration/BedrockProducerIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
 
b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
index 56908f2ed4c..eeec7be98df 100644
--- 
a/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
+++ 
b/components/camel-aws/camel-aws-bedrock/src/test/java/org/apache/camel/component/aws2/bedrock/runtime/integration/BedrockProducerIT.java
@@ -502,7 +502,7 @@ class BedrockProducerIT extends CamelTestSupport {
 
 from("direct:send_mistral_8x7b_instruct_model")
 
.to("aws-bedrock:label?accessKey=RAW({{aws.manual.access.key}})=RAW({{aws.manual.secret.key}}=us-east-1=invokeTextModel="
-+ BedrockModels.MISTRAL_8x7B_INSTRUCT.model)
++ BedrockModels.MISTRAL_8x7B_INSTRUCT.model)
 .log("Completions: ${body}")
 .to(result);
 }



(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8e21ea5b609 Regen
8e21ea5b609 is described below

commit 8e21ea5b60982ef8be1caea150018644f5159edd
Author: Claus Ibsen 
AuthorDate: Fri Mar 29 13:41:53 2024 +0100

Regen
---
 .../component/ComponentsBuilderFactory.java|  14 ++
 .../GooglePubsubLiteComponentBuilderFactory.java   | 257 +
 .../dsl/PlatformHttpComponentBuilderFactory.java   |  19 ++
 .../src/generated/resources/metadata.json  |  23 ++
 4 files changed, 313 insertions(+)

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 0e01e97b7ce..97fd433050a 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
@@ -1631,6 +1631,20 @@ public interface ComponentsBuilderFactory {
 static 
org.apache.camel.builder.component.dsl.GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder
 googlePubsub() {
 return 
org.apache.camel.builder.component.dsl.GooglePubsubComponentBuilderFactory.googlePubsub();
 }
+/**
+ * Google PubSub Lite (camel-google-pubsub-lite)
+ * Send and receive messages to/from Google Cloud Platform PubSub Lite
+ * Service.
+ * 
+ * Category: cloud,messaging
+ * Since: 4.6
+ * Maven coordinates: org.apache.camel:camel-google-pubsub-lite
+ * 
+ * @return the dsl builder
+ */
+static 
org.apache.camel.builder.component.dsl.GooglePubsubLiteComponentBuilderFactory.GooglePubsubLiteComponentBuilder
 googlePubsubLite() {
+return 
org.apache.camel.builder.component.dsl.GooglePubsubLiteComponentBuilderFactory.googlePubsubLite();
+}
 /**
  * Google Secret Manager (camel-google-secret-manager)
  * Manage Google Secret Manager Secrets
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GooglePubsubLiteComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GooglePubsubLiteComponentBuilderFactory.java
new file mode 100644
index 000..54bfdaf3957
--- /dev/null
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GooglePubsubLiteComponentBuilderFactory.java
@@ -0,0 +1,257 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+package org.apache.camel.builder.component.dsl;
+
+import javax.annotation.processing.Generated;
+import org.apache.camel.Component;
+import org.apache.camel.builder.component.AbstractComponentBuilder;
+import org.apache.camel.builder.component.ComponentBuilder;
+import org.apache.camel.component.google.pubsublite.GooglePubsubLiteComponent;
+
+/**
+ * Send and receive messages to/from Google Cloud Platform PubSub Lite Service.
+ * 
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
+public interface GooglePubsubLiteComponentBuilderFactory {
+
+/**
+ * Google PubSub Lite (camel-google-pubsub-lite)
+ * Send and receive messages to/from Google Cloud Platform PubSub Lite
+ * Service.
+ * 
+ * Category: cloud,messaging
+ * Since: 4.6
+ * Maven coordinates: org.apache.camel:camel-google-pubsub-lite
+ * 
+ * @return the dsl builder
+ */
+static GooglePubsubLiteComponentBuilder googlePubsubLite() {
+return new GooglePubsubLiteComponentBuilderImpl();
+}
+
+/**
+ * Builder for the Google PubSub Lite component.
+ */
+interface GooglePubsubLiteComponentBuilder
+extends
+ComponentBuilder {
+/**
+ * Allows for bridging the consumer to the Camel routing Error Handler,
+ * which mean any exceptions (if 

(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 0c0f3667e88 Regen
0c0f3667e88 is described below

commit 0c0f3667e8869929e2bb6b0e1ce9d6308915fc1d
Author: Claus Ibsen 
AuthorDate: Fri Mar 29 13:40:04 2024 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
index 7d3de375d7d..ac0990d5f57 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
@@ -24,8 +24,8 @@
   },
   "componentProperties": {
 "bridgeErrorHandler": { "index": 0, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
-"consumerMessagesOutstanding": { "index": 1, "kind": "property", 
"displayName": "Consumer Messages Outstanding", "group": "consumer", "label": 
"consumer", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "The number of messages that may be outstanding to the client. 
Must be 0." },
-"consumerBytesOutstanding": { "index": 2, "kind": "property", 
"displayName": "Consumer Bytes Outstanding", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10485760, "description": "How many milliseconds should each 
producer stay alive in the cache. Must be greater than the allowed size of the 
largest message (1 MiB)." },
+"consumerBytesOutstanding": { "index": 1, "kind": "property", 
"displayName": "Consumer Bytes Outstanding", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 10485760, "description": "The number of quota bytes that may be 
outstanding to the client. Must be greater than the allowed size of the largest 
message (1 MiB)." },
+"consumerMessagesOutstanding": { "index": 2, "kind": "property", 
"displayName": "Consumer Messages Outstanding", "group": "consumer (advanced)", 
"label": "consumer,advanced", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1000, "description": "The number of messages that may be 
outstanding to the client. Must be 0." },
 "lazyStartProducer": { "index": 3, "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 [...]
 "publisherCacheSize": { "index": 4, "kind": "property", "displayName": 
"Publisher Cache Size", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100, 
"description": "Maximum number of producers to cache. This could be increased 
if you have producers for lots of different topics." },
 "publisherCacheTimeout": { "index": 5, "kind": "property", "displayName": 
"Publisher Cache Timeout", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
18, "description": "How many milliseconds should each producer stay alive 
in the cache." },



(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 64d67f6b9ab Regen
64d67f6b9ab is described below

commit 64d67f6b9ab91a446c383ff3bacffc8381ccbabc
Author: Claus Ibsen 
AuthorDate: Fri Mar 29 09:34:51 2024 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 .../META-INF/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 e8150643f06..76da9246dcd 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
@@ -48,7 +48,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/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
index e8150643f06..76da9246dcd 100644
--- 
a/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
+++ 
b/components/camel-aws/camel-aws2-ec2/src/generated/resources/META-INF/org/apache/camel/component/aws2/ec2/aws2-ec2.json
@@ -48,7 +48,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", 

(camel) branch main updated: Regen

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new eace65bba50 Regen
eace65bba50 is described below

commit eace65bba50732ab5a5065a46dc832db854ed467
Author: Claus Ibsen 
AuthorDate: Thu Mar 28 10:35:21 2024 +0100

Regen
---
 .../src/generated/resources/org/apache/camel/catalog/others/js-dsl.json | 2 +-
 .../generated/resources/org/apache/camel/catalog/others/jsh-dsl.json| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
index 7b0e58ca926..98bc8e0f971 100644
--- 
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
@@ -4,7 +4,7 @@
 "name": "js-dsl",
 "title": "JavaScript DSL",
 "description": "Camel DSL with JavaScript",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.9.0",
 "label": "dsl",
 "supportLevel": "Experimental",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jsh-dsl.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jsh-dsl.json
index e9764a538d6..a1b97e0e60d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jsh-dsl.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jsh-dsl.json
@@ -4,7 +4,7 @@
 "name": "jsh-dsl",
 "title": "JavaShell DSL",
 "description": "Camel DSL with JavaShell",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.15.0",
 "label": "dsl",
 "supportLevel": "Experimental",



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new b62749b8dad Regen
b62749b8dad is described below

commit b62749b8dad6f8cf2cbba01dd79dcfff35f55cf8
Author: Claus Ibsen 
AuthorDate: Fri Mar 22 18:38:18 2024 +0100

Regen
---
 .../src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java
index 0c6d19e41cc..c5bc9e3809c 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Bind.java
@@ -71,7 +71,7 @@ public class Bind extends CamelCommand {
 String sink;
 
 @CommandLine.Option(names = { "--error-handler" },
-description = "Add error handler (none|log|sink:). Sink 
endpoints are expected in the format 
\"[[apigroup/]version:]kind:[namespace/]name\", plain Camel URIs or Kamelet 
name.")
+description = "Add error handler 
(none|log|sink:). Sink endpoints are expected in the format 
\"[[apigroup/]version:]kind:[namespace/]name\", plain Camel URIs or Kamelet 
name.")
 String errorHandler;
 
 @CommandLine.Option(names = { "--property" },



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 5e7be681326 Regen
5e7be681326 is described below

commit 5e7be681326f7718f10dad7b4f86f3d00eb85463
Author: Claus Ibsen 
AuthorDate: Wed Mar 20 16:51:11 2024 +0100

Regen
---
 .../org/apache/camel/catalog/components/qdrant.json|  3 ++-
 .../org/apache/camel/catalog/transformers.properties   |  1 +
 .../camel/catalog/transformers/qdrant-embeddings.json  | 14 ++
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
index 40d6552be81..1639499ec97 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
@@ -41,7 +41,8 @@
 "CamelQdrantReadConsistency": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "io.qdrant.client.grpc.Points$ReadConsistency", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Read Consistency.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#READ_CONSISTENCY" },
 "CamelQdrantWithPayload": { "index": 6, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "boolean", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "true", "description": "Include Payload.", 
"constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_PAYLOAD" },
 "CamelQdrantWithVectors": { "index": 7, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "boolean", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "false", "description": "Include Vectors.", 
"constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_VECTORS" },
-"CamelQdrantSize": { "index": 8, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of elements.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#SIZE" }
+"CamelQdrantSize": { "index": 8, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of elements.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#SIZE" },
+"CamelQdrantPointId": { "index": 9, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The point id to use for operation.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#POINT_ID" }
   },
   "properties": {
 "collection": { "index": 0, "kind": "path", "displayName": "Collection", 
"group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The collection Name" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
index c29b8c75b35..2b30b4fbb10 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers.properties
@@ -26,5 +26,6 @@ http-application-cloudevents
 protobuf-binary
 protobuf-x-java-object
 protobuf-x-struct
+qdrant-embeddings
 slack-application-cloudevents
 text-plain
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/qdrant-embeddings.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/qdrant-embeddings.json
new file mode 100644
index 000..9f82859c76c
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/transformers/qdrant-embeddings.json
@@ -0,0 +1,14 @@
+{
+  "transformer": {
+"kind": "transformer",
+"name": "qdrant:embeddings",
+"title": "Qdrant (Embeddings)",
+"description": "Prepares the message to become an object writable by 
Qdrant 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 900f70149c6 Regen
900f70149c6 is described below

commit 900f70149c601b03cce44bec23a6505ea2a68213
Author: Claus Ibsen 
AuthorDate: Wed Mar 20 16:46:31 2024 +0100

Regen
---
 .../org/apache/camel/catalog/components/qdrant.json|  3 +--
 .../camel/catalog/releases/camel-quarkus-releases.json | 10 ++
 .../org/apache/camel/catalog/transformers.properties   |  1 -
 .../camel/catalog/transformers/qdrant-embeddings.json  | 14 --
 4 files changed, 7 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
index 1639499ec97..40d6552be81 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/qdrant.json
@@ -41,8 +41,7 @@
 "CamelQdrantReadConsistency": { "index": 5, "kind": "header", 
"displayName": "", "group": "producer", "label": "", "required": false, 
"javaType": "io.qdrant.client.grpc.Points$ReadConsistency", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Read Consistency.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#READ_CONSISTENCY" },
 "CamelQdrantWithPayload": { "index": 6, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "boolean", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "true", "description": "Include Payload.", 
"constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_PAYLOAD" },
 "CamelQdrantWithVectors": { "index": 7, "kind": "header", "displayName": 
"", "group": "producer", "label": "", "required": false, "javaType": "boolean", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "defaultValue": "false", "description": "Include Vectors.", 
"constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#INCLUDE_VECTORS" },
-"CamelQdrantSize": { "index": 8, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of elements.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#SIZE" },
-"CamelQdrantPointId": { "index": 9, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The point id to use for operation.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#POINT_ID" }
+"CamelQdrantSize": { "index": 8, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "int", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The number of elements.", "constantName": 
"org.apache.camel.component.qdrant.Qdrant$Headers#SIZE" }
   },
   "properties": {
 "collection": { "index": 0, "kind": "path", "displayName": "Collection", 
"group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The collection Name" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
index ff43de60684..35a9d663e7d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-quarkus-releases.json
@@ -181,28 +181,28 @@
 {
 "version": "3.2.0",
 "date": "2023-09-01",
-"eol": "2024-03-01",
+"eol": "2024-07-06",
 "kind": "lts",
 "jdk": "17"
 },
 {
 "version": "3.2.1",
 "date": "2023-10-09",
-"eol": "2024-03-01",
+"eol": "2024-07-06",
 "kind": "lts",
 "jdk": "17"
 },
 {
 "version": "3.2.2",
 "date": "2023-11-07",
-"eol": "2024-03-01",
+"eol": "2024-07-06",
 "kind": "lts",
 "jdk": "17"
 },
 {
 "version": "3.2.3",
 "date": "2023-12-05",
-"eol": "2024-03-01",
+"eol": 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 9412fb6b194 Regen
9412fb6b194 is described below

commit 9412fb6b1949afd51de7f033e01987040df9ca40
Author: Claus Ibsen 
AuthorDate: Wed Mar 20 15:54:37 2024 +0100

Regen
---
 .../apache/camel/impl/engine/DurationRoutePolicy.java|  9 +
 .../camel/impl/engine/DurationRoutePolicyFactory.java| 13 +++--
 .../camel/throttling/ThrottlingExceptionRoutePolicy.java | 11 ++-
 .../camel/throttling/ThrottlingInflightRoutePolicy.java  | 16 ++--
 4 files changed, 28 insertions(+), 21 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicy.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicy.java
index 285439f8b10..0cfce32eaee 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicy.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicy.java
@@ -38,9 +38,9 @@ import org.slf4j.LoggerFactory;
  * This can be used to stop the route after it has processed a number of 
messages, or has been running for N seconds.
  */
 @Metadata(label = "bean",
-description = "RoutePolicy which executes for a duration and then 
triggers an action."
-  + " This can be used to stop the route after it has 
processed a number of messages, or has been running for N seconds.",
-annotations = {"interfaceName=org.apache.camel.spi.RoutePolicy"})
+  description = "RoutePolicy which executes for a duration and then 
triggers an action."
++ " This can be used to stop the route after it has 
processed a number of messages, or has been running for N seconds.",
+  annotations = { "interfaceName=org.apache.camel.spi.RoutePolicy" })
 @Configurer(metadataOnly = true)
 public class DurationRoutePolicy extends 
org.apache.camel.support.RoutePolicySupport implements CamelContextAware {
 
@@ -64,7 +64,8 @@ public class DurationRoutePolicy extends 
org.apache.camel.support.RoutePolicySup
 private int maxSeconds;
 @Metadata(description = "Maximum number of messages to process before the 
action is triggered")
 private int maxMessages;
-@Metadata(description = "Action to perform", enums = 
"STOP_CAMEL_CONTEXT,STOP_ROUTE,SUSPEND_ROUTE,SUSPEND_ALL_ROUTES", defaultValue 
= "STOP_ROUTE")
+@Metadata(description = "Action to perform", enums = 
"STOP_CAMEL_CONTEXT,STOP_ROUTE,SUSPEND_ROUTE,SUSPEND_ALL_ROUTES",
+  defaultValue = "STOP_ROUTE")
 private Action action = Action.STOP_ROUTE;
 
 public DurationRoutePolicy() {
diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicyFactory.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicyFactory.java
index 697d4967f8e..029d12998de 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicyFactory.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/DurationRoutePolicyFactory.java
@@ -27,13 +27,13 @@ import org.apache.camel.support.PatternHelper;
 /**
  * {@link org.apache.camel.spi.RoutePolicyFactory} which executes for a 
duration and then triggers an action.
  * 
- * This can be used to stop a set of routes (or CamelContext) after they have 
processed a number of messages, or has been
- * running for N seconds.
+ * This can be used to stop a set of routes (or CamelContext) after they have 
processed a number of messages, or has
+ * been running for N seconds.
  */
 @Metadata(label = "bean",
-description = "RoutePolicyFactory which executes for a duration and 
then triggers an action."
-  + " This can be used to stop a set of routes after they 
have processed a number of messages, or has been running for N seconds.",
-annotations = 
{"interfaceName=org.apache.camel.spi.RoutePolicyFactory"})
+  description = "RoutePolicyFactory which executes for a duration and 
then triggers an action."
++ " This can be used to stop a set of routes after 
they have processed a number of messages, or has been running for N seconds.",
+  annotations = { 
"interfaceName=org.apache.camel.spi.RoutePolicyFactory" })
 @Configurer(metadataOnly = true)
 public class DurationRoutePolicyFactory implements RoutePolicyFactory {
 
@@ -43,7 +43,8 @@ public class DurationRoutePolicyFactory implements 
RoutePolicyFactory {
 private int maxSeconds;
 @Metadata(description = "Maximum number of messages to process before the 
action is triggered")
 private int maxMessages;
-@Metadata(description = "Action to perform", enums = 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 0941aabb32b Regen
0941aabb32b is described below

commit 0941aabb32b058225d712389fc2b477730a3cba5
Author: Claus Ibsen 
AuthorDate: Wed Mar 20 11:05:55 2024 +0100

Regen
---
 .../idempotent/cassandra/CassandraIdempotentRepositoryConfigurer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-cassandraql/src/generated/java/org/apache/camel/processor/idempotent/cassandra/CassandraIdempotentRepositoryConfigurer.java
 
b/components/camel-cassandraql/src/generated/java/org/apache/camel/processor/idempotent/cassandra/CassandraIdempotentRepositoryConfigurer.java
index 96bc8b2f760..a775cce13b5 100644
--- 
a/components/camel-cassandraql/src/generated/java/org/apache/camel/processor/idempotent/cassandra/CassandraIdempotentRepositoryConfigurer.java
+++ 
b/components/camel-cassandraql/src/generated/java/org/apache/camel/processor/idempotent/cassandra/CassandraIdempotentRepositoryConfigurer.java
@@ -22,7 +22,7 @@ public class CassandraIdempotentRepositoryConfigurer extends 
org.apache.camel.su
 
org.apache.camel.processor.idempotent.cassandra.CassandraIdempotentRepository 
target = 
(org.apache.camel.processor.idempotent.cassandra.CassandraIdempotentRepository) 
obj;
 switch (ignoreCase ? name.toLowerCase() : name) {
 case "pkcolumns":
-case "PKColumns": target.setPKColumns(property(camelContext, 
java.lang.String[].class, value)); return true;
+case "PKColumns": target.setPKColumns(property(camelContext, 
java.lang.String.class, value)); return true;
 case "prefixpkvalues":
 case "PrefixPKValues": target.setPrefixPKValues(property(camelContext, 
java.lang.String[].class, value)); return true;
 case "readconsistencylevel":
@@ -43,7 +43,7 @@ public class CassandraIdempotentRepositoryConfigurer extends 
org.apache.camel.su
 public Class getOptionType(String name, boolean ignoreCase) {
 switch (ignoreCase ? name.toLowerCase() : name) {
 case "pkcolumns":
-case "PKColumns": return java.lang.String[].class;
+case "PKColumns": return java.lang.String.class;
 case "prefixpkvalues":
 case "PrefixPKValues": return java.lang.String[].class;
 case "readconsistencylevel":



(camel) branch main updated: Regen for commit c0931290558005d216f6921d7229af25e95ccda9 (#13547)

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


The following commit(s) were added to refs/heads/main by this push:
 new 4c2a11515c8 Regen for commit c0931290558005d216f6921d7229af25e95ccda9 
(#13547)
4c2a11515c8 is described below

commit 4c2a11515c8eddccf83f789b9362825b30a9c780
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 20 11:12:28 2024 +0100

Regen for commit c0931290558005d216f6921d7229af25e95ccda9 (#13547)

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



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 522e6ca4b27 Regen
522e6ca4b27 is described below

commit 522e6ca4b27499f6958db21dc9fd0ee62d97e541
Author: Andrea Cosentino 
AuthorDate: Wed Mar 20 10:11:33 2024 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../AzureServicebusComponentBuilderFactory.java| 17 +++
 .../dsl/ServiceBusEndpointBuilderFactory.java  | 35 ++
 2 files changed, 52 insertions(+)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
index 925f0796013..eb26e95513a 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
@@ -217,6 +217,23 @@ public interface AzureServicebusComponentBuilderFactory {
 doSetProperty("disableAutoComplete", disableAutoComplete);
 return this;
 }
+/**
+ * Enable application level deadlettering to the subscription 
deadletter
+ * subqueue if deadletter related headers are set.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: consumer
+ * 
+ * @param enableDeadLettering the value to set
+ * @return the dsl builder
+ */
+default AzureServicebusComponentBuilder enableDeadLettering(
+boolean enableDeadLettering) {
+doSetProperty("enableDeadLettering", enableDeadLettering);
+return this;
+}
 /**
  * Sets the amount of time to continue auto-renewing the lock. Setting
  * ZERO disables auto-renewal. For ServiceBus receive mode
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 59fa3566a2c..4dc20bfaa4b 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -294,6 +294,41 @@ public interface ServiceBusEndpointBuilderFactory {
 doSetProperty("disableAutoComplete", disableAutoComplete);
 return this;
 }
+/**
+ * Enable application level deadlettering to the subscription 
deadletter
+ * subqueue if deadletter related headers are set.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: consumer
+ * 
+ * @param enableDeadLettering the value to set
+ * @return the dsl builder
+ */
+default ServiceBusEndpointConsumerBuilder enableDeadLettering(
+boolean enableDeadLettering) {
+doSetProperty("enableDeadLettering", enableDeadLettering);
+return this;
+}
+/**
+ * Enable application level deadlettering to the subscription 
deadletter
+ * subqueue if deadletter related headers are set.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: false
+ * Group: consumer
+ * 
+ * @param enableDeadLettering the value to set
+ * @return the dsl builder
+ */
+default ServiceBusEndpointConsumerBuilder enableDeadLettering(
+String enableDeadLettering) {
+doSetProperty("enableDeadLettering", enableDeadLettering);
+return this;
+}
 /**
  * Sets the amount of time to continue auto-renewing the lock. Setting
  * ZERO disables auto-renewal. For ServiceBus receive mode



(camel) branch main updated: Regen for commit f45d00b5ddb60ca0559773cb8a5157281fccb5bf (#13543)

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


The following commit(s) were added to refs/heads/main by this push:
 new f5f2f59c1b8 Regen for commit f45d00b5ddb60ca0559773cb8a5157281fccb5bf 
(#13543)
f5f2f59c1b8 is described below

commit f5f2f59c1b87940a04f1cacd6eb1c52dab80054f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 20 10:08:17 2024 +0100

Regen for commit f45d00b5ddb60ca0559773cb8a5157281fccb5bf (#13543)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../camel/catalog/components/azure-servicebus.json | 82 +++---
 .../kotlin/components/AzureServicebusUriDsl.kt | 16 +
 2 files changed, 58 insertions(+), 40 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index a74ccb77a6b..72b04bd2499 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -32,25 +32,26 @@
 "bridgeErrorHandler": { "index": 6, "kind": "property", "displayName": 
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Allows for bridging the consumer to the Camel routing Error Handler, which 
mean any exceptions (if possible) occurred while the Camel consumer is trying 
to pickup incoming messages, or the like [...]
 "consumerOperation": { "index": 7, "kind": "property", "displayName": 
"Consumer Operation", "group": "consumer", "label": "consumer", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusConsumerOperationDefinition",
 "enum": [ "receiveMessages", "peekMessages" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "receiveMessages", 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusCon [...]
 "disableAutoComplete": { "index": 8, "kind": "property", "displayName": 
"Disable Auto Complete", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Disables auto-complete 
and auto-abandon of received message [...]
-"maxAutoLockRenewDuration": { "index": 9, "kind": "property", 
"displayName": "Max Auto Lock Renew Duration", "group": "consumer", "label": 
"consumer", "required": false, "type": "object", "javaType": 
"java.time.Duration", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "5m", "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the amount of time 
to continue au [...]
-"peekNumMaxMessages": { "index": 10, "kind": "property", "displayName": 
"Peek Num Max Messages", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Set the max number of 
messages to be peeked during the peek operation." },
-"prefetchCount": { "index": 11, "kind": "property", "displayName": 
"Prefetch Count", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets the prefetch count 
of the receiver. For both PEEK_LOCK PEEK_LOCK and RECEIVE_AND_DELETE RECEI [...]
-"receiverAsyncClient": { "index": 12, "kind": "property", "displayName": 
"Receiver Async Client", "group": "consumer", "label": "consumer", "required": 
false, "type": "object", "javaType": 
"com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Sets th [...]
-"serviceBusReceiveMode": { "index": 13, "kind": "property", "displayName": 

(camel) branch main updated: Regen for commit 7cdbf9b72e2ac10fbdd5c45c328c89553ea6a8c9 (#13508)

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


The following commit(s) were added to refs/heads/main by this push:
 new e968db75767 Regen for commit 7cdbf9b72e2ac10fbdd5c45c328c89553ea6a8c9 
(#13508)
e968db75767 is described below

commit e968db757675fc4f1cb8329432cc88e1c865fe5c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 15 13:58:52 2024 +0100

Regen for commit 7cdbf9b72e2ac10fbdd5c45c328c89553ea6a8c9 (#13508)

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



(camel) branch main updated: Regen for commit 9706c2a2aa8511a90abdc94376d00db2e8db3218 (#13506)

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


The following commit(s) were added to refs/heads/main by this push:
 new e68c563ba85 Regen for commit 9706c2a2aa8511a90abdc94376d00db2e8db3218 
(#13506)
e68c563ba85 is described below

commit e68c563ba85052f353dbe0cc4976e1ad42841629
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 15 13:49:41 2024 +0100

Regen for commit 9706c2a2aa8511a90abdc94376d00db2e8db3218 (#13506)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../org/apache/camel/catalog/components/langchain-embeddings.json | 4 ++--
 .../org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
index 00a08f7f076..a064e3985a3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Perform operations on the Qdrant Vector Database.",
+"description": "Langchain4j Embeddings",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-langchain-embeddings",
-"version": "4.4.0-SNAPSHOT",
+"version": "4.5.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
index 696248a9249..b51c421f77e 100644
--- 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
+++ 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
@@ -23,7 +23,7 @@ import org.apache.camel.kotlin.CamelDslMarker
 import org.apache.camel.kotlin.UriDsl
 
 /**
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  */
 public fun UriDsl.`langchain-embeddings`(i: LangchainEmbeddingsUriDsl.() -> 
Unit) {
   LangchainEmbeddingsUriDsl(this).apply(i)



(camel) branch main updated: Regen (#13483)

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


The following commit(s) were added to refs/heads/main by this push:
 new 5ffd496ea90 Regen (#13483)
5ffd496ea90 is described below

commit 5ffd496ea9059b99ad3aa3686fe970157228d08e
Author: Luca Burgazzoli 
AuthorDate: Thu Mar 14 11:34:36 2024 +0100

Regen (#13483)
---
 .../component/ComponentsBuilderFactory.java|  26 +++
 .../dsl/LangchainChatComponentBuilderFactory.java  | 183 +
 ...LangchainEmbeddingsComponentBuilderFactory.java | 162 ++
 .../src/generated/resources/metadata.json  |  46 ++
 .../builder/endpoint/StaticEndpointBuilders.java   |   4 +-
 .../LangchainEmbeddingsEndpointBuilderFactory.java |   8 +-
 6 files changed, 423 insertions(+), 6 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 a34bf7e3d79..8ac627aacfb 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
@@ -2766,6 +2766,32 @@ public interface ComponentsBuilderFactory {
 static 
org.apache.camel.builder.component.dsl.KuduComponentBuilderFactory.KuduComponentBuilder
 kudu() {
 return 
org.apache.camel.builder.component.dsl.KuduComponentBuilderFactory.kudu();
 }
+/**
+ * langchain 4j chat (camel-langchain-chat)
+ * Langchain4j Chat component
+ * 
+ * Category: ai
+ * Since: 4.5
+ * Maven coordinates: org.apache.camel:camel-langchain-chat
+ * 
+ * @return the dsl builder
+ */
+static 
org.apache.camel.builder.component.dsl.LangchainChatComponentBuilderFactory.LangchainChatComponentBuilder
 langchainChat() {
+return 
org.apache.camel.builder.component.dsl.LangchainChatComponentBuilderFactory.langchainChat();
+}
+/**
+ * Langchain4j Embeddings (camel-langchain-embeddings)
+ * Langchain4j Embeddings
+ * 
+ * Category: ai
+ * Since: 4.5
+ * Maven coordinates: org.apache.camel:camel-langchain-embeddings
+ * 
+ * @return the dsl builder
+ */
+static 
org.apache.camel.builder.component.dsl.LangchainEmbeddingsComponentBuilderFactory.LangchainEmbeddingsComponentBuilder
 langchainEmbeddings() {
+return 
org.apache.camel.builder.component.dsl.LangchainEmbeddingsComponentBuilderFactory.langchainEmbeddings();
+}
 /**
  * Language (camel-language)
  * Execute scripts in any of the languages supported by Camel.
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainChatComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainChatComponentBuilderFactory.java
new file mode 100644
index 000..3a0c23775d3
--- /dev/null
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/LangchainChatComponentBuilderFactory.java
@@ -0,0 +1,183 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+package org.apache.camel.builder.component.dsl;
+
+import javax.annotation.processing.Generated;
+import org.apache.camel.Component;
+import org.apache.camel.builder.component.AbstractComponentBuilder;
+import org.apache.camel.builder.component.ComponentBuilder;
+import org.apache.camel.component.chat.LangchainChatComponent;
+
+/**
+ * Langchain4j Chat component
+ * 
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
+public interface LangchainChatComponentBuilderFactory {
+
+/**
+ * langchain 4j chat (camel-langchain-chat)
+ * Langchain4j Chat component
+ * 
+ * Category: ai
+ * Since: 4.5
+ * Maven coordinates: org.apache.camel:camel-langchain-chat
+ * 
+ * @return the dsl builder
+ */
+static 

(camel) branch main updated: Regen for commit 93e4a0c4253a4f3f97bf306b2f81e39c790f9c04 (#13480)

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


The following commit(s) were added to refs/heads/main by this push:
 new c3746543d2b Regen for commit 93e4a0c4253a4f3f97bf306b2f81e39c790f9c04 
(#13480)
c3746543d2b is described below

commit c3746543d2b6bb1e357597029aac74ce0a98bf91
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 14 10:20:28 2024 +0100

Regen for commit 93e4a0c4253a4f3f97bf306b2f81e39c790f9c04 (#13480)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../org/apache/camel/catalog/components/langchain-embeddings.json | 4 ++--
 .../org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
index 00a08f7f076..a064e3985a3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "langchain-embeddings",
 "title": "Langchain4j Embeddings",
-"description": "Perform operations on the Qdrant Vector Database.",
+"description": "Langchain4j Embeddings",
 "deprecated": false,
 "firstVersion": "4.5.0",
 "label": "ai",
@@ -11,7 +11,7 @@
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-langchain-embeddings",
-"version": "4.4.0-SNAPSHOT",
+"version": "4.5.0-SNAPSHOT",
 "scheme": "langchain-embeddings",
 "extendsScheme": "",
 "syntax": "langchain-embeddings:embeddingId",
diff --git 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
index 696248a9249..b51c421f77e 100644
--- 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
+++ 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/LangchainEmbeddingsUriDsl.kt
@@ -23,7 +23,7 @@ import org.apache.camel.kotlin.CamelDslMarker
 import org.apache.camel.kotlin.UriDsl
 
 /**
- * Perform operations on the Qdrant Vector Database.
+ * Langchain4j Embeddings
  */
 public fun UriDsl.`langchain-embeddings`(i: LangchainEmbeddingsUriDsl.() -> 
Unit) {
   LangchainEmbeddingsUriDsl(this).apply(i)



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 9db2c9d6ecf Regen
9db2c9d6ecf is described below

commit 9db2c9d6ecfa2c3d359eacba006a70e6b9143265
Author: Claus Ibsen 
AuthorDate: Thu Mar 14 09:45:57 2024 +0100

Regen
---
 .../apache/camel/catalog/components/zendesk.json   |  2 +-
 .../zendesk/ZendeskEndpointConfiguration.java  |  2 +-
 .../zendesk/internal/ZendeskApiMethod.java |  4 
 .../apache/camel/component/zendesk/zendesk.json|  2 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 
 .../dsl/ZendeskEndpointBuilderFactory.java | 22 --
 6 files changed, 23 insertions(+), 17 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
index 3f5911bb337..d29dda905ff 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/zendesk.json
@@ -36,7 +36,7 @@
 "username": { "index": 9, "kind": "property", "displayName": "Username", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The user name." }
   },
   "properties": {
-"methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANS [...]
+"methodName": { "index": 0, "kind": "path", "displayName": "Method Name", 
"group": "common", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [ 
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS", 
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE", 
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION", 
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANS [...]
 "inBody": { "index": 1, "kind": "parameter", "displayName": "In Body", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the name of a parameter to be passed in 
the exchange In Body" },
 "serverUrl": { "index": 2, "kind": "parameter", "displayName": "Server 
Url", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.zendesk.ZendeskConfiguration", 
"configurationField": "configuration", "description": "The server URL to 
connect." },
 "sendEmptyMessageWhenIdle": { "index": 3, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
diff --git 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
index 40d7c1a725b..46f8313bf78 100644
--- 
a/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
+++ 
b/components/camel-zendesk/src/generated/java/org/apache/camel/component/zendesk/ZendeskEndpointConfiguration.java
@@ -15,7 +15,7 @@ import org.apache.camel.spi.UriParams;
  */
 @ApiParams(apiName = "DEFAULT", 
description = "",
-   apiMethods = {@ApiMethod(methodName = "addTagToOrganisations", 
signatures={"java.util.List addTagToOrganisations(long id, String[] 
tags)"}), @ApiMethod(methodName = "addTagToTicket", 
signatures={"java.util.List addTagToTicket(long id, String[] tags)"}), 
@ApiMethod(methodName = "addTagToTopics", signatures={"java.util.List 
addTagToTopics(long id, String[] tags)"}), @ApiMethod(methodName = 
"associateAttachmentsToArticle", signatures={"void associateAttach [...]
+   apiMethods = 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 022a51c2cb7 Regen
022a51c2cb7 is described below

commit 022a51c2cb715c6d8f89687b62f459286eb36340
Author: Claus Ibsen 
AuthorDate: Mon Mar 11 09:07:18 2024 +0100

Regen
---
 .../java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java
index 3914748251a..f92682ac6d2 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java
@@ -30,7 +30,6 @@ import io.apicurio.datamodels.Library;
 import io.apicurio.datamodels.models.Document;
 import io.apicurio.datamodels.models.ModelType;
 import io.apicurio.datamodels.models.openapi.OpenApiDocument;
-import io.apicurio.datamodels.models.openapi.v30.OpenApi30Document;
 import org.apache.camel.CamelContext;
 import org.apache.camel.generator.openapi.RestDslGenerator;
 import org.apache.camel.impl.DefaultCamelContext;



(camel) branch main updated: Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a (#13400)

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


The following commit(s) were added to refs/heads/main by this push:
 new f34727e913a Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a 
(#13400)
f34727e913a is described below

commit f34727e913a437bd98ed1abbba4d605a8d1f2e4f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 7 06:16:07 2024 +0100

Regen for commit 3aa40cd72218c9b2f7f7291003d0ae5d52defa6a (#13400)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 33 ++
 1 file changed, 33 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 a71c00aa2ac..41b81e905d2 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
@@ -17942,6 +17942,39 @@ An optional certificate alias to use. This is useful 
when the keystore has multi
   
 
   
+  
+
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+  
+  
+  
+
+  
   
 
   



(camel) branch main updated: Regen (#13373)

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


The following commit(s) were added to refs/heads/main by this push:
 new b91b741f4f1 Regen (#13373)
b91b741f4f1 is described below

commit b91b741f4f1f3871a8749139c93613ac6f669060
Author: Luca Burgazzoli 
AuthorDate: Mon Mar 4 09:29:38 2024 +0100

Regen (#13373)
---
 .../apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
 
b/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
index 822560d23ee..bc611180fc0 100644
--- 
a/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
+++ 
b/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
@@ -16,15 +16,15 @@
  */
 package org.apache.camel.jsonpath;
 
+import java.io.File;
+import java.util.Map;
+
 import com.jayway.jsonpath.Option;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Test;
 
-import java.io.File;
-import java.util.Map;
-
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
@@ -37,7 +37,8 @@ public class JsonPathSplitSingleListOptionTest extends 
CamelTestSupport {
 @Override
 public void configure() {
 // use option to force returning a list even for a single 
element selected
-var jsonpath = 
expression().jsonpath().option(Option.ALWAYS_RETURN_LIST.name()).expression("$.store.book[0]").end();
+var jsonpath
+= 
expression().jsonpath().option(Option.ALWAYS_RETURN_LIST.name()).expression("$.store.book[0]").end();
 
 from("direct:start")
 .split(jsonpath)



(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new bf71dc3611a Regen
bf71dc3611a is described below

commit bf71dc3611ae9bf20caa027a9fc4e26c75ed0b19
Author: Claus Ibsen 
AuthorDate: Fri Mar 1 12:54:24 2024 +0100

Regen
---
 .../java/org/apache/camel/spi/RestConfiguration.java   | 12 ++--
 .../camel/model/rest/RestConfigurationDefinition.java  | 18 +-
 .../apache/camel/main/RestConfigurationProperties.java |  6 +++---
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
index 3f6457e8f11..ac2c5fe4950 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
@@ -174,9 +174,9 @@ public class RestConfiguration {
 /**
  * Whether to use X-Forward headers to set host etc. for OpenApi.
  *
- * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc.
- * Then the proxy can send X-Forward headers (X-Forwarded-Proto) that 
influences the host names in the OpenAPI schema
- * that camel-openapi-java generates from Rest DSL routes.
+ * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc. Then the
+ * proxy can send X-Forward headers (X-Forwarded-Proto) that influences 
the host names in the OpenAPI schema that
+ * camel-openapi-java generates from Rest DSL routes.
  */
 public boolean isUseXForwardHeaders() {
 return useXForwardHeaders;
@@ -185,9 +185,9 @@ public class RestConfiguration {
 /**
  * Whether to use X-Forward headers to set host etc. for OpenApi.
  *
- * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc.
- * Then the proxy can send X-Forward headers (X-Forwarded-Proto) that 
influences the host names in the OpenAPI schema
- * that camel-openapi-java generates from Rest DSL routes.
+ * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc. Then the
+ * proxy can send X-Forward headers (X-Forwarded-Proto) that influences 
the host names in the OpenAPI schema that
+ * camel-openapi-java generates from Rest DSL routes.
  */
 public void setUseXForwardHeaders(boolean useXForwardHeaders) {
 this.useXForwardHeaders = useXForwardHeaders;
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java
index ee6cd0feb5d..245b339de23 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java
@@ -493,9 +493,9 @@ public class RestConfigurationDefinition {
 /**
  * Whether to use X-Forward headers to set host etc. for OpenApi.
  *
- * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc.
- * Then the proxy can send X-Forward headers (X-Forwarded-Proto) that 
influences the host names in the OpenAPI schema
- * that camel-openapi-java generates from Rest DSL routes.
+ * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc. Then the
+ * proxy can send X-Forward headers (X-Forwarded-Proto) that influences 
the host names in the OpenAPI schema that
+ * camel-openapi-java generates from Rest DSL routes.
  */
 public void setUseXForwardHeaders(String useXForwardHeaders) {
 this.useXForwardHeaders = useXForwardHeaders;
@@ -878,9 +878,9 @@ public class RestConfigurationDefinition {
 /**
  * Whether to use X-Forward headers to set host etc. for OpenApi.
  *
- * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc.
- * Then the proxy can send X-Forward headers (X-Forwarded-Proto) that 
influences the host names in the OpenAPI schema
- * that camel-openapi-java generates from Rest DSL routes.
+ * This may be needed in special cases involving reverse-proxy and 
networking going from HTTP to HTTPS etc. Then the
+ * proxy can send X-Forward headers (X-Forwarded-Proto) that influences 
the host names in the OpenAPI schema that
+ * camel-openapi-java generates from Rest DSL routes.
  */
 public RestConfigurationDefinition useXForwardHeaders(boolean 
useXForwardHeaders) {
 

(camel) branch main updated: Regen

2024-02-27 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


The following commit(s) were added to refs/heads/main by this push:
 new 85e3c1d21c8 Regen
85e3c1d21c8 is described below

commit 85e3c1d21c81bc1c2e39336e6962a5f2a9520c61
Author: Claus Ibsen 
AuthorDate: Tue Feb 27 09:21:24 2024 +0100

Regen
---
 core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java | 1 +
 .../main/java/org/apache/camel/impl/engine/AbstractCamelContext.java| 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java 
b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
index 386d4491acb..3f7f6bddabc 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
@@ -82,6 +82,7 @@ public interface ExtendedCamelContext {
 
 /**
  * Sets the assembler to assemble a {@link 
javax.management.modelmbean.RequiredModelMBean}
+ *
  * @param managementMBeanAssembler the assembler to use
  */
 void setManagementMBeanAssembler(ManagementMBeanAssembler 
managementMBeanAssembler);
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 3cccdf8340f..8f6bb7eed26 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
@@ -120,12 +120,10 @@ import org.apache.camel.spi.InflightRepository;
 import org.apache.camel.spi.Injector;
 import org.apache.camel.spi.InterceptEndpointFactory;
 import org.apache.camel.spi.InterceptSendToEndpoint;
-import org.apache.camel.spi.InterceptStrategy;
 import org.apache.camel.spi.InternalProcessorFactory;
 import org.apache.camel.spi.Language;
 import org.apache.camel.spi.LanguageResolver;
 import org.apache.camel.spi.LifecycleStrategy;
-import org.apache.camel.spi.ManagementMBeanAssembler;
 import org.apache.camel.spi.ManagementNameStrategy;
 import org.apache.camel.spi.ManagementStrategy;
 import org.apache.camel.spi.MessageHistoryFactory;



(camel) branch main updated: Regen (#13297)

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


The following commit(s) were added to refs/heads/main by this push:
 new ccc2d27bef2 Regen (#13297)
ccc2d27bef2 is described below

commit ccc2d27bef2dc966d4a4d5ed9ae6d68e0af9c0c8
Author: Luca Burgazzoli 
AuthorDate: Mon Feb 26 09:20:17 2024 +0100

Regen (#13297)
---
 .../ServicebusCloudEventDataTypeTransformer.java   | 11 +--
 .../component/ComponentsBuilderFactory.java|  4 +-
 ...zureStorageDatalakeComponentBuilderFactory.java | 16 ++---
 .../src/generated/resources/metadata.json  |  4 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 +--
 .../dsl/DataLakeEndpointBuilderFactory.java| 80 +++---
 6 files changed, 62 insertions(+), 61 deletions(-)

diff --git 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/transform/ServicebusCloudEventDataTypeTransformer.java
 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/transform/ServicebusCloudEventDataTypeTransformer.java
index db62afee436..bf6254a4782 100644
--- 
a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/transform/ServicebusCloudEventDataTypeTransformer.java
+++ 
b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/transform/ServicebusCloudEventDataTypeTransformer.java
@@ -17,6 +17,8 @@
 
 package org.apache.camel.component.azure.servicebus.transform;
 
+import java.util.Map;
+
 import org.apache.camel.Message;
 import org.apache.camel.component.azure.servicebus.ServiceBusConstants;
 import org.apache.camel.component.cloudevents.CloudEvent;
@@ -25,11 +27,9 @@ import org.apache.camel.spi.DataType;
 import org.apache.camel.spi.DataTypeTransformer;
 import org.apache.camel.spi.Transformer;
 
-import java.util.Map;
-
 /**
- * Data type transformer converts Azure Service bus receive messages response 
to CloudEvent v1_0 data format. The data type sets Camel
- * specific CloudEvent headers with values extracted from Azure Service bus 
receive messages response.
+ * Data type transformer converts Azure Service bus receive messages response 
to CloudEvent v1_0 data format. The data
+ * type sets Camel specific CloudEvent headers with values extracted from 
Azure Service bus receive messages response.
  */
 @DataTypeTransformer(name = "azure-servicebus:application-cloudevents",
  description = "Adds CloudEvent headers to the Camel 
message with Azure Service bus receive messages response details")
@@ -52,7 +52,8 @@ public class ServicebusCloudEventDataTypeTransformer extends 
Transformer {
 headers.put(CloudEvent.CAMEL_CLOUD_EVENT_SUBJECT, 
message.getHeader(ServiceBusConstants.MESSAGE_ID, String.class));
 headers.put(CloudEvent.CAMEL_CLOUD_EVENT_TIME, 
cloudEvent.getEventTime(message.getExchange()));
 if 
(message.getHeaders().containsKey(ServiceBusConstants.CONTENT_TYPE)) {
-headers.put(CloudEvent.CAMEL_CLOUD_EVENT_CONTENT_TYPE, 
message.getHeaders().containsKey(ServiceBusConstants.CONTENT_TYPE));
+headers.put(CloudEvent.CAMEL_CLOUD_EVENT_CONTENT_TYPE,
+
message.getHeaders().containsKey(ServiceBusConstants.CONTENT_TYPE));
 } else {
 headers.put(CloudEvent.CAMEL_CLOUD_EVENT_CONTENT_TYPE, 
CloudEvent.APPLICATION_OCTET_STREAM_MIME_TYPE);
 }
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 754bfd0e78e..64476355fee 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
@@ -580,8 +580,8 @@ public interface ComponentsBuilderFactory {
 return 
org.apache.camel.builder.component.dsl.AzureStorageBlobComponentBuilderFactory.azureStorageBlob();
 }
 /**
- * Azure Storage Datalake Service (camel-azure-storage-datalake)
- * Sends and receives files to/from Azure DataLake Storage.
+ * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+ * Sends and receives files to/from Azure Data Lake Storage.
  * 
  * Category: cloud,file,bigdata
  * Since: 3.8
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
index 5f49c934d36..8f52c14b29c 100644
--- 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 42537f86740 Regen
42537f86740 is described below

commit 42537f8674046d9acecd92e555f693079cb2d276
Author: Claus Ibsen 
AuthorDate: Sun Feb 25 09:05:44 2024 +0100

Regen
---
 .../camel/component/micrometer/prometheus/MicrometerPrometheus.java | 2 +-
 .../org/apache/camel/component/platform/http/main/MainHttpServer.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
 
b/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
index 3f062140fa3..5ef866cdf95 100644
--- 
a/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
+++ 
b/components/camel-micrometer-prometheus/src/main/java/org/apache/camel/component/micrometer/prometheus/MicrometerPrometheus.java
@@ -386,6 +386,6 @@ public class MicrometerPrometheus extends ServiceSupport 
implements CamelMetrics
 metrics.handler(new BlockingHandlerDecorator(handler, true));
 
 platformHttpComponent.addHttpEndpoint("/q/metrics", null,
-null, format,null);
+null, format, null);
 }
 }
diff --git 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
index c30d2de54fb..0a5f600d285 100644
--- 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
+++ 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/MainHttpServer.java
@@ -465,7 +465,7 @@ public class MainHttpServer extends ServiceSupport 
implements CamelContextAware,
 jolokia.handler(new BlockingHandlerDecorator(handler, true));
 
 platformHttpComponent.addHttpEndpoint("/q/jolokia", null, null,
-"text/plain,application/json",null);
+"text/plain,application/json", null);
 }
 
 protected PlatformHttpPluginRegistry resolvePlatformHttpPluginRegistry() {



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 44614fbe08a Regen
44614fbe08a is described below

commit 44614fbe08a350920b09b62607734a7fb36c4e8e
Author: Claus Ibsen 
AuthorDate: Sat Feb 24 08:59:56 2024 +0100

Regen
---
 .../apache/camel/impl/engine/InternalRouteStartupManager.java| 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/InternalRouteStartupManager.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/InternalRouteStartupManager.java
index d6da72b40a4..496c0f1281a 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/InternalRouteStartupManager.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/InternalRouteStartupManager.java
@@ -77,7 +77,8 @@ final class InternalRouteStartupManager {
 camelContext.setStartingRoutes(true);
 try {
 for (RouteService routeService : routeServices.values()) {
-StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
 routeService.getId(),
+StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
+routeService.getId(),
 "Init Route");
 try {
 LOG.debug("Initializing route id: {}", 
routeService.getId());
@@ -298,7 +299,8 @@ final class InternalRouteStartupManager {
 // will then be prepared in time before we start inputs which will
 // consume messages to be routed
 RouteService routeService = entry.getValue().getRouteService();
-StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
 routeService.getId(),
+StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
+routeService.getId(),
 "Warump Route");
 try {
 LOG.debug("Warming up route id: {} having autoStartup={}", 
routeService.getId(), autoStartup);
@@ -350,7 +352,8 @@ final class InternalRouteStartupManager {
 continue;
 }
 
-StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
 route.getRouteId(),
+StartupStep step = 
camelContext.getCamelContextExtension().getStartupStepRecorder().beginStep(Route.class,
+route.getRouteId(),
 "Start Route");
 
 // do some preparation before starting the consumer on the route



(camel) branch main updated: Regen for commit c15cdbd6f4c2cd9b5658eb78ccb72acb7ec6ac03 (#13281)

2024-02-23 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


The following commit(s) were added to refs/heads/main by this push:
 new 1059a25e735 Regen for commit c15cdbd6f4c2cd9b5658eb78ccb72acb7ec6ac03 
(#13281)
1059a25e735 is described below

commit 1059a25e7352ced78ae1cef6e1fe5127452a882f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 23 20:10:46 2024 +0100

Regen for commit c15cdbd6f4c2cd9b5658eb78ccb72acb7ec6ac03 (#13281)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../resources/org/apache/camel/catalog/components/knative.json| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/knative.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/knative.json
index 6b5b5ed1cc7..2f6c7f376b2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/knative.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/knative.json
@@ -24,7 +24,7 @@
   },
   "componentProperties": {
 "ceOverride": { "index": 0, "kind": "property", "displayName": "Ce 
Override", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "prefix": 
"ce.override.", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.knative.KnativeConfiguration", 
"configurationField": "configuration", "description": "CloudEvent headers to 
override" },
-"cloudEventsSpecVersion": { "index": 1, "kind": "property", "displayName": 
"Cloud Events Spec Version", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "1.0", "1.0.1" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"1.0", "configurationClass": 
"org.apache.camel.component.knative.KnativeConfiguration", 
"configurationField": "configuration", "description": "Set the version of the 
cloudevents spec." },
+"cloudEventsSpecVersion": { "index": 1, "kind": "property", "displayName": 
"Cloud Events Spec Version", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "1.0", "1.0.1", 
"1.0.2" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "1.0", "configurationClass": 
"org.apache.camel.component.knative.KnativeConfiguration", 
"configurationField": "configuration", "description": "Set the version of the 
cloude [...]
 "cloudEventsType": { "index": 2, "kind": "property", "displayName": "Cloud 
Events Type", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "org.apache.camel.event", 
"configurationClass": 
"org.apache.camel.component.knative.KnativeConfiguration", 
"configurationField": "configuration", "description": "Set the event-type 
information of the produced events." },
 "configuration": { "index": 3, "kind": "property", "displayName": 
"Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.knative.KnativeConfiguration", "deprecated": false, 
"autowired": false, "secret": false, "description": "Set the configuration." },
 "consumerFactory": { "index": 4, "kind": "property", "displayName": 
"Consumer Factory", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.knative.spi.KnativeConsumerFactory", "deprecated": 
false, "autowired": false, "secret": false, "description": "The protocol 
consumer factory." },
@@ -50,7 +50,7 @@
 "type": { "index": 0, "kind": "path", "displayName": "Type", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.knative.spi.Knative.Type", "enum": [ "endpoint", 
"channel", "event" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "The Knative resource type" },
 "typeId": { "index": 1, "kind": "path", "displayName": "Type Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The identifier of the Knative resource" },
 "ceOverride": { "index": 2, "kind": "parameter", "displayName": "Ce 
Override", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "prefix": 
"ce.override.", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.knative.KnativeConfiguration", 
"configurationField": 

(camel) branch main updated: Regen

2024-02-22 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


The following commit(s) were added to refs/heads/main by this push:
 new a008a8e09bb Regen
a008a8e09bb is described below

commit a008a8e09bbbc8c7de88198c36872f3135d9487b
Author: Luca Burgazzoli 
AuthorDate: Thu Feb 22 13:54:08 2024 +0100

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

diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index eac78eb0620..959d86da22b 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -323,7 +323,7 @@
 ** xref:web3j-component.adoc[Web3j Ethereum Blockchain]
 ** xref:webhook-component.adoc[Webhook]
 ** xref:whatsapp-component.adoc[WhatsApp]
-** xref:wordpress-component.adoc[Wordpress]
+** xref:wordpress-component.adoc[WordPress]
 ** xref:workday-component.adoc[Workday]
 ** xref:xchange-component.adoc[XChange]
 ** xref:xj-component.adoc[XJ]



(camel) branch main updated: 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


The following commit(s) were added to refs/heads/main by this push:
 new b0292b6cfb7 Regen
b0292b6cfb7 is described below

commit b0292b6cfb7626441f10bc3680d186e7df9a6f29
Author: Claus Ibsen 
AuthorDate: Thu Feb 22 10:18:09 2024 +0100

Regen
---
 core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
index 5ce38acaeb5..8515fc5e5db 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/BacklogDebugger.java
@@ -230,7 +230,8 @@ public interface BacklogDebugger extends StatefulService {
 void removeExchangePropertyOnBreakpoint(String nodeId, String 
exchangePropertyName);
 
 /**
- * Updates/adds the variable (uses same type as old variableName value) on 
the suspended breakpoint at the given node id
+ * Updates/adds the variable (uses same type as old variableName value) on 
the suspended breakpoint at the given
+ * node id
  */
 void setExchangeVariableOnBreakpoint(String nodeId, String variableName, 
Object value)
 throws NoTypeConversionAvailableException;



(camel) branch main updated: Regen for commit 22a94eb2b4fc4c23c91a65d5d85657ef70de5202 (#13230)

2024-02-21 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


The following commit(s) were added to refs/heads/main by this push:
 new ce8372680c4 Regen for commit 22a94eb2b4fc4c23c91a65d5d85657ef70de5202 
(#13230)
ce8372680c4 is described below

commit ce8372680c4378cc309e73d35b56db338c3fd439
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 09:26:16 2024 +0100

Regen for commit 22a94eb2b4fc4c23c91a65d5d85657ef70de5202 (#13230)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../apache/camel/kotlin/components/HttpUriDsl.kt   | 44 +++---
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
index 685cfc4c65e..7e44005e478 100644
--- 
a/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
+++ 
b/dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/HttpUriDsl.kt
@@ -73,16 +73,24 @@ public class HttpUriDsl(
 it.property("connectionClose", connectionClose.toString())
   }
 
-  public fun followRedirects(followRedirects: String) {
-it.property("followRedirects", followRedirects)
+  public fun httpMethod(httpMethod: String) {
+it.property("httpMethod", httpMethod)
   }
 
-  public fun followRedirects(followRedirects: Boolean) {
-it.property("followRedirects", followRedirects.toString())
+  public fun skipRequestHeaders(skipRequestHeaders: String) {
+it.property("skipRequestHeaders", skipRequestHeaders)
   }
 
-  public fun httpMethod(httpMethod: String) {
-it.property("httpMethod", httpMethod)
+  public fun skipRequestHeaders(skipRequestHeaders: Boolean) {
+it.property("skipRequestHeaders", skipRequestHeaders.toString())
+  }
+
+  public fun skipResponseHeaders(skipResponseHeaders: String) {
+it.property("skipResponseHeaders", skipResponseHeaders)
+  }
+
+  public fun skipResponseHeaders(skipResponseHeaders: Boolean) {
+it.property("skipResponseHeaders", skipResponseHeaders.toString())
   }
 
   public fun throwExceptionOnFailure(throwExceptionOnFailure: String) {
@@ -129,6 +137,14 @@ public class HttpUriDsl(
 it.property("deleteWithBody", deleteWithBody.toString())
   }
 
+  public fun followRedirects(followRedirects: String) {
+it.property("followRedirects", followRedirects)
+  }
+
+  public fun followRedirects(followRedirects: Boolean) {
+it.property("followRedirects", followRedirects.toString())
+  }
+
   public fun getWithBody(getWithBody: String) {
 it.property("getWithBody", getWithBody)
   }
@@ -165,22 +181,6 @@ public class HttpUriDsl(
 it.property("preserveHostHeader", preserveHostHeader.toString())
   }
 
-  public fun skipRequestHeaders(skipRequestHeaders: String) {
-it.property("skipRequestHeaders", skipRequestHeaders)
-  }
-
-  public fun skipRequestHeaders(skipRequestHeaders: Boolean) {
-it.property("skipRequestHeaders", skipRequestHeaders.toString())
-  }
-
-  public fun skipResponseHeaders(skipResponseHeaders: String) {
-it.property("skipResponseHeaders", skipResponseHeaders)
-  }
-
-  public fun skipResponseHeaders(skipResponseHeaders: Boolean) {
-it.property("skipResponseHeaders", skipResponseHeaders.toString())
-  }
-
   public fun userAgent(userAgent: String) {
 it.property("userAgent", userAgent)
   }



(camel) branch main updated: Regen for commit 0f1a59ad560cc968d4a8520b3479d3cba1ebf69d (#13224)

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


The following commit(s) were added to refs/heads/main by this push:
 new 2ded6155fac Regen for commit 0f1a59ad560cc968d4a8520b3479d3cba1ebf69d 
(#13224)
2ded6155fac is described below

commit 2ded6155facafd16a44b47f596e082b3042aa77e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 07:17:02 2024 +0100

Regen for commit 0f1a59ad560cc968d4a8520b3479d3cba1ebf69d (#13224)

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



(camel) branch main updated: Regen for commit 1d2bd97820ef23268e5a45390acfb50b9ab47fbe (#13223)

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


The following commit(s) were added to refs/heads/main by this push:
 new f4dbd1c34d0 Regen for commit 1d2bd97820ef23268e5a45390acfb50b9ab47fbe 
(#13223)
f4dbd1c34d0 is described below

commit f4dbd1c34d0ac152cd7d2af92315d95134d7ff52
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 21 07:06:04 2024 +0100

Regen for commit 1d2bd97820ef23268e5a45390acfb50b9ab47fbe (#13223)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../src/main/docs/modules/eips/pages/choice-eip.adoc   | 7 +++
 1 file changed, 7 insertions(+)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
index 825a7bbc2f2..535a4b480b8 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
@@ -1,3 +1,10 @@
+= Choice EIP
+:doctitle: Choice
+:shortname: choice
+:description: Route messages based on a series of predicates
+:since: 
+:supportlevel: Stable
+:tabs-sync-option:
 
 = Choice EIP
 :doctitle: Choice



(camel) branch main updated: Regen

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new 71786438e9f Regen
71786438e9f is described below

commit 71786438e9f34ebd0078c8f792ea7caf4a65481e
Author: Claus Ibsen 
AuthorDate: Wed Feb 21 06:37:48 2024 +0100

Regen
---
 docs/components/modules/others/examples/json/platform-http-jolokia.json | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/docs/components/modules/others/examples/json/platform-http-jolokia.json 
b/docs/components/modules/others/examples/json/platform-http-jolokia.json
new file mode 12
index 000..d9ca0f8a69c
--- /dev/null
+++ b/docs/components/modules/others/examples/json/platform-http-jolokia.json
@@ -0,0 +1 @@
+../../../../../../components/camel-platform-http-jolokia/src/generated/resources/platform-http-jolokia.json
\ No newline at end of file



(camel) branch main updated: Regen

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new 8ec3e97e095 Regen
8ec3e97e095 is described below

commit 8ec3e97e095ac0135d26250309a304c3f3469b67
Author: Claus Ibsen 
AuthorDate: Tue Feb 20 14:33:38 2024 +0100

Regen
---
 .../generated/resources/org/apache/camel/catalog/models/enrich.json| 3 +++
 .../src/generated/resources/org/apache/camel/model/enrich.json | 3 +++
 2 files changed, 6 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
index 01459f6f948..70e81a16a56 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
@@ -27,5 +27,8 @@
 "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Ignore the invalidate endpoint exception when try to create a producer with 
that endpoint" },
 "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware ." },
 "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether to auto 
startup components when enricher is starting up." }
+  },
+  "exchangeProperties": {
+"CamelToEndpoint": { "index": 0, "kind": "exchangeProperty", 
"displayName": "To Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where this Exchange is being sent to" }
   }
 }
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
index 01459f6f948..70e81a16a56 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
@@ -27,5 +27,8 @@
 "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Ignore the invalidate endpoint exception when try to create a producer with 
that endpoint" },
 "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware ." },
 "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether to auto 
startup components when enricher is starting up." }
+  },
+  "exchangeProperties": {
+"CamelToEndpoint": { "index": 0, "kind": "exchangeProperty", 
"displayName": "To Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where this Exchange is being sent to" }
   }
 }



(camel) branch main updated: Regen for commit 0e2ae17daa929662cc52694b3aefa4cc15bbff44 (#13212)

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


The following commit(s) were added to refs/heads/main by this push:
 new 7c44012c582 Regen for commit 0e2ae17daa929662cc52694b3aefa4cc15bbff44 
(#13212)
7c44012c582 is described below

commit 7c44012c582e64718d41a3b8993eb33e478d4718
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 20 12:49:12 2024 +0100

Regen for commit 0e2ae17daa929662cc52694b3aefa4cc15bbff44 (#13212)

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



(camel) branch main updated: Regen for commit 6754c349574b6697efe4a86628c2468b2b943e90 (#13211)

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


The following commit(s) were added to refs/heads/main by this push:
 new 4bc405aab27 Regen for commit 6754c349574b6697efe4a86628c2468b2b943e90 
(#13211)
4bc405aab27 is described below

commit 4bc405aab277b68714cc486e950004f92e19f56d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 20 12:48:10 2024 +0100

Regen for commit 6754c349574b6697efe4a86628c2468b2b943e90 (#13211)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../generated/resources/org/apache/camel/catalog/models/enrich.json| 3 ---
 .../src/generated/resources/org/apache/camel/model/enrich.json | 3 ---
 2 files changed, 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
index 70e81a16a56..01459f6f948 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
@@ -27,8 +27,5 @@
 "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Ignore the invalidate endpoint exception when try to create a producer with 
that endpoint" },
 "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware ." },
 "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether to auto 
startup components when enricher is starting up." }
-  },
-  "exchangeProperties": {
-"CamelToEndpoint": { "index": 0, "kind": "exchangeProperty", 
"displayName": "To Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where this Exchange is being sent to" }
   }
 }
diff --git 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
index 70e81a16a56..01459f6f948 100644
--- 
a/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
+++ 
b/core/camel-core-model/src/generated/resources/org/apache/camel/model/enrich.json
@@ -27,8 +27,5 @@
 "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Ignore the invalidate endpoint exception when try to create a producer with 
that endpoint" },
 "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware ." },
 "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether to auto 
startup components when enricher is starting up." }
-  },
-  "exchangeProperties": {
-"CamelToEndpoint": { "index": 0, "kind": "exchangeProperty", 
"displayName": "To Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where this Exchange is being sent to" }
   }
 }



(camel) branch main updated: Regen for commit debfabfb94c49293fffae97e35a1f5e2046dcac7 (#13209)

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new b28eab8c72c Regen for commit debfabfb94c49293fffae97e35a1f5e2046dcac7 
(#13209)
b28eab8c72c is described below

commit b28eab8c72ca8ad3c03c9bdc880a8c4a6df12813
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 20 12:24:38 2024 +0100

Regen for commit debfabfb94c49293fffae97e35a1f5e2046dcac7 (#13209)

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



(camel) branch main updated: Regen

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new a2b1d2f4356 Regen
a2b1d2f4356 is described below

commit a2b1d2f43560e6c67c2c789c0e4e80ec4ed1e031
Author: Claus Ibsen 
AuthorDate: Tue Feb 20 12:22:29 2024 +0100

Regen
---
 .../generated/resources/org/apache/camel/spring/xml/errorHandler.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
index 3cc70a7186e..c6ea3ea7fc2 100644
--- 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
+++ 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/errorHandler.json
@@ -32,6 +32,8 @@
 "redeliveryPolicy": { "index": 17, "kind": "element", "displayName": 
"Redelivery Policy", "required": false, "type": "object", "javaType": 
"org.apache.camel.spring.xml.CamelRedeliveryPolicyFactoryBean", "deprecated": 
false, "autowired": false, "secret": false, "description": "Sets the redelivery 
settings" }
   },
   "exchangeProperties": {
-"CamelExceptionCaught": { "index": 0, "kind": "exchangeProperty", 
"displayName": "Exception Caught", "required": false, "javaType": 
"java.lang.Exception", "deprecated": false, "autowired": false, "secret": 
false, "description": "Stores the caught exception due to a processing error of 
the current Exchange" }
+"CamelExceptionCaught": { "index": 0, "kind": "exchangeProperty", 
"displayName": "Exception Caught", "label": "producer", "required": false, 
"javaType": "java.lang.Exception", "deprecated": false, "autowired": false, 
"secret": false, "description": "Stores the caught exception due to a 
processing error of the current Exchange" },
+"CamelFailureEndpoint": { "index": 1, "kind": "exchangeProperty", 
"displayName": "Failure Endpoint", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Endpoint URI where the Exchange failed during processing" },
+"CamelFailureRouteId": { "index": 2, "kind": "exchangeProperty", 
"displayName": "Failure Route Id", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Route ID where the Exchange failed during processing" }
   }
 }



(camel) branch main updated: Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a (#13152)

2024-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


The following commit(s) were added to refs/heads/main by this push:
 new 4ba5c8ff294 Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a 
(#13152)
4ba5c8ff294 is described below

commit 4ba5c8ff2945f46adde6c910e4a7c3e821b8ac47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 17 18:59:47 2024 +0100

Regen for commit 8f7861ba0874eaa4c0d15bc47e1f9dfc2c45792a (#13152)

Signed-off-by: GitHub 
Co-authored-by: gzurowski 
---
 .../resources/org/apache/camel/catalog/components/aws-config.json | 2 +-
 .../apache/camel/catalog/components/elasticsearch-rest-client.json| 2 +-
 .../org/apache/camel/catalog/components/kubernetes-cronjob.json   | 2 +-
 .../generated/resources/org/apache/camel/catalog/components/smb.json  | 2 +-
 .../generated/resources/org/apache/camel/catalog/languages/java.json  | 2 +-
 .../org/apache/camel/catalog/others/micrometer-prometheus.json| 2 +-
 .../resources/org/apache/camel/component/aws/config/aws-config.json   | 2 +-
 .../camel-aws-config/src/main/docs/aws-config-component.adoc  | 2 +-
 .../elasticsearch/rest/client/elasticsearch-rest-client.json  | 2 +-
 .../src/main/docs/elasticsearch-rest-client-component.adoc| 2 +-
 .../src/generated/resources/org/apache/camel/language/joor/java.json  | 2 +-
 components/camel-joor/src/main/docs/java-language.adoc| 2 +-
 .../apache/camel/component/kubernetes/cronjob/kubernetes-cronjob.json | 2 +-
 .../camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc  | 2 +-
 .../src/generated/resources/micrometer-prometheus.json| 2 +-
 .../src/main/docs/micrometer-prometheus.adoc  | 4 ++--
 .../src/generated/resources/org/apache/camel/component/smb/smb.json   | 2 +-
 components/camel-smb/src/main/docs/smb-component.adoc | 2 +-
 18 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
index b3cb7f83981..49f321a7908 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-config.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "cloud,management",
 "javaType": "org.apache.camel.component.aws.config.AWSConfigComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-aws-config",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
index 3cb7741837c..5cc2102f94f 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/elasticsearch-rest-client.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "search",
 "javaType": 
"org.apache.camel.component.elasticsearch.rest.client.ElasticsearchRestClientComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-elasticsearch-rest-client",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
index f22a970ecea..e439e3efc1c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-cronjob.json
@@ -8,7 +8,7 @@
 "firstVersion": "4.3.0",
 "label": "container,cloud",
 "javaType": 
"org.apache.camel.component.kubernetes.cronjob.KubernetesCronJobComponent",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-kubernetes",
 "version": "4.5.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
index cafeea3d0fe..38bd79280b7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smb.json
+++ 

(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5f5f9201cfb Regen
5f5f9201cfb is described below

commit 5f5f9201cfb09e0caed45b7e7420d3e99f44a72c
Author: Luca Burgazzoli 
AuthorDate: Fri Feb 16 16:50:32 2024 +0100

Regen
---
 .../kinesis/transform/KinesisCloudEventDataTypeTransformer.java   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/transform/KinesisCloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/transform/KinesisCloudEventDataTypeTransformer.java
index 4d237b2a38e..d85b36cf119 100644
--- 
a/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/transform/KinesisCloudEventDataTypeTransformer.java
+++ 
b/components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/transform/KinesisCloudEventDataTypeTransformer.java
@@ -17,6 +17,8 @@
 
 package org.apache.camel.component.aws2.kinesis.transform;
 
+import java.util.Map;
+
 import org.apache.camel.Message;
 import org.apache.camel.component.aws2.kinesis.Kinesis2Constants;
 import org.apache.camel.component.cloudevents.CloudEvent;
@@ -25,11 +27,9 @@ import org.apache.camel.spi.DataType;
 import org.apache.camel.spi.DataTypeTransformer;
 import org.apache.camel.spi.Transformer;
 
-import java.util.Map;
-
 /**
- * Data type transformer converts AWS Kinesis get records response to 
CloudEvent v1_0 data format. The data type sets Camel
- * specific CloudEvent headers with values extracted from AWS Kinesis get 
object response.
+ * Data type transformer converts AWS Kinesis get records response to 
CloudEvent v1_0 data format. The data type sets
+ * Camel specific CloudEvent headers with values extracted from AWS Kinesis 
get object response.
  */
 @DataTypeTransformer(name = "aws2-kinesis:application-cloudevents",
  description = "Adds CloudEvent headers to the Camel 
message with AWS Kinesis get records response details")



(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 5564f145036 Regen
5564f145036 is described below

commit 5564f1450363993c05ae3f9be5492270041549e7
Author: Luca Burgazzoli 
AuthorDate: Thu Feb 15 14:57:16 2024 +0100

Regen
---
 .../CloudtrailCloudEventDataTypeTransformer.java |  2 +-
 .../aws2/ddb/transform/Ddb2JsonDataTypeTransformer.java  |  2 +-
 .../transform/AWS2S3CloudEventDataTypeTransformer.java   |  2 +-
 .../transform/AWS2SQSCloudEventDataTypeTransformer.java  |  2 +-
 .../AzureStorageBlobCloudEventDataTypeTransformer.java   |  2 +-
 .../AzureStorageQueueCloudEventDataTypeTransformer.java  |  2 +-
 .../transformer/CloudEventHttpDataTypeTransformer.java   |  2 +-
 .../transformer/CloudEventJsonDataTypeTransformer.java   |  2 +-
 .../GoogleSheetsJsonStructDataTypeTransformer.java   |  6 +++---
 .../GoogleStorageCloudEventDataTypeTransformer.java  |  2 +-
 .../avro/transform/AvroBinaryDataTypeTransformer.java|  2 +-
 .../avro/transform/AvroPojoDataTypeTransformer.java  |  2 +-
 .../avro/transform/AvroStructDataTypeTransformer.java|  2 +-
 .../transform/ProtobufBinaryDataTypeTransformer.java |  2 +-
 .../transform/ProtobufPojoDataTypeTransformer.java   |  2 +-
 .../transform/ProtobufStructDataTypeTransformer.java |  2 +-
 .../jackson/transform/JsonDataTypeTransformer.java   |  2 +-
 .../jackson/transform/JsonPojoDataTypeTransformer.java   |  2 +-
 .../jackson/transform/JsonStructDataTypeTransformer.java |  2 +-
 .../builder/endpoint/dsl/STS2EndpointBuilderFactory.java | 16 
 20 files changed, 37 insertions(+), 21 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
index 1e943f0251f..abc86e22363 100644
--- 
a/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
+++ 
b/components/camel-aws/camel-aws-cloudtrail/src/main/java/org/apache/camel/component/aws/cloudtrail/transform/CloudtrailCloudEventDataTypeTransformer.java
@@ -32,7 +32,7 @@ import org.apache.camel.spi.Transformer;
  * sets Camel specific CloudEvent headers with values extracted from AWS 
Cloudtrail lookup events response.
  */
 @DataTypeTransformer(name = "aws-cloudtrail:application-cloudevents",
-description = "Adds CloudEvent headers to the Camel message with AWS 
Cloudtrail lookup events response details")
+ description = "Adds CloudEvent headers to the Camel 
message with AWS Cloudtrail lookup events response details")
 public class CloudtrailCloudEventDataTypeTransformer extends Transformer {
 
 @Override
diff --git 
a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/transform/Ddb2JsonDataTypeTransformer.java
 
b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/transform/Ddb2JsonDataTypeTransformer.java
index 90167c3519c..9b1b78d9a9d 100644
--- 
a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/transform/Ddb2JsonDataTypeTransformer.java
+++ 
b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/transform/Ddb2JsonDataTypeTransformer.java
@@ -79,7 +79,7 @@ import 
software.amazon.awssdk.services.dynamodb.model.ReturnValue;
  * transformer will map the whole Json body as is then and use it as source 
for the attribute value map.
  */
 @DataTypeTransformer(name = "aws2-ddb:application-json",
-description = "Prepares the message to perform a DynamoDB operation with the 
aws2-ddb component")
+ description = "Prepares the message to perform a DynamoDB 
operation with the aws2-ddb component")
 public class Ddb2JsonDataTypeTransformer extends Transformer {
 
 private final JacksonDataFormat dataFormat = new 
JacksonDataFormat(Json.mapper(), JsonNode.class);
diff --git 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/transform/AWS2S3CloudEventDataTypeTransformer.java
 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/transform/AWS2S3CloudEventDataTypeTransformer.java
index eea4f345a45..6d8d632df94 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/transform/AWS2S3CloudEventDataTypeTransformer.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/transform/AWS2S3CloudEventDataTypeTransformer.java
@@ -32,7 +32,7 @@ import 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 6864576cdbb Regen
6864576cdbb is described below

commit 6864576cdbba33eb1fc94468b98c7a0ec5ca10a0
Author: Claus Ibsen 
AuthorDate: Tue Feb 13 09:50:52 2024 +0100

Regen
---
 .../java/org/apache/camel/component/micrometer/MicrometerEndpoint.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
 
b/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
index be610ada5c1..7aeb4f3825d 100644
--- 
a/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
+++ 
b/components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/MicrometerEndpoint.java
@@ -34,7 +34,8 @@ import org.apache.camel.support.DefaultEndpoint;
  * Collect various metrics directly from Camel routes using the Micrometer 
library.
  */
 @UriEndpoint(firstVersion = "2.22.0", scheme = "micrometer", title = 
"Micrometer",
- remote = false, syntax = "micrometer:metricsType:metricsName", 
producerOnly = true, category = { Category.MONITORING },
+ remote = false, syntax = "micrometer:metricsType:metricsName", 
producerOnly = true,
+ category = { Category.MONITORING },
  headersClass = MicrometerConstants.class)
 public class MicrometerEndpoint extends DefaultEndpoint {
 



(camel) branch main updated: Regen

2024-02-13 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


The following commit(s) were added to refs/heads/main by this push:
 new 9b5b92e115a Regen
9b5b92e115a is described below

commit 9b5b92e115a0a7e6c3960b3bc8bb81421e82c65c
Author: Andrea Cosentino 
AuthorDate: Tue Feb 13 09:36:43 2024 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
 
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
index b10c625ac38..dc42e9dcde7 100644
--- 
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
+++ 
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure CosmosDB
 :shortname: azure-cosmosdb
 :artifactid: camel-azure-cosmosdb
-:description: To read and write records to the CosmosDB database on the Azure 
cloud platform.
+:description: To read and write records to the CosmosDB database on Azure 
cloud platform.
 :since: 3.10
 :supportlevel: Stable
 :tabs-sync-option:



(camel) branch main updated: Regen for commit 6821ad911fcd2520bef181b11c5001b1fdc71229 (#13098)

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


The following commit(s) were added to refs/heads/main by this push:
 new e04fdeacb41 Regen for commit 6821ad911fcd2520bef181b11c5001b1fdc71229 
(#13098)
e04fdeacb41 is described below

commit e04fdeacb4198062d03cf9e0c3008ab00a480bad
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 13 09:14:42 2024 +0100

Regen for commit 6821ad911fcd2520bef181b11c5001b1fdc71229 (#13098)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
 
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
index b10c625ac38..dc42e9dcde7 100644
--- 
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
+++ 
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure CosmosDB
 :shortname: azure-cosmosdb
 :artifactid: camel-azure-cosmosdb
-:description: To read and write records to the CosmosDB database on the Azure 
cloud platform.
+:description: To read and write records to the CosmosDB database on Azure 
cloud platform.
 :since: 3.10
 :supportlevel: Stable
 :tabs-sync-option:



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 6ac1302e665 Regen
6ac1302e665 is described below

commit 6ac1302e665596acd5e1554d3b212235156bde8c
Author: Claus Ibsen 
AuthorDate: Thu Feb 8 18:57:10 2024 +0100

Regen
---
 .../dsl/ActivemqComponentBuilderFactory.java   | 31 
 .../component/dsl/AmqpComponentBuilderFactory.java | 31 
 .../component/dsl/JmsComponentBuilderFactory.java  | 31 
 .../endpoint/dsl/AMQPEndpointBuilderFactory.java   | 93 +++---
 .../dsl/ActiveMQEndpointBuilderFactory.java| 93 +++---
 .../endpoint/dsl/JmsEndpointBuilderFactory.java| 93 +++---
 6 files changed, 180 insertions(+), 192 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ActivemqComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ActivemqComponentBuilderFactory.java
index 028016976e0..5475505cf14 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ActivemqComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/ActivemqComponentBuilderFactory.java
@@ -72,8 +72,7 @@ public interface ActivemqComponentBuilderFactory {
  * Sets the JMS client ID to use. Note that this value, if specified,
  * must be unique and can only be used by a single JMS connection
  * instance. It is typically only required for durable topic
- * subscriptions. If using Apache ActiveMQ you may prefer to use 
Virtual
- * Topics instead.
+ * subscriptions with JMS 1.1.
  * 
  * The option is a: codejava.lang.String/code type.
  * 
@@ -572,12 +571,12 @@ public interface ActivemqComponentBuilderFactory {
  * DefaultMessageListenerContainer, for both consumer endpoints and the
  * ReplyTo consumer of producer endpoints. Possible values: SimpleAsync
  * (uses Spring's SimpleAsyncTaskExecutor) or ThreadPool (uses Spring's
- * ThreadPoolTaskExecutor with optimal values - cached 
threadpool-like).
- * If not set, it defaults to the previous behaviour, which uses a
- * cached thread pool for consumer endpoints and SimpleAsync for reply
- * consumers. The use of ThreadPool is recommended to reduce thread
- * trash in elastic configurations with dynamically increasing and
- * decreasing concurrent consumers.
+ * ThreadPoolTaskExecutor with optimal values - cached
+ * thread-pool-like). If not set, it defaults to the previous 
behaviour,
+ * which uses a cached thread pool for consumer endpoints and
+ * SimpleAsync for reply consumers. The use of ThreadPool is 
recommended
+ * to reduce thread trash in elastic configurations with dynamically
+ * increasing and decreasing concurrent consumers.
  * 
  * The option is a:
  * 
codeorg.apache.camel.component.jms.DefaultTaskExecutorType/code 
type.
@@ -998,8 +997,8 @@ public interface ActivemqComponentBuilderFactory {
 }
 /**
  * This option is used to allow additional headers which may have 
values
- * that are invalid according to JMS specification. For example some
- * message systems such as WMQ do this with header names using prefix
+ * that are invalid according to JMS specification. For example, some
+ * message systems, such as WMQ, do this with header names using prefix
  * JMS_IBM_MQMD_ containing values with byte array or other invalid
  * types. You can specify multiple header names separated by comma, and
  * use as suffix for wildcard matching.
@@ -1274,7 +1273,7 @@ public interface ActivemqComponentBuilderFactory {
  * Whether to startup the JmsConsumer message listener asynchronously,
  * when starting a route. For example if a JmsConsumer cannot get a
  * connection to a remote JMS broker, then it may block while retrying
- * and/or failover. This will cause Camel to block while starting
+ * and/or fail-over. This will cause Camel to block while starting
  * routes. By setting this option to true, you will let routes startup,
  * while the JmsConsumer connects to the JMS broker using a dedicated
  * thread in asynchronous mode. If this option is used, then beware 
that
@@ -1444,9 +1443,9 @@ public interface ActivemqComponentBuilderFactory {
 return this;
 }
 /**
- * Whether to include all JMSXxxx properties when mapping from JMS to
- * Camel Message. Setting this to true will include properties such as
- 

(camel) branch main updated: Regen for commit eb589824aed01ef718ddb8351a45e1fe73fbe35f (#13059)

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


The following commit(s) were added to refs/heads/main by this push:
 new 68ca4abb8cc Regen for commit eb589824aed01ef718ddb8351a45e1fe73fbe35f 
(#13059)
68ca4abb8cc is described below

commit 68ca4abb8cc97751c13c2f9f6a98957a17ddc68c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 8 18:57:50 2024 +0100

Regen for commit eb589824aed01ef718ddb8351a45e1fe73fbe35f (#13059)

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



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 6121315856e Regen
6121315856e is described below

commit 6121315856eb5ab5e2d2f0e978695519966d4894
Author: Claus Ibsen 
AuthorDate: Thu Feb 8 18:55:19 2024 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/activemq.json   | 4 ++--
 .../generated/resources/org/apache/camel/catalog/components/amqp.json | 4 ++--
 .../generated/resources/org/apache/camel/catalog/components/jms.json  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/activemq.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/activemq.json
index 4cc48d0b9d1..0a616cedd2c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/activemq.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/activemq.json
@@ -24,7 +24,7 @@
   },
   "componentProperties": {
 "brokerURL": { "index": 0, "kind": "property", "displayName": "Broker 
URL", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Sets the broker URL to use to connect to ActiveMQ. If none configured then 
localhost:61616 is used by default (however can be overridden by configuration 
from environment variables)" },
-"clientId": { "index": 1, "kind": "property", "displayName": "Client Id", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Sets the JMS client ID to use. Note that this 
value, if specified, must be unique and can only be used by a single JMS 
connecti [...]
+"clientId": { "index": 1, "kind": "property", "displayName": "Client Id", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Sets the JMS client ID to use. Note that this 
value, if specified, must be unique and can only be used by a single JMS 
connecti [...]
 "connectionFactory": { "index": 2, "kind": "property", "displayName": 
"Connection Factory", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": "jakarta.jms.ConnectionFactory", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "The connection factory to be use. A connection 
factory must be configured either on the componen [...]
 "disableReplyTo": { "index": 3, "kind": "property", "displayName": 
"Disable Reply To", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Specifies whether Camel ignores the JMSReplyTo 
header in messages. If true, Camel does not send a r [...]
 "durableSubscriptionName": { "index": 4, "kind": "property", 
"displayName": "Durable Subscription Name", "group": "common", "label": "", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "The durable subscriber name for specifying 
durable topic subscriptions. The clientId option must [...]
@@ -151,7 +151,7 @@
   "properties": {
 "destinationType": { "index": 0, "kind": "path", "displayName": 
"Destination Type", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "queue", "topic", 
"temp-queue", "temp-topic" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "queue", "description": "The kind of 
destination to use" },
 "destinationName": { "index": 1, "kind": "path", "displayName": 
"Destination Name", "group": "common", "label": "", "required": true, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Name of the queue or topic to use as destination" 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 76dd06bf660 Regen
76dd06bf660 is described below

commit 76dd06bf660c03f1e39149dfa10a1f3f45499347
Author: Claus Ibsen 
AuthorDate: Wed Feb 7 13:49:09 2024 +0100

Regen
---
 .../Aws2EventbridgeComponentBuilderFactory.java| 36 +++
 .../dsl/Aws2IamComponentBuilderFactory.java| 36 +++
 .../dsl/EventbridgeEndpointBuilderFactory.java | 52 ++
 .../endpoint/dsl/IAM2EndpointBuilderFactory.java   | 52 ++
 4 files changed, 176 insertions(+)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EventbridgeComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EventbridgeComponentBuilderFactory.java
index 9c7b1697ea1..10c78fafb3c 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EventbridgeComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2EventbridgeComponentBuilderFactory.java
@@ -356,6 +356,22 @@ public interface Aws2EventbridgeComponentBuilderFactory {
 doSetProperty("secretKey", secretKey);
 return this;
 }
+/**
+ * Amazon AWS Session Token used when the user needs to assume a IAM
+ * role.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: security
+ * 
+ * @param sessionToken the value to set
+ * @return the dsl builder
+ */
+default Aws2EventbridgeComponentBuilder sessionToken(
+java.lang.String sessionToken) {
+doSetProperty("sessionToken", sessionToken);
+return this;
+}
 /**
  * If we want to trust all certificates in case of overriding the
  * endpoint.
@@ -408,6 +424,24 @@ public interface Aws2EventbridgeComponentBuilderFactory {
 doSetProperty("useProfileCredentialsProvider", 
useProfileCredentialsProvider);
 return this;
 }
+/**
+ * Set whether the Eventbridge client should expect to use Session
+ * Credentials. This is useful in situation in which the user needs to
+ * assume a IAM role for doing operations in Eventbridge.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: security
+ * 
+ * @param useSessionCredentials the value to set
+ * @return the dsl builder
+ */
+default Aws2EventbridgeComponentBuilder useSessionCredentials(
+boolean useSessionCredentials) {
+doSetProperty("useSessionCredentials", useSessionCredentials);
+return this;
+}
 }
 
 class Aws2EventbridgeComponentBuilderImpl
@@ -450,9 +484,11 @@ public interface Aws2EventbridgeComponentBuilderFactory {
 case "accessKey": getOrCreateConfiguration((EventbridgeComponent) 
component).setAccessKey((java.lang.String) value); return true;
 case "profileCredentialsName": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setProfileCredentialsName((java.lang.String) value); return true;
 case "secretKey": getOrCreateConfiguration((EventbridgeComponent) 
component).setSecretKey((java.lang.String) value); return true;
+case "sessionToken": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setSessionToken((java.lang.String) value); return true;
 case "trustAllCertificates": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setTrustAllCertificates((boolean) value); return true;
 case "useDefaultCredentialsProvider": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setUseDefaultCredentialsProvider((boolean) value); return true;
 case "useProfileCredentialsProvider": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setUseProfileCredentialsProvider((boolean) value); return true;
+case "useSessionCredentials": 
getOrCreateConfiguration((EventbridgeComponent) 
component).setUseSessionCredentials((boolean) value); return true;
 default: return false;
 }
 }
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2IamComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2IamComponentBuilderFactory.java
index c9423ac7e4a..3bbc7ad1c7c 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2IamComponentBuilderFactory.java
+++ 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 478bd68a6ec Regen
478bd68a6ec is described below

commit 478bd68a6eca063f90792436a9fddf784d05c2e4
Author: Claus Ibsen 
AuthorDate: Wed Feb 7 07:08:14 2024 +0100

Regen
---
 .../camel/catalog/components/splunk-hec.json   |   2 +-
 .../dsl/Aws2AthenaComponentBuilderFactory.java |  36 +++
 .../dsl/Aws2CwComponentBuilderFactory.java |  36 +++
 .../dsl/Aws2Ec2ComponentBuilderFactory.java|  96 --
 .../dsl/Aws2EcsComponentBuilderFactory.java|  36 +++
 .../dsl/Aws2EksComponentBuilderFactory.java|  36 +++
 .../dsl/AwsConfigComponentBuilderFactory.java  |  36 +++
 .../AwsSecretsManagerComponentBuilderFactory.java  |  36 +++
 .../dsl/Dhis2ComponentBuilderFactory.java  |  25 -
 .../dsl/AWS2EC2EndpointBuilderFactory.java | 108 +++--
 .../dsl/AWSConfigEndpointBuilderFactory.java   |  52 ++
 .../dsl/Athena2EndpointBuilderFactory.java |  52 ++
 .../endpoint/dsl/Cw2EndpointBuilderFactory.java|  52 ++
 .../endpoint/dsl/Dhis2EndpointBuilderFactory.java  |  84 +---
 .../endpoint/dsl/ECS2EndpointBuilderFactory.java   |  52 ++
 .../endpoint/dsl/EKS2EndpointBuilderFactory.java   |  52 ++
 .../dsl/SecretsManagerEndpointBuilderFactory.java  |  52 ++
 .../endpoint/dsl/XQueryEndpointBuilderFactory.java |  51 --
 18 files changed, 814 insertions(+), 80 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
index f7c7c4ac7f1..5683789b886 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
@@ -31,7 +31,7 @@
   },
   "properties": {
 "splunkURL": { "index": 0, "kind": "path", "displayName": "Splunk URL", 
"group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Splunk Host and Port 
(example: my_splunk_server:8089)" },
-"token": { "index": 1, "kind": "path", "displayName": "Token", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Splunk HEC token (this is 
the token created for HEC and not the user's token)" },
+"token": { "index": 1, "kind": "path", "displayName": "Token", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "description": "Splunk HEC token (this is 
the token created for HEC and not the user's token)" },
 "bodyOnly": { "index": 2, "kind": "parameter", "displayName": "Body Only", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Send only the message 
body" },
 "headersOnly": { "index": 3, "kind": "parameter", "displayName": "Headers 
Only", "group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Send only message 
headers" },
 "host": { "index": 4, "kind": "parameter", "displayName": "Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk host field of the 
event message. This is not the Splunk host to connect to." },
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/Aws2AthenaComponentBuilderFactory.java
index e58002514d6..fe5f671e191 100644
--- 

(camel) branch main updated: Regen for commit 306014ffdaaba5d7a0c9333122471083827d3d1f (#13010)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8c0898e9942 Regen for commit 306014ffdaaba5d7a0c9333122471083827d3d1f 
(#13010)
8c0898e9942 is described below

commit 8c0898e99422e9c0e6edf32c00d7360a856a1800
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 5 13:05:52 2024 +0100

Regen for commit 306014ffdaaba5d7a0c9333122471083827d3d1f (#13010)

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



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 403419e477e Regen
403419e477e is described below

commit 403419e477ea079ade362dced6f5ea3bfa52d1c1
Author: Claus Ibsen 
AuthorDate: Mon Feb 5 13:02:55 2024 +0100

Regen
---
 .../apache/camel/catalog/components/aws-secrets-manager.json | 12 
 .../org/apache/camel/catalog/components/aws2-athena.json | 12 
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-secrets-manager.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-secrets-manager.json
index f69b0f4c01b..6bfb62e0cc1 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-secrets-manager.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-secrets-manager.json
@@ -42,8 +42,10 @@
 "proxyProtocol": { "index": 16, "kind": "property", "displayName": "Proxy 
Protocol", "group": "proxy", "label": "proxy", "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.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "To define a  [...]
 "accessKey": { "index": 17, "kind": "property", "displayName": "Access 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "index": 18, "kind": "property", "displayName": "Secret 
Key", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Secret Key" },
-"trustAllCertificates": { "index": 19, "kind": "property", "displayName": 
"Trust All Certificates", "group": "security", "label": "security", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "If we want to trust all 
certificates in case of ov [...]
-"useDefaultCredentialsProvider": { "index": 20, "kind": "property", 
"displayName": "Use Default Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Translate clien [...]
+"sessionToken": { "index": 19, "kind": "property", "displayName": "Session 
Token", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "Amazon AWS Session Token 
used when the user needs to assume a IAM role" },
+"trustAllCertificates": { "index": 20, "kind": "property", "displayName": 
"Trust All Certificates", "group": "security", "label": "security", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", "description": "If we want to trust all 
certificates in case of ov [...]
+"useDefaultCredentialsProvider": { "index": 21, "kind": "property", 
"displayName": "Use Default Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration", 
"configurationField": "configuration", 

(camel) branch main updated: Regen for commit ddc7c36206972fe3698bffee802963c600ca6e77 (#12965)

2024-01-31 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


The following commit(s) were added to refs/heads/main by this push:
 new b75e1dfe63f Regen for commit ddc7c36206972fe3698bffee802963c600ca6e77 
(#12965)
b75e1dfe63f is described below

commit b75e1dfe63f5bcbd3aba9a9c8662babf4152cfa0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 31 17:15:47 2024 +0100

Regen for commit ddc7c36206972fe3698bffee802963c600ca6e77 (#12965)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java | 2 +-
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
index f2c34464e85..61aa0eab908 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
@@ -19957,7 +19957,7 @@ public final class ModelDeserializers extends 
YamlDeserializerSupport {
 types = org.apache.camel.model.language.WasmExpression.class,
 order = 
org.apache.camel.dsl.yaml.common.YamlDeserializerResolver.ORDER_LOWEST - 1,
 displayName = "Wasm",
-description = "Wasm TODO.",
+description = "Call a wasm (web assembly) function.",
 deprecated = false,
 properties = {
 @YamlProperty(name = "expression", type = "string", 
required = true, description = "The expression value in your chosen language 
syntax", displayName = "Expression"),
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
index b05b9ecb44d..9a5e75a013e 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
@@ -13714,7 +13714,7 @@
   },
   "org.apache.camel.model.language.WasmExpression" : {
 "title" : "Wasm",
-"description" : "Wasm TODO.",
+"description" : "Call a wasm (web assembly) function.",
 "oneOf" : [ {
   "type" : "string"
 }, {



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 337cff25a22 Regen
337cff25a22 is described below

commit 337cff25a2278f3bdd4298e256c1f4ee1d967606
Author: Claus Ibsen 
AuthorDate: Wed Jan 24 19:35:13 2024 +0100

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 a036fdd8742..384490f806b 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
@@ -176,7 +176,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 1b61811c382 Regen
1b61811c382 is described below

commit 1b61811c3822433b71855675e9a5c9ee917813aa
Author: Claus Ibsen 
AuthorDate: Wed Jan 24 09:45:28 2024 +0100

Regen
---
 .../platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
index 0bfedb1aff8..ade79a04ab9 100644
--- 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
+++ 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
@@ -88,7 +88,7 @@ public class JolokiaHttpRequestHandlerSupport extends 
ServiceSupport implements
 }
 } catch (IOException e) {
 jolokiaLogHandler.error("Error while accessing access restrictor 
at " + pLocation +
-". Denying all access to MBeans for security 
reasons. Exception: " + e,
+". Denying all access to MBeans for 
security reasons. Exception: " + e,
 e);
 return new DenyAllRestrictor();
 }



(camel) branch main updated: Regen

2024-01-18 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


The following commit(s) were added to refs/heads/main by this push:
 new a54b75b30f6 Regen
a54b75b30f6 is described below

commit a54b75b30f6c6021a2a8b51e5940d424b943f013
Author: Claus Ibsen 
AuthorDate: Thu Jan 18 10:00:17 2024 +0100

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 86e8bc7ebcd..f76264a62db 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
@@ -182,7 +182,7 @@ public final class SensitiveUtils {
 + "|\\Qverificationcode\\E"
 + 
"|\\Qwebhookverifytoken\\E"
 + 
"|\\Qzookeeperpassword\\E"
-// SENSITIVE-PATTERN: END
+// SENSITIVE-PATTERN: END
 ;
 
 private SensitiveUtils() {



(camel) branch main updated: Regen endpointdsl

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 50ba801da5a Regen endpointdsl
50ba801da5a is described below

commit 50ba801da5adff746e948f7321646d986e7877b8
Author: Aurélien Pupier 
AuthorDate: Fri Jan 12 10:05:04 2024 +0100

Regen endpointdsl

Signed-off-by: Aurélien Pupier 
---
 .../builder/endpoint/StaticEndpointBuilders.java   |  44 -
 ...DynamicRouterControlEndpointBuilderFactory.java |  14 +--
 .../dsl/FileWatchEndpointBuilderFactory.java   |   4 +-
 .../endpoint/dsl/FtpEndpointBuilderFactory.java|   4 +-
 .../endpoint/dsl/FtpsEndpointBuilderFactory.java   |   4 +-
 .../dsl/RobotFrameworkEndpointBuilderFactory.java  |   8 +-
 .../dsl/SalesforceEndpointBuilderFactory.java  | 101 +
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   |   4 +-
 8 files changed, 126 insertions(+), 57 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 27c33688cd6..3e8f7a687a6 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
@@ -4241,15 +4241,15 @@ public class StaticEndpointBuilders {
  * message routing.
  * 
  * Category: messaging
- * Since: 4.3
+ * Since: 4.4
  * Maven coordinates: org.apache.camel:camel-dynamic-router
  * 
  * Syntax: dynamic-router-control:controlAction
  * 
  * Path parameter: controlAction (required)
  * Control action
- * There are 3 enums and the value can be one of: subscribe, unsubscribe,
- * list
+ * There are 5 enums and the value can be one of: subscribe, unsubscribe,
+ * update, list, statistics
  * 
  * @param path controlAction
  * @return the dsl builder
@@ -4265,15 +4265,15 @@ public class StaticEndpointBuilders {
  * message routing.
  * 
  * Category: messaging
- * Since: 4.3
+ * Since: 4.4
  * Maven coordinates: org.apache.camel:camel-dynamic-router
  * 
  * Syntax: dynamic-router-control:controlAction
  * 
  * Path parameter: controlAction (required)
  * Control action
- * There are 3 enums and the value can be one of: subscribe, unsubscribe,
- * list
+ * There are 5 enums and the value can be one of: subscribe, unsubscribe,
+ * update, list, statistics
  * 
  * @param componentName to use a custom component name for the endpoint
  * instead of the default name
@@ -12347,7 +12347,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Robot Framework (camel-robotframework)
- * Pass camel exchanges to acceptence test written in Robot DSL.
+ * Pass camel exchanges to acceptance test written in Robot DSL.
  * 
  * Category: testing
  * Since: 3.0
@@ -12373,7 +12373,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * Robot Framework (camel-robotframework)
- * Pass camel exchanges to acceptence test written in Robot DSL.
+ * Pass camel exchanges to acceptance test written in Robot DSL.
  * 
  * Category: testing
  * Since: 3.0
@@ -12543,16 +12543,16 @@ public class StaticEndpointBuilders {
  * 
  * Path parameter: operationName (required)
  * The operation to use
- * There are 68 enums and the value can be one of: getVersions,
+ * There are 69 enums and the value can be one of: getVersions,
  * getResources, getGlobalObjects, getBasicInfo, getDescription, 
getSObject,
  * createSObject, updateSObject, deleteSObject, getSObjectWithId,
  * upsertSObject, deleteSObjectWithId, getBlobField, query, queryMore,
- * queryAll, search, apexCall, recent, createJob, getJob, closeJob,
- * abortJob, createBatch, getBatch, getAllBatches, getRequest, getResults,
- * createBatchQuery, getQueryResultIds, getQueryResult, getRecentReports,
- * getReportDescription, executeSyncReport, executeAsyncReport,
- * getReportInstances, getReportResults, limits, approval, approvals,
- * composite-tree, composite-batch, composite,
+ * queryAll, search, apexCall, recent, getEventSchema, createJob, getJob,
+ * closeJob, abortJob, createBatch, getBatch, getAllBatches, getRequest,
+ * getResults, createBatchQuery, getQueryResultIds, getQueryResult,
+ * getRecentReports, getReportDescription, executeSyncReport,
+ * executeAsyncReport, getReportInstances, getReportResults, limits,
+ * approval, approvals, composite-tree, composite-batch, composite,
  * compositeRetrieveSObjectCollections, compositeCreateSObjectCollections,
 

(camel) branch main updated: Regen for commit 1b83c07f88d7504fb3dc6eec76406b17f9d49a05 (#12758)

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


The following commit(s) were added to refs/heads/main by this push:
 new fe81d6da63d Regen for commit 1b83c07f88d7504fb3dc6eec76406b17f9d49a05 
(#12758)
fe81d6da63d is described below

commit fe81d6da63d95657fcaa3abf4866762bcfad66b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 11 11:37:24 2024 +0100

Regen for commit 1b83c07f88d7504fb3dc6eec76406b17f9d49a05 (#12758)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../org/apache/camel/catalog/components/braintree.json|  4 ++--
 .../component/braintree/BraintreeEndpointUriFactory.java  |  3 ++-
 .../TransactionGatewayEndpointConfiguration.java  | 15 +--
 ...TransactionGatewayEndpointConfigurationConfigurer.java |  7 +++
 .../braintree/internal/TransactionGatewayApiMethod.java   |  6 ++
 .../org/apache/camel/component/braintree/braintree.json   |  4 ++--
 6 files changed, 32 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
index 3925b3632bc..35bdb25096a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
@@ -60,7 +60,7 @@
 "report": { "consumerOnly": false, "producerOnly": true, "description": 
"Provides methods to interact with reports", "methods": { 
"transactionLevelFees": { "description": "Retrieves a Transaction-Level Fee 
Report", "signatures": [ 
"com.braintreegateway.Result 
transactionLevelFees(com.braintreegateway.TransactionLevelFeeReportRequest 
request)" ] } } },
 "settlementBatchSummary": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact wit settlement summaries", 
"methods": { "generate": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
generate(java.util.Calendar settlementDate)", 
"com.braintreegateway.Result 
generate(java.util.Calendar settlementDate, String groupByCustomField)" ] } } },
 "subscription": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Subscriptions", "methods": { 
"cancel": { "description": "Cancels the Subscription with the given id", 
"signatures": [ "com.braintreegateway.Result 
cancel(String id)" ] }, "create": { "description": "Creates a Subscription", 
"signatures": [ "com.braintreegateway.Result 
create(com.braintreegateway.Subscrip [...]
-"transaction": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Transactions", "methods": { 
"adjustAuthorization": { "description": "Submits the transaction with the given 
id to be adjusted for the given amount which must be less than or equal to the 
authorization amount", "signatures": [ 
"com.braintreegateway.Result 
adjustAuthorization(String id, com.braintreegateway.TransactionRequest 
request)", "com. [...]
+"transaction": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Transactions", "methods": { 
"adjustAuthorization": { "description": "Submits the transaction with the given 
id to be adjusted for the given amount which must be less than or equal to the 
authorization amount", "signatures": [ 
"com.braintreegateway.Result 
adjustAuthorization(String id, com.braintreegateway.TransactionRequest 
request)", "com. [...]
 "usBankAccount": { "consumerOnly": false, "producerOnly": true, 
"description": "", "methods": { "find": { "description": "", "signatures": [ 
"com.braintreegateway.UsBankAccount find(String token)" ] }, "sale": { 
"description": "", "signatures": [ 
"com.braintreegateway.Result sale(String 
token, com.braintreegateway.TransactionRequest transactionRequest)" ] } } },
 "webhookNotification": { "consumerOnly": false, "producerOnly": true, 
"description": "To retrieve notifications via webhooks", "methods": { "parse": 
{ "description": "", "signatures": [ "com.braintreegateway.WebhookNotification 
parse(String signature, String payload)" ] }, 
"parseWithoutSignatureVerification": { "description": "", "signatures": [ 
"com.braintreegateway.WebhookNotification 
parseWithoutSignatureVerification(String payload)" ] }, "verify": { 
"description": "", "signatures [...]
   },
@@ -79,7 +79,7 @@
 "report": { "methods": { "transactionLevelFees": { "properties": { 
"request": { "index": 0, "kind": "parameter", "displayName": "Request", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "com.braintreegateway.TransactionLevelFeeReportRequest", 
"deprecated": false, 

(camel) branch main updated: Regen for commit 99cf591662639f9e1f893ac334cfb3964b8f5873 (#12705)

2024-01-09 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


The following commit(s) were added to refs/heads/main by this push:
 new bea350e3300 Regen for commit 99cf591662639f9e1f893ac334cfb3964b8f5873 
(#12705)
bea350e3300 is described below

commit bea350e330043b281a9ac3add23072de10d0cfea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 9 10:26:28 2024 +0100

Regen for commit 99cf591662639f9e1f893ac334cfb3964b8f5873 (#12705)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../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 8b4adbee42a..d4fe574b81b 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
@@ -46,7 +46,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 8b4adbee42a..d4fe574b81b 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
@@ -46,7 +46,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": "", 

(camel) branch main updated: Regen for commit a7a69540cfaeacdf38787b6f0bd06f54a93c2d95 (#12688)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new d2de234ec52 Regen for commit a7a69540cfaeacdf38787b6f0bd06f54a93c2d95 
(#12688)
d2de234ec52 is described below

commit d2de234ec5299e1b1ef2a8ab77ffe20de45f2dea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 8 06:47:31 2024 +0100

Regen for commit a7a69540cfaeacdf38787b6f0bd06f54a93c2d95 (#12688)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../camel-robotframework/src/main/docs/robotframework-component.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-robotframework/src/main/docs/robotframework-component.adoc 
b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
index 8ffa91731de..47d1c471a6e 100644
--- 
a/components/camel-robotframework/src/main/docs/robotframework-component.adoc
+++ 
b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Robot Framework
 :shortname: robotframework
 :artifactid: camel-robotframework
-:description: Pass camel exchanges to acceptance test written in Robot DSL.
+:description: Pass camel exchanges to acceptence test written in Robot DSL.
 :since: 3.0
 :supportlevel: Stable
 :tabs-sync-option:



(camel) branch main updated: Regen for commit cf9a2cab956af5e9aac204e5e0559c25ee6ed082 (#12671)

2024-01-04 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


The following commit(s) were added to refs/heads/main by this push:
 new d441ff5dcfe Regen for commit cf9a2cab956af5e9aac204e5e0559c25ee6ed082 
(#12671)
d441ff5dcfe is described below

commit d441ff5dcfe7ace9c480d9d7730b4177c24a9179
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 4 22:11:39 2024 +0100

Regen for commit cf9a2cab956af5e9aac204e5e0559c25ee6ed082 (#12671)

Signed-off-by: GitHub 
Co-authored-by: jeremyross 
---
 .../camel/catalog/components/salesforce.json   | 84 --
 1 file changed, 45 insertions(+), 39 deletions(-)

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 959c872f7d4..858cda6d268 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
@@ -89,39 +89,42 @@
 "allOrNone": { "index": 62, "kind": "property", "displayName": "All Or 
None", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Composite API option to 
indicate to rollback all records if any are not successful." },
 "apexUrl": { "index": 63, "kind": "property", "displayName": "Apex Url", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method URL" },
 "compositeMethod": { "index": 64, "kind": "property", "displayName": 
"Composite Method", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Composite (raw) method." },
-"lazyStartProducer": { "index": 65, "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 fai [...]
-"rawHttpHeaders": { "index": 66, "kind": "property", "displayName": "Raw 
Http Headers", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Comma separated list of message 
headers to include as HTTP parameters for Raw operation." },
-"rawMethod": { "index": 67, "kind": "property", "displayName": "Raw 
Method", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "HTTP method to use for the Raw 
operation" },
-"rawPath": { "index": 68, "kind": "property", "displayName": "Raw Path", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "The portion of the endpoint URL 
after the domain name. E.g., '\/services\/data\/v52.0\/sobjects\/Account\/'" },
-"rawQueryParameters": { "index": 69, "kind": "property", "displayName": 
"Raw Query Parameters", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Comma separated 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 22b211422d0 Regen
22b211422d0 is described below

commit 22b211422d0dd82516ba1b17c4c4b8a565443fcb
Author: Claus Ibsen 
AuthorDate: Thu Dec 28 10:02:45 2023 +0100

Regen
---
 .../apache/camel/component/rest/RestProducerBindingProcessorTest.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/rest/RestProducerBindingProcessorTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/rest/RestProducerBindingProcessorTest.java
index e6d345d5409..38de93d7e3f 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/rest/RestProducerBindingProcessorTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/rest/RestProducerBindingProcessorTest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.component.rest;
 
-import java.io.InputStream;
 import java.io.OutputStream;
 
 import org.apache.camel.AsyncCallback;



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 7c33ab5385b Regen
7c33ab5385b is described below

commit 7c33ab5385b230f6ec8ffe093a2e1328be2ee912
Author: Claus Ibsen 
AuthorDate: Fri Dec 22 10:12:07 2023 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/google-drive.json   | 2 +-
 .../camel/component/google/drive/DriveFilesEndpointConfiguration.java | 4 ++--
 .../org/apache/camel/component/google/drive/google-drive.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-drive.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-drive.json
index a84810ecd8d..344a2ae6e02 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-drive.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-drive.json
@@ -87,7 +87,7 @@
 "drive-channels": { "methods": { "stop": { "properties": { 
"contentChannel": { "index": 0, "kind": "parameter", "displayName": "Content 
Channel", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.google.api.services.drive.model.Channel", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Channel", "optional": false } } } } },
 "drive-comments": { "methods": { "create": { "properties": { "content": { 
"index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Comment", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Comment", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "c [...]
 "drive-drives": { "methods": { "create": { "properties": { "content": { 
"index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Drive", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.Drive", "optional": false }, "requestId": { 
"index": 1, "kind": "parameter", "displayName": "Request Id", "group": "c [...]
-"drive-files": { "methods": { "copy": { "properties": { "file": { "index": 
0, "kind": "parameter", "displayName": "File", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.File", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.File", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label":  [...]
+"drive-files": { "methods": { "copy": { "properties": { "file": { "index": 
0, "kind": "parameter", "displayName": "File", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.File", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.File", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label":  [...]
 "drive-permissions": { "methods": { "create": { "properties": { "content": 
{ "index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Permission", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Permission", "optional": false }, "fileId": 
{ "index": 1, "kind": "parameter", "displayName": "File Id", "g [...]
 "drive-replies": { "methods": { "create": { "properties": { "commentId": { 
"index": 0, "kind": "parameter", "displayName": "Comment Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The ID of the comment", "optional": false }, "content": { 
"index": 1, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type":  [...]
 "drive-revisions": { "methods": { "delete": { "properties": { "fileId": { 
"index": 0, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The 

(camel) branch main updated: Regen due to debezium upgrade

2023-12-21 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


The following commit(s) were added to refs/heads/main by this push:
 new 662e84622c8 Regen due to debezium upgrade
662e84622c8 is described below

commit 662e84622c8ef995c78e11b00c416f32b2d4cae8
Author: Claus Ibsen 
AuthorDate: Thu Dec 21 18:03:57 2023 +0100

Regen due to debezium upgrade
---
 .../dsl/DebeziumDb2ComponentBuilderFactory.java| 38 +++
 .../DebeziumMongodbComponentBuilderFactory.java| 46 +++--
 .../dsl/DebeziumMysqlComponentBuilderFactory.java  | 66 +--
 .../dsl/DebeziumOracleComponentBuilderFactory.java | 38 +++
 .../DebeziumPostgresComponentBuilderFactory.java   | 38 +++
 .../DebeziumSqlserverComponentBuilderFactory.java  | 38 +++
 .../dsl/CloudtrailEndpointBuilderFactory.java  | 77 ++
 .../dsl/DebeziumDb2EndpointBuilderFactory.java | 35 ++
 .../dsl/DebeziumMongodbEndpointBuilderFactory.java | 44 +++--
 .../dsl/DebeziumMySqlEndpointBuilderFactory.java   | 74 ++---
 .../dsl/DebeziumOracleEndpointBuilderFactory.java  | 36 ++
 .../DebeziumPostgresEndpointBuilderFactory.java| 36 ++
 .../DebeziumSqlserverEndpointBuilderFactory.java   | 36 ++
 13 files changed, 579 insertions(+), 23 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DebeziumDb2ComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DebeziumDb2ComponentBuilderFactory.java
index e9f5b745492..eb8d35c8c3e 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DebeziumDb2ComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/DebeziumDb2ComponentBuilderFactory.java
@@ -618,6 +618,26 @@ public interface DebeziumDb2ComponentBuilderFactory {
 doSetProperty("incrementalSnapshotChunkSize", 
incrementalSnapshotChunkSize);
 return this;
 }
+/**
+ * Specify the strategy used for watermarking during an incremental
+ * snapshot: 'insert_insert' both open and close signal is written into
+ * signal data collection (default); 'insert_delete' only open signal 
is
+ * written on signal data collection, the close will delete the 
relative
+ * open signal;.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Default: INSERT_INSERT
+ * Group: db2
+ * 
+ * @param incrementalSnapshotWatermarkingStrategy the value to set
+ * @return the dsl builder
+ */
+default DebeziumDb2ComponentBuilder 
incrementalSnapshotWatermarkingStrategy(
+java.lang.String incrementalSnapshotWatermarkingStrategy) {
+doSetProperty("incrementalSnapshotWatermarkingStrategy", 
incrementalSnapshotWatermarkingStrategy);
+return this;
+}
 /**
  * Maximum size of each batch of source records. Defaults to 2048.
  * 
@@ -738,6 +758,22 @@ public interface DebeziumDb2ComponentBuilderFactory {
 doSetProperty("pollIntervalMs", pollIntervalMs);
 return this;
 }
+/**
+ * Optional list of post processors. The processors are defined using
+ * '.type' config option and configured using options ''.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: db2
+ * 
+ * @param postProcessors the value to set
+ * @return the dsl builder
+ */
+default DebeziumDb2ComponentBuilder postProcessors(
+java.lang.String postProcessors) {
+doSetProperty("postProcessors", postProcessors);
+return this;
+}
 /**
  * Enables transaction metadata extraction together with event 
counting.
  * 
@@ -1307,6 +1343,7 @@ public interface DebeziumDb2ComponentBuilderFactory {
 case "heartbeatTopicsPrefix": 
getOrCreateConfiguration((DebeziumDb2Component) 
component).setHeartbeatTopicsPrefix((java.lang.String) value); return true;
 case "includeSchemaChanges": 
getOrCreateConfiguration((DebeziumDb2Component) 
component).setIncludeSchemaChanges((boolean) value); return true;
 case "incrementalSnapshotChunkSize": 
getOrCreateConfiguration((DebeziumDb2Component) 
component).setIncrementalSnapshotChunkSize((int) value); return true;
+case "incrementalSnapshotWatermarkingStrategy": 
getOrCreateConfiguration((DebeziumDb2Component) 
component).setIncrementalSnapshotWatermarkingStrategy((java.lang.String) 
value); return true;
 case "maxBatchSize": 

(camel) branch main updated: Regen

2023-12-21 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


The following commit(s) were added to refs/heads/main by this push:
 new c8077592cd4 Regen
c8077592cd4 is described below

commit c8077592cd446a6cd21246bc43adc9080c45d34a
Author: Claus Ibsen 
AuthorDate: Thu Dec 21 16:00:10 2023 +0100

Regen
---
 .../org/apache/camel/catalog/components/aws-cloudtrail.json  | 6 ++
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd  | 9 +
 2 files changed, 15 insertions(+)

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 6b472daa954..365616cb18a 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
@@ -43,6 +43,12 @@
 "useDefaultCredentialsProvider": { "index": 18, "kind": "property", 
"displayName": "Use Default Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
 "useProfileCredentialsProvider": { "index": 19, "kind": "property", 
"displayName": "Use Profile Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
   },
+  "headers": {
+"CamelAwsCloudTrailEventId": { "index": 0, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event ID of the cloud trail event 
consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_ID" },
+"CamelAwsCloudTrailEventName": { "index": 1, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event Name of the cloud trail event 
consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_NAME" },
+"CamelAwsCloudTrailEventSource": { "index": 2, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event Source of the cloud trail 
event consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_SOURCE" },
+"CamelAwsCloudTrailEventUsername": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The associated username of the event of 
the cloud trail event consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#USERNAME" }
+  },
   "properties": {
 "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"consumer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "A label for indexing 
cloudtrail endpoints" },
 "eventSource": { "index": 1, "kind": "parameter", "displayName": "Event 
Source", "group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Specify an event source 
to select events" },
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 263a46d5a4f..7b8a5343810 100644
--- 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 4c0a8c07763 Regen
4c0a8c07763 is described below

commit 4c0a8c07763de259c6e792c060e9db8a2d6a5fb6
Author: Claus Ibsen 
AuthorDate: Wed Dec 20 20:36:39 2023 +0100

Regen
---
 docs/components/modules/ROOT/examples/json/hdfs.json   | 1 -
 docs/components/modules/ROOT/nav.adoc  | 1 -
 docs/components/modules/ROOT/pages/hdfs-component.adoc | 1 -
 docs/components/modules/others/nav.adoc| 2 +-
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/examples/json/hdfs.json 
b/docs/components/modules/ROOT/examples/json/hdfs.json
deleted file mode 12
index 4c8b183ee2c..000
--- a/docs/components/modules/ROOT/examples/json/hdfs.json
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../components/camel-hdfs/src/generated/resources/org/apache/camel/component/hdfs/hdfs.json
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index 0ebf446d465..5c29475c6b5 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -140,7 +140,6 @@
 *** xref:hazelcast-seda-component.adoc[Hazelcast SEDA]
 *** xref:hazelcast-set-component.adoc[Hazelcast Set]
 *** xref:hazelcast-topic-component.adoc[Hazelcast Topic]
-** 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 
(FRS)]
diff --git a/docs/components/modules/ROOT/pages/hdfs-component.adoc 
b/docs/components/modules/ROOT/pages/hdfs-component.adoc
deleted file mode 12
index 8866bdea74d..000
--- a/docs/components/modules/ROOT/pages/hdfs-component.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../components/camel-hdfs/src/main/docs/hdfs-component.adoc
\ No newline at end of file
diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index 940308373db..84815e5fa03 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -12,7 +12,7 @@
 ** xref:debug.adoc[Debug]
 ** xref:dsl.adoc[DSL]
 *** xref:dsl-modeline.adoc[DSL Modeline]
-*** xref:groovy-dsl.adoc[Groovy Dsl]
+*** xref:groovy-dsl.adoc[Groovy DSL]
 *** xref:java-joor-dsl.adoc[Java DSL (runtime compiled)]
 *** xref:js-dsl.adoc[JavaScript DSL]
 *** xref:jsh-dsl.adoc[JavaShell DSL]



(camel) branch main updated: Regen

2023-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


The following commit(s) were added to refs/heads/main by this push:
 new 759b7d84732 Regen
759b7d84732 is described below

commit 759b7d84732cbf9406d6da97531de2284a4d49da
Author: Claus Ibsen 
AuthorDate: Wed Dec 13 13:23:33 2023 +0100

Regen
---
 .../org/apache/camel/maven/RouteCoverageMojo.java  |  7 +-
 .../java/org/apache/camel/maven/ValidateMojo.java  |  3 +-
 .../dsl/AzureCosmosdbComponentBuilderFactory.java  | 36 
 .../dsl/CosmosDbEndpointBuilderFactory.java| 98 +++---
 .../dsl/KeyVaultEndpointBuilderFactory.java| 33 
 5 files changed, 104 insertions(+), 73 deletions(-)

diff --git 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
index 3095ed7365a..ac73690d4c3 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
+++ 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
@@ -223,8 +223,8 @@ public class RouteCoverageMojo extends AbstractExecMojo {
 }
 
 // grab dump data for the route
-totalNumberOfNodes =
-grabDumpData(t, routeId, totalNumberOfNodes, fileName, 
notCovered, coveredNodes, report, document,
+totalNumberOfNodes
+= grabDumpData(t, routeId, totalNumberOfNodes, fileName, 
notCovered, coveredNodes, report, document,
 sourceFileName, pack);
 }
 
@@ -292,7 +292,8 @@ public class RouteCoverageMojo extends AbstractExecMojo {
 
 private int handleAnonymousRoutes(
 List anonymousRouteTrees, int 
totalNumberOfNodes, AtomicInteger notCovered,
-AtomicInteger coveredNodes) throws MojoExecutionException {
+AtomicInteger coveredNodes)
+throws MojoExecutionException {
 // grab dump data for the route
 try {
 Map> datas = RouteCoverageHelper
diff --git 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
index 08fc1fdfb36..0a7fc18c66d 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
+++ 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
@@ -415,7 +415,8 @@ public class ValidateMojo extends AbstractExecMojo {
 
 private void validateResults(
 CamelCatalog catalog, List endpoints, 
List simpleExpressions,
-List routeIds) throws MojoExecutionException {
+List routeIds)
+throws MojoExecutionException {
 int endpointErrors = 0;
 int unknownComponents = 0;
 int incapableErrors = 0;
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
index 8f05c4e9485..1fa5353cb0a 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
@@ -223,23 +223,6 @@ public interface AzureCosmosdbComponentBuilderFactory {
 doSetProperty("createDatabaseIfNotExists", 
createDatabaseIfNotExists);
 return this;
 }
-/**
- * Determines the credential strategy to adopt.
- * 
- * The option is a:
- * 
codeorg.apache.camel.component.azure.cosmosdb.CredentialType/code
 type.
- * 
- * Default: AZURE_IDENTITY
- * Group: common
- * 
- * @param credentialType the value to set
- * @return the dsl builder
- */
-default AzureCosmosdbComponentBuilder credentialType(
-org.apache.camel.component.azure.cosmosdb.CredentialType 
credentialType) {
-doSetProperty("credentialType", credentialType);
-return this;
-}
 /**
  * Sets the Azure Cosmos database endpoint the component will connect
  * to.
@@ -637,6 +620,23 @@ public interface AzureCosmosdbComponentBuilderFactory {
 doSetProperty("accountKey", accountKey);
 return this;
 }
+/**
+ * Determines the credential strategy to adopt.
+ * 
+ * The option is a:
+ * 
codeorg.apache.camel.component.azure.cosmosdb.CredentialType/code
 type.
+ * 
+ * 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 3799b4ba52a Regen
3799b4ba52a is described below

commit 3799b4ba52aacfb63543906d3a301e7367e2360c
Author: Claus Ibsen 
AuthorDate: Wed Dec 6 14:54:04 2023 +0100

Regen
---
 .../transform/GoogleStorageCloudEventDataTypeTransformer.java   | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/transform/GoogleStorageCloudEventDataTypeTransformer.java
 
b/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/transform/GoogleStorageCloudEventDataTypeTransformer.java
index 9524ef9a103..a5f8158f1f3 100644
--- 
a/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/transform/GoogleStorageCloudEventDataTypeTransformer.java
+++ 
b/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/transform/GoogleStorageCloudEventDataTypeTransformer.java
@@ -44,10 +44,12 @@ public class GoogleStorageCloudEventDataTypeTransformer 
extends Transformer {
 headers.put(CloudEvents.CAMEL_CLOUD_EVENT_TYPE, 
"org.apache.camel.event.google.storage.downloadTo");
 
 if 
(message.getHeaders().containsKey(GoogleCloudStorageConstants.BUCKET_NAME)) {
-headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SOURCE, 
"google.storage.bucket." + 
message.getHeader(GoogleCloudStorageConstants.BUCKET_NAME, String.class));
+headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SOURCE,
+"google.storage.bucket." + 
message.getHeader(GoogleCloudStorageConstants.BUCKET_NAME, String.class));
 }
 
-headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SUBJECT, 
message.getHeader(GoogleCloudStorageConstants.OBJECT_NAME, String.class));
+headers.put(CloudEvents.CAMEL_CLOUD_EVENT_SUBJECT,
+message.getHeader(GoogleCloudStorageConstants.OBJECT_NAME, 
String.class));
 headers.put(CloudEvents.CAMEL_CLOUD_EVENT_TIME, 
cloudEvent.getEventTime(message.getExchange()));
 }
 }



(camel) branch main updated: Regen and upgrade to localstack 3.0.2 (#12315)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 05b5783767e Regen and upgrade to localstack 3.0.2 (#12315)
05b5783767e is described below

commit 05b5783767ef0fcd22c9996e0ae4b868f76c
Author: Andrea Cosentino 
AuthorDate: Tue Dec 5 10:58:19 2023 +0100

Regen and upgrade to localstack 3.0.2 (#12315)

Signed-off-by: Andrea Cosentino 
---
 .../component/aws/config/AWSConfigProducer.java|  3 +-
 .../test/infra/aws2/services/AWSContainer.java | 12 ++---
 .../aws2/services/AWSLocalContainerService.java|  6 +--
 .../src/test/resources/container.properties|  4 +-
 .../ElasticSearchLocalContainerService.java| 17 +++
 .../etcd3/services/Etcd3LocalContainerService.java |  6 +--
 .../fhir/services/FhirLocalContainerService.java   |  4 +-
 .../HashicorpVaultLocalContainerService.java   | 54 +++---
 .../services/InfinispanLocalContainerService.java  |  4 +-
 .../services/ContainerLocalAuthKafkaService.java   |  2 +-
 .../minio/services/MinioLocalContainerService.java |  4 +-
 .../services/OpenSearchLocalContainerService.java  |  7 +--
 .../services/PostgresLocalContainerService.java|  3 +-
 .../services/PulsarLocalContainerService.java  |  4 +-
 .../infra/rocketmq/services/RocketMQContainer.java |  6 +--
 .../infra/xmpp/services/XmppServerContainer.java   |  8 ++--
 16 files changed, 74 insertions(+), 70 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-config/src/main/java/org/apache/camel/component/aws/config/AWSConfigProducer.java
 
b/components/camel-aws/camel-aws-config/src/main/java/org/apache/camel/component/aws/config/AWSConfigProducer.java
index 317be5b3bf6..66f72d11682 100644
--- 
a/components/camel-aws/camel-aws-config/src/main/java/org/apache/camel/component/aws/config/AWSConfigProducer.java
+++ 
b/components/camel-aws/camel-aws-config/src/main/java/org/apache/camel/component/aws/config/AWSConfigProducer.java
@@ -275,7 +275,8 @@ public class AWSConfigProducer extends DefaultProducer {
 DeleteConformancePackRequest request = 
(DeleteConformancePackRequest) payload;
 result = configClient.deleteConformancePack(request);
 } catch (AwsServiceException ase) {
-LOG.trace("Remove Conformance Pack rule command returned 
the error code {}", ase.awsErrorDetails().errorCode());
+LOG.trace("Remove Conformance Pack rule command returned 
the error code {}",
+ase.awsErrorDetails().errorCode());
 throw ase;
 }
 Message message = getMessageForResponse(exchange);
diff --git 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
 
b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
index 54f267e14ff..c278c02abd9 100644
--- 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
+++ 
b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSContainer.java
@@ -17,6 +17,11 @@
 
 package org.apache.camel.test.infra.aws2.services;
 
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.util.Arrays;
+import java.util.stream.Collectors;
+
 import org.apache.camel.test.infra.aws.common.AWSProperties;
 import org.apache.camel.test.infra.aws2.common.TestAWSCredentialsProvider;
 import org.apache.camel.test.infra.common.LocalPropertyResolver;
@@ -26,18 +31,13 @@ import org.testcontainers.containers.GenericContainer;
 import org.testcontainers.containers.wait.strategy.Wait;
 import software.amazon.awssdk.auth.credentials.AwsCredentialsProvider;
 
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.util.Arrays;
-import java.util.stream.Collectors;
-
 /*
  The reason we are not using LocalStack containers here is because they bundle 
AWS SDK v1. They would
  be added to the classpath during the test and, potentially, cause errors or 
cause the code to not
  behave as in runtime.
  */
 public class AWSContainer extends GenericContainer {
-
+
 private static final Logger LOG = 
LoggerFactory.getLogger(AWSLocalContainerService.class);
 private static final int SERVICE_PORT = 4566;
 
diff --git 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSLocalContainerService.java
 
b/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSLocalContainerService.java
index 9828430c088..cc38e0752d6 100644
--- 
a/test-infra/camel-test-infra-aws-v2/src/test/java/org/apache/camel/test/infra/aws2/services/AWSLocalContainerService.java
+++ 

(camel) branch main updated: Regen

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 71588a8a849 Regen
71588a8a849 is described below

commit 71588a8a84937828a06f394dac38b705110acc5b
Author: Claus Ibsen 
AuthorDate: Fri Dec 1 13:08:27 2023 +0100

Regen
---
 .../org/apache/camel/support/http/HttpUtil.java| 27 --
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
index dfdaaea9b97..67515da2842 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
@@ -169,9 +169,10 @@ public final class HttpUtil {
 
 /**
  * Parse a HTTP status range and passes the values to the consumer method
- * @param range the HTTP status range in the format "XXX-YYY" (i.e.: 
200-299)
- * @param consumer a consumer method to receive the parse ranges
- * @return true if the range was parsed or false otherwise
+ *
+ * @param  rangethe HTTP status range in the format "XXX-YYY" (i.e.: 
200-299)
+ * @param  consumer a consumer method to receive the parse ranges
+ * @return  true if the range was parsed or false otherwise
  */
 public static boolean parseStatusRange(String range, BiConsumer consumer) {
 // default is 200-299 so lets optimize for this
@@ -195,17 +196,19 @@ public final class HttpUtil {
 }
 
 /**
- * Iterates over a list of values and passes them to the consumer after 
applying the filter strategy. This is mostly used to
- * simplify setting headers for HTTP responses
+ * Iterates over a list of values and passes them to the consumer after 
applying the filter strategy. This is mostly
+ * used to simplify setting headers for HTTP responses
+ *
  * @param headerFilterStrategy the filter strategy to apply
- * @param exchange an exchange to apply the header strategy
- * @param it the iterator providing the values
- * @param tc a type converter instance so that the values can be converted 
to string
- * @param key a key associated with the values being iterated
- * @param consumer a consumer method to receive the converted values. It 
can receive either a list of values or a single
- * value.
+ * @param exchange an exchange to apply the header strategy
+ * @param it   the iterator providing the values
+ * @param tc   a type converter instance so that the 
values can be converted to string
+ * @param key  a key associated with the values being 
iterated
+ * @param consumer a consumer method to receive the converted 
values. It can receive either a list of
+ * values or a single value.
  */
-public static void applyHeader(HeaderFilterStrategy headerFilterStrategy, 
Exchange exchange, Iterator it,
+public static void applyHeader(
+HeaderFilterStrategy headerFilterStrategy, Exchange exchange, 
Iterator it,
 TypeConverter tc, String key, BiConsumer, String> 
consumer) {
 String firstValue = null;
 List values = null;



(camel) branch main updated: Regen for commit 693082e00c00dcb12e643564d9f13bc1b08b7ab3

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 300573de749 Regen for commit 693082e00c00dcb12e643564d9f13bc1b08b7ab3
300573de749 is described below

commit 300573de74967eb47552c40d554ae325588d
Author: davsclaus 
AuthorDate: Fri Dec 1 11:51:40 2023 +

Regen for commit 693082e00c00dcb12e643564d9f13bc1b08b7ab3

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/azure-files.json  | 2 +-
 .../resources/org/apache/camel/component/file/azure/azure-files.json| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
index a5bf806001e..60cfc80a28c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
@@ -64,7 +64,7 @@
 "onCompletionExceptionHandler": { "index": 22, "kind": "parameter", 
"displayName": "On Completion Exception Handler", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": "object", 
"javaType": "org.apache.camel.spi.ExceptionHandler", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a custom 
org.apache.camel.spi.ExceptionHandler to handle any thrown exceptions that 
happens during the file on completion process where t [...]
 "pollStrategy": { "index": 23, "kind": "parameter", "displayName": "Poll 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.PollingConsumerPollStrategy", "deprecated": false, 
"autowired": false, "secret": false, "description": "A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the po 
[...]
 "processStrategy": { "index": 24, "kind": "parameter", "displayName": 
"Process Strategy", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileProcessStrategy",
 "deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing 
you to implement you [...]
-"checksumFileAlgorithm": { "index": 25, "kind": "parameter", 
"displayName": "Checksum File Algorithm", "group": "producer", "label": 
"producer", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If provided, then Camel will write a checksum file when the 
original file has been written. The checksum file will contain the checksum 
created with the provided algorithm for the original file. The c [...]
+"checksumFileAlgorithm": { "index": 25, "kind": "parameter", 
"displayName": "Checksum File Algorithm", "group": "producer", "label": 
"producer", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "MD2", "MD5", "SHA_1", "SHA_224", "SHA_256", 
"SHA_384", "SHA_512", "SHA_512_224", "SHA_512_256", "SHA3_224", "SHA3_256", 
"SHA3_384", "SHA3_512" ], "deprecated": false, "autowired": false, "secret": 
false, "description": "If provided, then Camel will write a checks [...]
 "fileExist": { "index": 26, "kind": "parameter", "displayName": "File 
Exist", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.file.GenericFileExist", 
"enum": [ "Override", "Append", "Fail", "Ignore", "Move", "TryRename" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"Override", "description": "What to do if a file already exists with the same 
name. Override, which is the default, repl [...]
 "flatten": { "index": 27, "kind": "parameter", "displayName": "Flatten", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Flatten is used to flatten the 
file name path to strip any leading paths, so it's just the file name. This 
allows you to consume recursively into sub-directories, but when you eg write 
the files to another directory [...]
 "jailStartingDirectory": { "index": 28, "kind": "parameter", 
"displayName": "Jail Starting Directory", "group": "producer", "label": 
"producer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 61ed7bfaeaa Regen
61ed7bfaeaa is described below

commit 61ed7bfaeaa0ce76c52292d3e96fbfa2980d205d
Author: Claus Ibsen 
AuthorDate: Thu Nov 30 06:22:25 2023 +0100

Regen
---
 .../src/main/java/org/apache/camel/support/http/HttpUtil.java | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
index ef18289ca7f..6c0992e3448 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
@@ -99,9 +99,10 @@ public final class HttpUtil {
 
 /**
  * Recreates the URL from a map of options
- * @param map the map of options
- * @param url the base URL
- * @return the recreated URL
+ *
+ * @param  map the map of options
+ * @param  url the base URL
+ * @return the recreated URL
  */
 public static String recreateUrl(Map map, String url) {
 // get the endpoint
@@ -114,6 +115,7 @@ public final class HttpUtil {
 
 /**
  * Add common in/out filters used in HTTP components
+ *
  * @param filterSet The set instance containing the out filters
  */
 public static void addCommonFilters(Set filterSet) {



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new e1212b9e749 Regen
e1212b9e749 is described below

commit e1212b9e749497802f650e9f343812bd519e8f6e
Author: Claus Ibsen 
AuthorDate: Wed Nov 29 07:15:09 2023 +0100

Regen
---
 .../src/main/java/org/apache/camel/support/http/HttpUtil.java  | 10 ++
 .../src/main/java/org/apache/camel/util/CollectionHelper.java  |  9 +
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
index f055473cd09..6ba015fe164 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
@@ -58,9 +58,10 @@ public final class HttpUtil {
 
 /**
  * Deprecated way to extract the charset value from the content type string
- * @deprecated use {@link IOHelper#getCharsetNameFromContentType(String)}
- * @param contentType the content type string
- * @return the charset value or null if there is nothing to extract
+ *
+ * @deprecated use {@link 
IOHelper#getCharsetNameFromContentType(String)}
+ * @param  contentType the content type string
+ * @return the charset value or null if there is nothing 
to extract
  */
 @Deprecated
 public static String getCharsetFromContentType(String contentType) {
@@ -81,8 +82,9 @@ public final class HttpUtil {
 
 /**
  * Extracts the charset value from the content type string and sets it on 
the given exchange
+ *
  * @param contentType the content type string
- * @param exchange the exchange to set the charset value
+ * @param exchangethe exchange to set the charset value
  */
 public static void setCharsetFromContentType(String contentType, Exchange 
exchange) {
 String charset = HttpUtil.getCharsetFromContentType(contentType);
diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/CollectionHelper.java 
b/core/camel-util/src/main/java/org/apache/camel/util/CollectionHelper.java
index be2eefd5702..bfc1fa50379 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/CollectionHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/CollectionHelper.java
@@ -246,11 +246,12 @@ public final class CollectionHelper {
 }
 
 /**
- * When trying to set the value for a map, if the value already exists, 
appends it to a list. Otherwise, sets the entry to
- * the given value.
+ * When trying to set the value for a map, if the value already exists, 
appends it to a list. Otherwise, sets the
+ * entry to the given value.
+ *
  * @param headers the map that whose entry will be set or appended
- * @param key the key on the map
- * @param value the value to set or append within the map
+ * @param key the key on the map
+ * @param value   the value to set or append within the map
  */
 public static  void appendEntry(Map headers, 
String key, T value) {
 if (headers.containsKey(key)) {



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new b67d26f1d77 Regen
b67d26f1d77 is described below

commit b67d26f1d775013fe6e729087823623707a41a15
Author: Claus Ibsen 
AuthorDate: Tue Nov 28 15:03:22 2023 +0100

Regen
---
 .../src/test/java/org/apache/camel/processor/ThrottlerTest.java| 1 -
 .../src/main/java/org/apache/camel/support/http/HttpUtil.java  | 7 ---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java 
b/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java
index bfe2b1c5a14..9cafdfa564f 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/ThrottlerTest.java
@@ -24,7 +24,6 @@ import java.util.concurrent.Semaphore;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.junit.jupiter.api.condition.DisabledOnOs;
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
index f2d9b256da0..f969e9d2bf2 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/http/HttpUtil.java
@@ -30,9 +30,10 @@ public final class HttpUtil {
 
 /**
  * Given an exchange handling HTTP, determines the status response code to 
return for the caller
- * @param camelExchange the exchange to evaluate
- * @param body an optional payload (i.e.: the message body) carrying a 
response code
- * @return An integer value with the response code
+ *
+ * @param  camelExchange the exchange to evaluate
+ * @param  body  an optional payload (i.e.: the message body) 
carrying a response code
+ * @return   An integer value with the response code
  */
 public static int determineResponseCode(Exchange camelExchange, Object 
body) {
 boolean failed = camelExchange.isFailed();



(camel) branch main updated: Regen for commit cc9bbf84d681276140ba56282cc08d8f82f82d19 (#12177)

2023-11-23 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


The following commit(s) were added to refs/heads/main by this push:
 new 3297ad1948e Regen for commit cc9bbf84d681276140ba56282cc08d8f82f82d19 
(#12177)
3297ad1948e is described below

commit 3297ad1948ef73209456e041686e2d0936a2dbf6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 23 13:38:43 2023 +0100

Regen for commit cc9bbf84d681276140ba56282cc08d8f82f82d19 (#12177)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../generated/resources/org/apache/camel/catalog/others/aws-xray.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json
index fc80a740316..799bd41b365 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/aws-xray.json
@@ -3,7 +3,7 @@
 "kind": "other",
 "name": "aws-xray",
 "title": "AWS XRay",
-"description": "Distributed tracing using AWS XRay",
+"description": "Enable Distributed tracing using AWS XRay",
 "deprecated": false,
 "firstVersion": "2.21.0",
 "label": "monitoring,microservice",



(camel) branch main updated: Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df (#12102)

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


The following commit(s) were added to refs/heads/main by this push:
 new 7b8b0e22524 Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df 
(#12102)
7b8b0e22524 is described below

commit 7b8b0e22524ad7cc7f5f235016307330a51783e0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 20 14:39:26 2023 +0100

Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df (#12102)

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



(camel) branch main updated: Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df (#12100)

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


The following commit(s) were added to refs/heads/main by this push:
 new 60c2dc01203 Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df 
(#12100)
60c2dc01203 is described below

commit 60c2dc012032e5ebf0fd9ce3183b5446dd1f1b26
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 20 14:29:03 2023 +0100

Regen for commit c7663e170f47ab371ed7569cfb2dd934424277df (#12100)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../resources/org/apache/camel/catalog/components/aws2-ec2.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f78375a04f0..4935a904be7 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" },



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 3e11c0dfdde Regen
3e11c0dfdde is described below

commit 3e11c0dfdde9fadbbc7cf0655f02c459802e4b3b
Author: Claus Ibsen 
AuthorDate: Fri Nov 17 16:52:00 2023 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
index baa1820e094..fbc8e701e83 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
@@ -37,7 +37,7 @@
 "fileWatcher": { "index": 3, "kind": "parameter", "displayName": "File 
Watcher", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "To use JVM file watcher 
to listen for file change events to support re-loading files that may be 
overwritten, somewhat like tail --retry" },
 "groupLines": { "index": 4, "kind": "parameter", "displayName": "Group 
Lines", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "To group X number of lines in the consumer. 
For example to group 10 lines and therefore only spit out an Exchange with 10 
lines, instead of 1 Exchange per line." },
 "groupStrategy": { "index": 5, "kind": "parameter", "displayName": "Group 
Strategy", "group": "consumer", "label": "consumer", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.stream.GroupStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Allows to use a custom GroupStrategy to control how to group lines." },
-"httpHeaders": { "index": 6, "kind": "parameter", "displayName": "Http 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "When using stream:http format, this 
option specifies optional http headers, such as Accept: application\/json. 
Multiple headers can be separated by comma. The format of headers should be 
HEADER=VALUE. An example might look [...]
+"httpHeaders": { "index": 6, "kind": "parameter", "displayName": "Http 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "When using stream:http format, this 
option specifies optional http headers, such as Accept: application\/json. 
Multiple headers can be separated by comma. The format of headers can be either 
HEADER=VALUE or HEADER:VALUE. I [...]
 "httpUrl": { "index": 7, "kind": "parameter", "displayName": "Http Url", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "When using stream:http format, this option 
specifies the http url to stream from." },
 "initialPromptDelay": { "index": 8, "kind": "parameter", "displayName": 
"Initial Prompt Delay", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 2000, "description": "Initial delay in 
milliseconds before showing the message prompt. This delay occurs only once. 
Can be used during system startup to avoid message prompts being written while 
other logging is done t [...]
 "promptDelay": { "index": 9, "kind": "parameter", "displayName": "Prompt 
Delay", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "description": "Optional delay in milliseconds before showing 
the message prompt." },
diff --git 
a/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
 
b/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
index baa1820e094..fbc8e701e83 100644
--- 
a/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
+++ 
b/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
@@ 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 1b5ff5fca56 Regen
1b5ff5fca56 is described below

commit 1b5ff5fca56b817644c180c2829a500073893fc5
Author: Claus Ibsen 
AuthorDate: Fri Nov 17 09:32:32 2023 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/stream.json | 2 +-
 .../generated/resources/org/apache/camel/component/stream/stream.json | 2 +-
 .../main/java/org/apache/camel/component/stream/StreamEndpoint.java   | 4 ++--
 .../camel/builder/endpoint/dsl/StreamEndpointBuilderFactory.java  | 4 +++-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
index 561d347a920..baa1820e094 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stream.json
@@ -37,7 +37,7 @@
 "fileWatcher": { "index": 3, "kind": "parameter", "displayName": "File 
Watcher", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "To use JVM file watcher 
to listen for file change events to support re-loading files that may be 
overwritten, somewhat like tail --retry" },
 "groupLines": { "index": 4, "kind": "parameter", "displayName": "Group 
Lines", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "To group X number of lines in the consumer. 
For example to group 10 lines and therefore only spit out an Exchange with 10 
lines, instead of 1 Exchange per line." },
 "groupStrategy": { "index": 5, "kind": "parameter", "displayName": "Group 
Strategy", "group": "consumer", "label": "consumer", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.stream.GroupStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Allows to use a custom GroupStrategy to control how to group lines." },
-"httpHeaders": { "index": 6, "kind": "parameter", "displayName": "Http 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "When using stream:http format, this 
option specifies optional http headers, such as Accept: application\/json. 
Multiple headers can be separated by comma." },
+"httpHeaders": { "index": 6, "kind": "parameter", "displayName": "Http 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "When using stream:http format, this 
option specifies optional http headers, such as Accept: application\/json. 
Multiple headers can be separated by comma. The format of headers should be 
HEADER=VALUE. An example might look [...]
 "httpUrl": { "index": 7, "kind": "parameter", "displayName": "Http Url", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "When using stream:http format, this option 
specifies the http url to stream from." },
 "initialPromptDelay": { "index": 8, "kind": "parameter", "displayName": 
"Initial Prompt Delay", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 2000, "description": "Initial delay in 
milliseconds before showing the message prompt. This delay occurs only once. 
Can be used during system startup to avoid message prompts being written while 
other logging is done t [...]
 "promptDelay": { "index": 9, "kind": "parameter", "displayName": "Prompt 
Delay", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "description": "Optional delay in milliseconds before showing 
the message prompt." },
diff --git 
a/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
 
b/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
index 561d347a920..baa1820e094 100644
--- 
a/components/camel-stream/src/generated/resources/org/apache/camel/component/stream/stream.json
+++ 

(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new b6f3cbf7ec2 Regen
b6f3cbf7ec2 is described below

commit b6f3cbf7ec205925e9150d22dce0c4f10e46d14c
Author: Claus Ibsen 
AuthorDate: Tue Nov 14 14:54:37 2023 +0100

Regen
---
 .../java/org/apache/camel/impl/DefaultProducerCacheTest.java   | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
index bb82f409135..b4c4378b37f 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
@@ -232,14 +232,16 @@ public class DefaultProducerCacheTest extends 
ContextTestSupport {
 
 List> callables = new ArrayList<>();
 
-for(int i = 0; i < 500; i++) {
+for (int i = 0; i < 500; i++) {
 int index = i % 3;
 callables.add(() -> {
 Producer producer = 
cache.acquireProducer(endpoints.get(index));
-boolean isEqual = 
producer.getEndpoint().getEndpointUri().equalsIgnoreCase(endpoints.get(index).getEndpointUri());
+boolean isEqual
+= 
producer.getEndpoint().getEndpointUri().equalsIgnoreCase(endpoints.get(index).getEndpointUri());
 
-if(!isEqual) {
-log.info("Endpoint uri to acquire: " + 
endpoints.get(index).getEndpointUri() + ", returned producer (uri): " + 
producer.getEndpoint().getEndpointUri());
+if (!isEqual) {
+log.info("Endpoint uri to acquire: " + 
endpoints.get(index).getEndpointUri() + ", returned producer (uri): "
+ + producer.getEndpoint().getEndpointUri());
 }
 
 return isEqual;



(camel) branch main updated: Regen for commit ec1f6eb633b9de6be3c7a7b02bef913a55835003 (#11974)

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


The following commit(s) were added to refs/heads/main by this push:
 new 0eb4e7fdae7 Regen for commit ec1f6eb633b9de6be3c7a7b02bef913a55835003 
(#11974)
0eb4e7fdae7 is described below

commit 0eb4e7fdae7b9ed70cefeced8e02bb25b3781820
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 11 18:12:25 2023 +0100

Regen for commit ec1f6eb633b9de6be3c7a7b02bef913a55835003 (#11974)

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



(camel) branch main updated: Regen

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


The following commit(s) were added to refs/heads/main by this push:
 new 7cda3f4b14d Regen
7cda3f4b14d is described below

commit 7cda3f4b14d47bd805e563f3af0200862f538844
Author: Claus Ibsen 
AuthorDate: Sat Nov 11 18:09:17 2023 +0100

Regen
---
 .../org/apache/camel/catalog/components/jolt.json  | 14 
 .../src/generated/resources/metadata.json  |  1 +
 .../endpoint/dsl/JoltEndpointBuilderFactory.java   | 40 --
 3 files changed, 8 insertions(+), 47 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jolt.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jolt.json
index bc4b3fb2394..52b581c8bc5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jolt.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jolt.json
@@ -5,6 +5,7 @@
 "title": "JOLT",
 "description": "JSON to JSON transformation using JOLT.",
 "deprecated": false,
+"deprecationNote": "",
 "firstVersion": "2.16.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.jolt.JoltComponent",
@@ -33,12 +34,11 @@
   },
   "properties": {
 "resourceUri": { "index": 0, "kind": "path", "displayName": "Resource 
Uri", "group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "supportFileReference": true, 
"description": "Path to the resource. You can prefix with: classpath, file, 
http, ref, or bean. classpath, file and http loads the resource using these 
protocols (classpath is default). ref will look [...]
-"allowContextMapAll": { "index": 1, "kind": "parameter", "displayName": 
"Allow Context Map All", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Sets whether the 
context map should allow access to all details. By default only the message 
body and headers can be accessed. This option can be enabled for full access to 
the current Exchange and C [...]
-"allowTemplateFromHeader": { "index": 2, "kind": "parameter", 
"displayName": "Allow Template From Header", "group": "producer", "label": "", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether to allow to use resource template from header or not 
(default false). Enabling this allows to specify dynamic templates via message 
header. However this can be seen as a potential s [...]
-"contentCache": { "index": 3, "kind": "parameter", "displayName": "Content 
Cache", "group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether to use resource 
content cache or not" },
-"inputType": { "index": 4, "kind": "parameter", "displayName": "Input 
Type", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [ 
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Hydrated", "description": "Specifies if the input is 
hydrated JSON or a JSON String." },
-"outputType": { "index": 5, "kind": "parameter", "displayName": "Output 
Type", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [ 
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Hydrated", "description": "Specifies if the output 
should be hydrated JSON or a JSON String." },
-"transformDsl": { "index": 6, "kind": "parameter", "displayName": 
"Transform Dsl", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.jolt.JoltTransformType", 
"enum": [ "Chainr", "Shiftr", "Defaultr", "Removr", "Sortr" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "Chainr", 
"description": "Specifies the Transform DSL of the endpoint resource. If none 
is specified Chainr will be used." },
-"lazyStartProducer": { "index": 7, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the 

(camel) branch main updated: 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


The following commit(s) were added to refs/heads/main by this push:
 new 7ca1234da06 Regen
7ca1234da06 is described below

commit 7ca1234da06b8b4d5e4d108d40267c9768b70abe
Author: Claus Ibsen 
AuthorDate: Mon Nov 6 10:17:08 2023 +0100

Regen
---
 .../component/ComponentsBuilderFactory.java|  15 +
 .../AzureStorageBlobComponentBuilderFactory.java   |  17 +
 .../component/dsl/SmbComponentBuilderFactory.java  | 149 +
 .../src/generated/resources/metadata.json  |  22 +
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  67 +-
 .../endpoint/dsl/SmbEndpointBuilderFactory.java| 708 +
 8 files changed, 974 insertions(+), 6 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 47dd4a65f45..2c9f842afb3 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
@@ -3667,6 +3667,21 @@ public interface ComponentsBuilderFactory {
 static 
org.apache.camel.builder.component.dsl.SlackComponentBuilderFactory.SlackComponentBuilder
 slack() {
 return 
org.apache.camel.builder.component.dsl.SlackComponentBuilderFactory.slack();
 }
+/**
+ * SMB (camel-smb)
+ * SMB component which consumes natively from file shares using the Server
+ * Message Block (SMB, also known as Common Internet File System - CIFS)
+ * protocol
+ * 
+ * Category: file
+ * Since: 4.2.0-SNAPSHOT
+ * Maven coordinates: org.apache.camel:camel-smb
+ * 
+ * @return the dsl builder
+ */
+static 
org.apache.camel.builder.component.dsl.SmbComponentBuilderFactory.SmbComponentBuilder
 smb() {
+return 
org.apache.camel.builder.component.dsl.SmbComponentBuilderFactory.smb();
+}
 /**
  * SMPP (camel-smpp)
  * Send and receive SMS messages using a SMSC (Short Message Service
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
index 247b3c18201..5cdf17c1316 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
@@ -265,6 +265,22 @@ public interface AzureStorageBlobComponentBuilderFactory {
 doSetProperty("regex", regex);
 return this;
 }
+/**
+ * In case of usage of Shared Access Signature we'll need to set a SAS
+ * Token.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: common
+ * 
+ * @param sasToken the value to set
+ * @return the dsl builder
+ */
+default AzureStorageBlobComponentBuilder sasToken(
+java.lang.String sasToken) {
+doSetProperty("sasToken", sasToken);
+return this;
+}
 /**
  * Client to a storage account. This client does not hold any state
  * about a particular storage account but is instead a convenient way 
of
@@ -695,6 +711,7 @@ public interface AzureStorageBlobComponentBuilderFactory {
 case "maxRetryRequests": getOrCreateConfiguration((BlobComponent) 
component).setMaxRetryRequests((int) value); return true;
 case "prefix": getOrCreateConfiguration((BlobComponent) 
component).setPrefix((java.lang.String) value); return true;
 case "regex": getOrCreateConfiguration((BlobComponent) 
component).setRegex((java.lang.String) value); return true;
+case "sasToken": getOrCreateConfiguration((BlobComponent) 
component).setSasToken((java.lang.String) value); return true;
 case "serviceClient": getOrCreateConfiguration((BlobComponent) 
component).setServiceClient((com.azure.storage.blob.BlobServiceClient) value); 
return true;
 case "timeout": getOrCreateConfiguration((BlobComponent) 
component).setTimeout((java.time.Duration) value); return true;
 case "bridgeErrorHandler": ((BlobComponent) 
component).setBridgeErrorHandler((boolean) value); return true;
diff --git 

(camel) branch main updated: Regen for commit fad9760a9ffe0fd521a793e665c7d2c1894f5976 (#11905)

2023-11-04 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


The following commit(s) were added to refs/heads/main by this push:
 new 41369424555 Regen for commit fad9760a9ffe0fd521a793e665c7d2c1894f5976 
(#11905)
41369424555 is described below

commit 41369424555aae28371919c34a1ecc76afa9760c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 4 11:13:20 2023 +0100

Regen for commit fad9760a9ffe0fd521a793e665c7d2c1894f5976 (#11905)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json   | 3 ++-
 1 file changed, 2 insertions(+), 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 aab97f14034..50fc11640ed 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
@@ -144,8 +144,9 @@
 { "name": "camel.debug.bodyIncludeFiles", "description": "Whether to 
include the message body of file based messages. The overhead is that the file 
content has to be read from the file.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
 { "name": "camel.debug.bodyIncludeStreams", "description": "Whether to 
include the message body of stream based messages. If enabled then beware the 
stream may not be re-readable later. See more about Stream Caching.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"boolean", "javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.debug.bodyMaxChars", "description": "To limit the message 
body to a maximum size in the traced message. Use 0 or negative value to use 
unlimited size.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "integer", 
"javaType": "int", "defaultValue": 131072 },
-{ "name": "camel.debug.breakpoints", "description": "Allows to 
pre-configure breakpoints (node ids) to use with debugger on startup. Multiple 
ids can be separated by comma. Use special value FIRST_ROUTES to add a 
breakpoint for the first node for every route, in other words this makes it 
easy to debug from the beginning of every route without knowing the exact node 
ids.", "sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", 
"type": "string", "javaType": "java.lang.S [...]
+{ "name": "camel.debug.breakpoints", "description": "Allows to 
pre-configure breakpoints (node ids) to use with debugger on startup. Multiple 
ids can be separated by comma. Use special value route: to add a breakpoint for 
the first node for every route, in other words this makes it easy to debug from 
the beginning of every route without knowing the exact node ids.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"string", "javaType": "java.lang.String" },
 { "name": "camel.debug.enabled", "description": "Enables Debugger in your 
Camel application.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
+{ "name": "camel.debug.fallbackTimeout", "description": "Fallback Timeout 
in seconds (300 seconds as default) when block the message processing in Camel. 
A timeout used for waiting for a message to arrive at a given breakpoint.", 
"sourceType": "org.apache.camel.main.DebuggerConfigurationProperties", "type": 
"integer", "javaType": "long", "defaultValue": 300 },
 { "name": "camel.debug.includeException", "description": "Trace messages 
to include exception if the message failed", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
 { "name": "camel.debug.includeExchangeProperties", "description": "Whether 
to include the exchange properties in the traced message", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
 { "name": "camel.debug.loggingLevel", "description": "The debugger logging 
level to use when logging activity.", "sourceType": 
"org.apache.camel.main.DebuggerConfigurationProperties", "type": "object", 
"javaType": "org.apache.camel.LoggingLevel", "defaultValue": "INFO", "enum": [ 
"ERROR", "WARN", "INFO", "DEBUG", "TRACE", "OFF" ] },



[camel] branch main updated: Regen for commit e6cede73c02c88d83ffd5876090e0072f9ea8e7b (#11796)

2023-10-21 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


The following commit(s) were added to refs/heads/main by this push:
 new 99af625708b Regen for commit e6cede73c02c88d83ffd5876090e0072f9ea8e7b 
(#11796)
99af625708b is described below

commit 99af625708b0f05f64c8db82504d92f274c8f1ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 21 12:10:56 2023 +0200

Regen for commit e6cede73c02c88d83ffd5876090e0072f9ea8e7b (#11796)

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 52 +++---
 1 file changed, 6 insertions(+), 46 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 8b8aba708c5..50efc8aa176 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
@@ -75,7 +75,7 @@ Configures batch-processing resequence eip.
 
   
 
   
 
@@ -1143,7 +1143,7 @@ Properties to use with properties placeholder
 
   
 
   
 
@@ -3852,50 +3852,10 @@ Enables random backoff. Default value: false
 
   
 
-
-  
-
-
-
-  
-
-
-  
-
-
-
-  
-
-
-  
-
-
-
-  
-
-
-  
-
-
-
-  
-
+
+
+
+
   
 
   



[camel] branch main updated: Regen

2023-10-21 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


The following commit(s) were added to refs/heads/main by this push:
 new 037a1433195 Regen
037a1433195 is described below

commit 037a14331951a25dd2179fffdbdeb09566d9253c
Author: Claus Ibsen 
AuthorDate: Sat Oct 21 08:46:17 2023 +0200

Regen
---
 .../main/java/org/apache/camel/support/DefaultComponent.java  | 11 ++-
 .../main/java/org/apache/camel/support/DefaultEndpoint.java   | 11 ++-
 .../apache/camel/support/RestConsumerContextPathMatcher.java  |  6 --
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/DefaultComponent.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/DefaultComponent.java
index 3f261b397b2..2599063264f 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/DefaultComponent.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/DefaultComponent.java
@@ -232,11 +232,12 @@ public abstract class DefaultComponent extends 
ServiceSupport implements Compone
 }
 
 /**
- * Allows for bridging the consumer to the Camel routing Error Handler, 
which mean any exceptions (if possible) occurred while
- * the Camel consumer is trying to pickup incoming messages, or the likes, 
will now be processed as a message and handled by the routing Error Handler.
- * Important: This is only possible if the 3rd party component allows 
Camel to be alerted if an exception was thrown. Some components handle this 
internally only,
- * and therefore bridgeErrorHandler is not possible. In other situations 
we may improve the Camel component to hook into the 3rd party component
- * and make this possible for future releases.
+ * Allows for bridging the consumer to the Camel routing Error Handler, 
which mean any exceptions (if possible)
+ * occurred while the Camel consumer is trying to pickup incoming 
messages, or the likes, will now be processed as a
+ * message and handled by the routing Error Handler. Important: This is 
only possible if the 3rd party component
+ * allows Camel to be alerted if an exception was thrown. Some components 
handle this internally only, and therefore
+ * bridgeErrorHandler is not possible. In other situations we may improve 
the Camel component to hook into the 3rd
+ * party component and make this possible for future releases.
  * 
  * By default the consumer will use the 
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
  * logged at WARN/ERROR level and ignored.
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
index 4701779a5bd..dda837cc5e2 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
@@ -298,11 +298,12 @@ public abstract class DefaultEndpoint extends 
ServiceSupport implements Endpoint
 }
 
 /**
- * Allows for bridging the consumer to the Camel routing Error Handler, 
which mean any exceptions (if possible) occurred while
- * the Camel consumer is trying to pickup incoming messages, or the likes, 
will now be processed as a message and handled by the routing Error Handler.
- * Important: This is only possible if the 3rd party component allows 
Camel to be alerted if an exception was thrown. Some components handle this 
internally only,
- * and therefore bridgeErrorHandler is not possible. In other situations 
we may improve the Camel component to hook into the 3rd party component
- * and make this possible for future releases.
+ * Allows for bridging the consumer to the Camel routing Error Handler, 
which mean any exceptions (if possible)
+ * occurred while the Camel consumer is trying to pickup incoming 
messages, or the likes, will now be processed as a
+ * message and handled by the routing Error Handler. Important: This is 
only possible if the 3rd party component
+ * allows Camel to be alerted if an exception was thrown. Some components 
handle this internally only, and therefore
+ * bridgeErrorHandler is not possible. In other situations we may improve 
the Camel component to hook into the 3rd
+ * party component and make this possible for future releases.
  * 
  * By default the consumer will use the 
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be
  * logged at WARN/ERROR level and ignored.
diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/RestConsumerContextPathMatcher.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/RestConsumerContextPathMatcher.java
index 

[camel] branch main updated: Regen for commit 2109446d7293de01621bd695a9f2811c8aa6ab9f (#11784)

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


The following commit(s) were added to refs/heads/main by this push:
 new e96d64791f0 Regen for commit 2109446d7293de01621bd695a9f2811c8aa6ab9f 
(#11784)
e96d64791f0 is described below

commit e96d64791f03e87f7081c1fef026244dd3bcdeec
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 20 10:53:47 2023 +0200

Regen for commit 2109446d7293de01621bd695a9f2811c8aa6ab9f (#11784)

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 .../resources/META-INF/services/org/apache/camel/component.properties   | 2 +-
 .../resources/META-INF/services/org/apache/camel/component/coap-tcp | 2 ++
 .../resources/META-INF/services/org/apache/camel/component/coaps-tcp| 2 ++
 .../META-INF/services/org/apache/camel/routes-loader/camel-xml  | 2 ++
 .../META-INF/services/org/apache/camel/routes-loader/camel-xml  | 2 ++
 .../META-INF/services/org/apache/camel/routes-loader/camel-yaml | 2 ++
 .../META-INF/services/org/apache/camel/routes-loader/camelk-yaml| 2 ++
 .../META-INF/services/org/apache/camel/routes-loader/kamelet-yaml   | 2 ++
 8 files changed, 15 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 75cd4056f2a..2e1bd39dae1 100644
--- 
a/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -1,5 +1,5 @@
 # Generated by camel build tools - do NOT edit this file!
-components=coap coap+tcp coaps coaps+tcp
+components=coap coap+tcp coap-tcp coaps coaps+tcp coaps-tcp
 groupId=org.apache.camel
 artifactId=camel-coap
 version=4.2.0-SNAPSHOT
diff --git 
a/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coap-tcp
 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coap-tcp
new file mode 100644
index 000..7b1b391727e
--- /dev/null
+++ 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coap-tcp
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.coap.CoAPComponent
diff --git 
a/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coaps-tcp
 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coaps-tcp
new file mode 100644
index 000..7b1b391727e
--- /dev/null
+++ 
b/components/camel-coap/src/generated/resources/META-INF/services/org/apache/camel/component/coaps-tcp
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.coap.CoAPComponent
diff --git 
a/dsl/camel-xml-io-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
 
b/dsl/camel-xml-io-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
new file mode 100644
index 000..dee32dcdfd3
--- /dev/null
+++ 
b/dsl/camel-xml-io-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.dsl.xml.io.CamelXmlRoutesBuilderLoader
diff --git 
a/dsl/camel-xml-jaxb-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
 
b/dsl/camel-xml-jaxb-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
new file mode 100644
index 000..54ee6432597
--- /dev/null
+++ 
b/dsl/camel-xml-jaxb-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-xml
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.dsl.xml.jaxb.CamelJaxbXmlRoutesBuilderLoader
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-yaml
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-yaml
new file mode 100644
index 000..99b1490d923
--- /dev/null
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camel-yaml
@@ -0,0 +1,2 @@
+# Generated by camel build tools - do NOT edit this file!
+class=org.apache.camel.dsl.yaml.CamelYamlRoutesBuilderLoader
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/META-INF/services/org/apache/camel/routes-loader/camelk-yaml
 

[camel] branch main updated: Regen for commit 03836e0e722d6163ccd1fd3385d37643c19c165b (#11728)

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


The following commit(s) were added to refs/heads/main by this push:
 new 64384e606c4 Regen for commit 03836e0e722d6163ccd1fd3385d37643c19c165b 
(#11728)
64384e606c4 is described below

commit 64384e606c4244f1264c191a7c3c915095cac634
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 16 08:36:07 2023 +0200

Regen for commit 03836e0e722d6163ccd1fd3385d37643c19c165b (#11728)

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



  1   2   3   4   5   6   7   8   9   10   >