[camel] branch main updated: Regen for commit 152edb947d13c046094961eeec8efb63c4a72994

2023-01-04 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 fee5b9ca167 Regen for commit 152edb947d13c046094961eeec8efb63c4a72994
fee5b9ca167 is described below

commit fee5b9ca1670eea111b1e2b1c4c0b097fdafd2a2
Author: davsclaus 
AuthorDate: Wed Jan 4 16:52:18 2023 +

Regen for commit 152edb947d13c046094961eeec8efb63c4a72994

Signed-off-by: GitHub 
---
 .../endpoint/dsl/Plc4XEndpointBuilderFactory.java  | 99 ++
 1 file changed, 99 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
index df0a95cf472..78fc2689cd0 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/Plc4XEndpointBuilderFactory.java
@@ -43,6 +43,39 @@ public interface Plc4XEndpointBuilderFactory {
 default AdvancedPlc4XEndpointConsumerBuilder advanced() {
 return (AdvancedPlc4XEndpointConsumerBuilder) this;
 }
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+default Plc4XEndpointConsumerBuilder autoReconnect(boolean 
autoReconnect) {
+doSetProperty("autoReconnect", autoReconnect);
+return this;
+}
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+default Plc4XEndpointConsumerBuilder autoReconnect(String 
autoReconnect) {
+doSetProperty("autoReconnect", autoReconnect);
+return this;
+}
 /**
  * The tags to read as Map containing the tag name associated to its
  * query.
@@ -257,6 +290,39 @@ public interface Plc4XEndpointBuilderFactory {
 default AdvancedPlc4XEndpointProducerBuilder advanced() {
 return (AdvancedPlc4XEndpointProducerBuilder) this;
 }
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+default Plc4XEndpointProducerBuilder autoReconnect(boolean 
autoReconnect) {
+doSetProperty("autoReconnect", autoReconnect);
+return this;
+}
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+default Plc4XEndpointProducerBuilder autoReconnect(String 
autoReconnect) {
+doSetProperty("autoReconnect", autoReconnect);
+return this;
+}
 /**
  * The tags to read as Map containing the tag name associated to its
  * query.
@@ -363,6 +429,39 @@ public interface Plc4XEndpointBuilderFactory {
 default AdvancedPlc4XEndpointBuilder advanced() {
 return (AdvancedPlc4XEndpointBuilder) this;
 }
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: false
+ * Group: common
+ * 
+ * @param autoReconnect the value to set
+ * @return the dsl builder
+ */
+default Plc4XEndpointBuilder autoReconnect(boolean autoReconnect) {
+doSetProperty("autoReconnect", autoReconnect);
+return this;
+}
+/**
+ * Whether to reconnect when no connection is present upon doing a
+ * request.
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: false
+  

[camel] branch main updated: Regen for commit d45d6bcaf4c4e5d4ccd150d4bfe125ab38b14466 (#8977)

2023-01-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 152edb947d1 Regen for commit d45d6bcaf4c4e5d4ccd150d4bfe125ab38b14466 
(#8977)
152edb947d1 is described below

commit 152edb947d13c046094961eeec8efb63c4a72994
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 4 17:00:49 2023 +0100

Regen for commit d45d6bcaf4c4e5d4ccd150d4bfe125ab38b14466 (#8977)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: orpiske 
---
 .../generated/resources/org/apache/camel/catalog/components/plc4x.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
index 107b2544ad4..4acf94aa598 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
@@ -28,6 +28,7 @@
   },
   "properties": {
 "driver": { "kind": "path", "displayName": "Driver", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "PLC4X connection string for the 
connection to the target" },
+"autoReconnect": { "kind": "parameter", "displayName": "Auto Reconnect", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to 
reconnect when no connection is present upon doing a request" },
 "tags": { "kind": "parameter", "displayName": "Tags", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
tags to read as Map containing the tag name associated to its query" },
 "period": { "kind": "parameter", "displayName": "Period", "group": 
"consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Interval on which the Trigger should be 
checked" },
 "trigger": { "kind": "parameter", "displayName": "Trigger", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Query to a trigger. On a 
rising edge of the trigger, the tags will be read once" },



[camel] branch main updated: Regen

2023-01-03 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 df60c60d989 Regen
df60c60d989 is described below

commit df60c60d9890b8c02419e3cc7951d71cc93a6ae0
Author: Claus Ibsen 
AuthorDate: Wed Jan 4 06:47:07 2023 +0100

Regen
---
 .../resources/org/apache/camel/catalog/components/salesforce.json   | 4 ++--
 .../builder/component/dsl/SalesforceComponentBuilderFactory.java| 2 +-
 .../builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java  | 6 +++---
 3 files changed, 6 insertions(+), 6 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 23f3cd06a2b..0953488a77d 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
@@ -25,7 +25,7 @@
   "componentProperties": {
 "apexMethod": { "kind": "property", "displayName": "Apex Method", "group": 
"common", "label": "", "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 name" },
 "apexQueryParams": { "kind": "property", "displayName": "Apex Query 
Params", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query params for APEX method" },
-"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "54.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
+"apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "56.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
 "backoffIncrement": { "kind": "property", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond CometD auto- [...]
 "batchId": { "kind": "property", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
 "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API co [...]
@@ -142,7 +142,7 @@
 "topicName": { "kind": "path", "displayName": "Topic Name", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The name of the topic\/channel to use" },
 "apexMethod": { "kind": "parameter", "displayName": "Apex Method", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "APEX method name" },
 

[camel] branch main updated: Regen for commit 175985f5ec1e216d5cc4250be60b32f8741afda3 (#8963)

2023-01-03 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 50dcd8b88ae Regen for commit 175985f5ec1e216d5cc4250be60b32f8741afda3 
(#8963)
50dcd8b88ae is described below

commit 50dcd8b88ae8ddb14faa99fccec7b0fd9a916355
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 3 09:48:25 2023 +0100

Regen for commit 175985f5ec1e216d5cc4250be60b32f8741afda3 (#8963)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../java/org/apache/camel/component/feed/FeedEndpoint.java | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
 
b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
index d6056742578..94583cd4bbb 100644
--- 
a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
+++ 
b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java
@@ -46,12 +46,14 @@ public abstract class FeedEndpoint extends 
DefaultPollingEndpoint {
+ "single feed poll should 
be delivered immediately. If true, only one entry is processed "
+ "per delay. Only 
applicable when splitEntries = true.")
 private boolean throttleEntries = true;
-@UriParam(label = "security", secret = true, description = "Sets the 
username to be used for basic authentication when polling from a HTTP feed. "
-+ "Notice: Basic authentication is not a secured method, and is 
not recommended to be used.")
+@UriParam(label = "security", secret = true,
+  description = "Sets the username to be used for basic 
authentication when polling from a HTTP feed. "
++ "Notice: Basic authentication is not a secured 
method, and is not recommended to be used.")
 @Deprecated
 private String username;
-@UriParam(label = "security", secret = true, description = "Sets the 
password to be used for basic authentication when polling from a HTTP feed."
-+ "Notice: Basic authentication is not a secured method, and is 
not recommended to be used.")
+@UriParam(label = "security", secret = true,
+  description = "Sets the password to be used for basic 
authentication when polling from a HTTP feed."
++ "Notice: Basic authentication is not a secured 
method, and is not recommended to be used.")
 @Deprecated
 private String password;
 



[camel] branch main updated: Regen

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

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


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

commit 175985f5ec1e216d5cc4250be60b32f8741afda3
Author: Claus Ibsen 
AuthorDate: Tue Jan 3 07:39:59 2023 +0100

Regen
---
 .../org/apache/camel/catalog/components/smpp.json   |  2 ++
 .../org/apache/camel/catalog/components/smpps.json  |  2 ++
 .../component/dsl/SmppComponentBuilderFactory.java  | 21 +
 .../component/dsl/SmppsComponentBuilderFactory.java | 21 +
 .../endpoint/dsl/SmppEndpointBuilderFactory.java| 20 
 5 files changed, 66 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smpp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smpp.json
index 48397c5e7cf..8393befc59c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smpp.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/smpp.json
@@ -35,6 +35,7 @@
 "destAddrTon": { "kind": "property", "displayName": "Dest Addr Ton", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "byte", "enum": [ "0", "1", "2", "3", "4", "5", "6" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.smpp.SmppConfiguration", "configurationField": 
"configuration", "description": "Defines the type of number (TON) to be used in 
the SME destination address parameter [...]
 "lazySessionCreation": { "kind": "property", "displayName": "Lazy Session 
Creation", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.smpp.SmppConfiguration", "configurationField": 
"configuration", "description": "Sessions can be lazily created to avoid 
exceptions, if the SMSC is not available when the [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
+"messageReceiverRouteId": { "kind": "property", "displayName": "Message 
Receiver Route Id", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.smpp.SmppConfiguration", "configurationField": 
"configuration", "description": "Set this on producer in order to benefit from 
transceiver (TRX) binding type. So once set, you do [...]
 "numberingPlanIndicator": { "kind": "property", "displayName": "Numbering 
Plan Indicator", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "byte", "enum": [ "0", "1", "2", "3", "6", "8", 
"9", "10", "13", "18" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.smpp.SmppConfiguration", "configurationField": 
"configuration", "description": "Defines the numeric plan indicator (NPI) to  
[...]
 "priorityFlag": { "kind": "property", "displayName": "Priority Flag", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "byte", "enum": [ "0", "1", "2", "3" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.smpp.SmppConfiguration", "configurationField": 
"configuration", "description": "Allows the originating SME to assign a 
priority level to the short message. Only for SubmitSm and  [...]
 "protocolId": { "kind": "property", "displayName": "Protocol Id", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "byte", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.smpp.SmppConfiguration", 
"configurationField": "configuration", "description": "The protocol id" },
@@ -125,6 +126,7 @@
 "destAddrNpi": { "kind": "parameter", "displayName": "Dest Addr Npi", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "byte", "enum": [ "0", "1", "2", "3", "6", "8", "9", "10", "13", 
"18" ], "deprecated": false, "autowired": 

[camel] branch main updated: Regen

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

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


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

commit d0d70750cf410ef1b32bf1218dbf525b3f906460
Author: Claus Ibsen 
AuthorDate: Tue Jan 3 07:32:26 2023 +0100

Regen
---
 .../camel/component/smpp/SmppComponentConfigurer.java   | 17 +++--
 .../camel/component/smpp/SmppEndpointConfigurer.java| 17 +++--
 .../camel/component/smpp/SmppEndpointUriFactory.java|  4 ++--
 .../resources/org/apache/camel/component/smpp/smpp.json |  2 ++
 .../org/apache/camel/component/smpp/smpps.json  |  2 ++
 5 files changed, 28 insertions(+), 14 deletions(-)

diff --git 
a/components/camel-smpp/src/generated/java/org/apache/camel/component/smpp/SmppComponentConfigurer.java
 
b/components/camel-smpp/src/generated/java/org/apache/camel/component/smpp/SmppComponentConfigurer.java
index a7b9c82175e..3438a118679 100644
--- 
a/components/camel-smpp/src/generated/java/org/apache/camel/component/smpp/SmppComponentConfigurer.java
+++ 
b/components/camel-smpp/src/generated/java/org/apache/camel/component/smpp/SmppComponentConfigurer.java
@@ -1,9 +1,14 @@
 /* Generated by camel build tools - do NOT edit this file! */
 package org.apache.camel.component.smpp;
 
+import java.util.Map;
+
 import org.apache.camel.CamelContext;
+import org.apache.camel.spi.ExtendedPropertyConfigurerGetter;
 import org.apache.camel.spi.PropertyConfigurerGetter;
+import org.apache.camel.spi.ConfigurerStrategy;
 import org.apache.camel.spi.GeneratedPropertyConfigurer;
+import org.apache.camel.util.CaseInsensitiveMap;
 import org.apache.camel.support.component.PropertyConfigurerSupport;
 
 /**
@@ -54,12 +59,12 @@ public class SmppComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "initialReconnectDelay": 
getOrCreateConfiguration(target).setInitialReconnectDelay(property(camelContext,
 long.class, value)); return true;
 case "lazysessioncreation":
 case "lazySessionCreation": 
getOrCreateConfiguration(target).setLazySessionCreation(property(camelContext, 
boolean.class, value)); return true;
-case "messagereceiverrouteid":
-case "messageReceiverRouteId": 
getOrCreateConfiguration(target).setMessageReceiverRouteId(property(camelContext,
 String.class, value)); return true;
 case "lazystartproducer":
 case "lazyStartProducer": 
target.setLazyStartProducer(property(camelContext, boolean.class, value)); 
return true;
 case "maxreconnect":
 case "maxReconnect": 
getOrCreateConfiguration(target).setMaxReconnect(property(camelContext, 
int.class, value)); return true;
+case "messagereceiverrouteid":
+case "messageReceiverRouteId": 
getOrCreateConfiguration(target).setMessageReceiverRouteId(property(camelContext,
 java.lang.String.class, value)); return true;
 case "numberingplanindicator":
 case "numberingPlanIndicator": 
getOrCreateConfiguration(target).setNumberingPlanIndicator(property(camelContext,
 byte.class, value)); return true;
 case "password": 
getOrCreateConfiguration(target).setPassword(property(camelContext, 
java.lang.String.class, value)); return true;
@@ -141,12 +146,12 @@ public class SmppComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "initialReconnectDelay": return long.class;
 case "lazysessioncreation":
 case "lazySessionCreation": return boolean.class;
-case "messagereceiverrouteid":
-case "messageReceiverRouteId": return String.class;
 case "lazystartproducer":
 case "lazyStartProducer": return boolean.class;
 case "maxreconnect":
 case "maxReconnect": return int.class;
+case "messagereceiverrouteid":
+case "messageReceiverRouteId": return java.lang.String.class;
 case "numberingplanindicator":
 case "numberingPlanIndicator": return byte.class;
 case "password": return java.lang.String.class;
@@ -229,12 +234,12 @@ public class SmppComponentConfigurer extends 
PropertyConfigurerSupport implement
 case "initialReconnectDelay": return 
getOrCreateConfiguration(target).getInitialReconnectDelay();
 case "lazysessioncreation":
 case "lazySessionCreation": return 
getOrCreateConfiguration(target).isLazySessionCreation();
-case "messagereceiverrouteid":
-case "messageReceiverRouteId": return 
getOrCreateConfiguration(target).getMessageReceiverRouteId();
 case "lazystartproducer":
 case "lazyStartProducer": return target.isLazyStartProducer();
 case "maxreconnect":
 case "maxReconnect": return 
getOrCreateConfiguration(target).getMaxReconnect();
+case "messagereceiverrouteid":
+case "messageReceiverRouteId": return 

[camel] branch main updated: Regen for commit 93943814cce92d053e9fbdcd426d81b33e4c45a4

2023-01-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 1c08fc777a9 Regen for commit 93943814cce92d053e9fbdcd426d81b33e4c45a4
1c08fc777a9 is described below

commit 1c08fc777a92ca0252681d9c6d80fb54de989a0f
Author: davsclaus 
AuthorDate: Sun Jan 1 13:04:24 2023 +

Regen for commit 93943814cce92d053e9fbdcd426d81b33e4c45a4

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/dataformats/fhirJson.json |  1 +
 .../apache/camel/catalog/dataformats/fhirXml.json  |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 45 ++
 .../camel/model/dataformat/FhirDataformat.java | 22 +--
 4 files changed, 57 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
index 7acdfc9ce08..323decaf07d 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
@@ -17,6 +17,7 @@
   },
   "properties": {
 "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4", "R5" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "R4", "description": "The 
version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4,R5" },
+"fhirContext": { "kind": "attribute", "displayName": "Fhir Context", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "To use a custom fhir context. Reference to object of type 
ca.uhn.fhir.context.FhirContext" },
 "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
 "parserErrorHandler": { "kind": "attribute", "displayName": "Parser Error 
Handler", "label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Registers an error handler which will be invoked when any parse 
errors are found. Reference to object of type 
ca.uhn.fhir.parser.IParserErrorHandler" },
 "parserOptions": { "kind": "attribute", "displayName": "Parser Options", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the parser options object which will be used to supply 
default options to newly created parsers. Reference to object of type 
ca.uhn.fhir.context.ParserOptions." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
index 61236562c76..3091333b975 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
@@ -17,6 +17,7 @@
   },
   "properties": {
 "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4", "R5" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "R4", "description": "The 
version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4,R5" },
+"fhirContext": { "kind": "attribute", "displayName": "Fhir Context", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "To use a custom fhir context. Reference to object of type 
ca.uhn.fhir.context.FhirContext" },
 "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 

[camel] branch main updated: Regen for commit 57c58d6ae18c3d2f2732b746e081d29930ae0804

2022-12-30 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 428e49451c5 Regen for commit 57c58d6ae18c3d2f2732b746e081d29930ae0804
428e49451c5 is described below

commit 428e49451c5fba477920ec4a735a330b9dc5a0f6
Author: davsclaus 
AuthorDate: Fri Dec 30 20:47:14 2022 +

Regen for commit 57c58d6ae18c3d2f2732b746e081d29930ae0804

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/dataformats/fhirJson.json |  7 ++-
 .../apache/camel/catalog/dataformats/fhirXml.json  |  7 ++-
 .../org/apache/camel/catalog/models/fhirJson.json  |  7 ++-
 .../org/apache/camel/catalog/models/fhirXml.json   |  7 ++-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 65 +++---
 .../camel/component/fhir/FhirDataFormat.java   |  3 +-
 .../camel/model/dataformat/FhirDataformat.java | 48 
 .../reifier/dataformat/FhirDataFormatReifier.java  |  3 +-
 8 files changed, 73 insertions(+), 74 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
index f58f0c88ec1..97bc1cbaaa9 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
@@ -18,16 +18,17 @@
   "properties": {
 "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4", "R5" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "R4", "description": "The 
version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4,R5" },
 "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
+"preferTypes": { "kind": "attribute", "displayName": "Prefer Types", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If set (FQN class names), when parsing resources the parser 
will try to use the given types when possible, in the order that they are 
provided (from highest to lowest priority). For example, if a custom type which 
declares to implement the Patient resourc [...]
 "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the server's base URL used by this parser. If a value is 
set, resource references will be turned into relative references if they are 
provided as absolute URLs but have a base matching the given base." },
 "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false) the ID 
of any resources being encoded will not be included in the output. Note that 
this does not apply to contained resources, only to root resources. In other 
words, if this is set to tru [...]
 "encodeElementsAppliesToChildResourcesOnly": { "kind": "attribute", 
"displayName": "Encode Elements Applies To Child Resources Only", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false), the 
values supplied to setEncodeElements(Set) will not be applied to the root 
resource (typically a Bundle), but will be applied t [...]
-"encodeElements": { "kind": "attribute", "displayName": "Encode Elements", 
"label": "advanced", "required": false, "type": "object", "javaType": 
"java.util.Set", "deprecated": false, "autowired": false, 
"secret": false, "description": "If provided, specifies the elements which 
should be encoded, to the exclusion of all others. Valid values for this field 
would include: Patient - Encode patient and all its children Patient.name - 
Encode only the patient's name Patien [...]
-"dontEncodeElements": { "kind": "attribute", "displayName": 

[camel] branch main updated: Regen for commit e06690374992b807ebf5b9d4c2747df0988b26d8

2022-12-30 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 1f8700a7334 Regen for commit e06690374992b807ebf5b9d4c2747df0988b26d8
1f8700a7334 is described below

commit 1f8700a733442e36ed0191cf06574646d62f32b1
Author: davsclaus 
AuthorDate: Fri Dec 30 17:56:26 2022 +

Regen for commit e06690374992b807ebf5b9d4c2747df0988b26d8

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/dataformats/jsonApi.json  |  4 +-
 .../org/apache/camel/catalog/models.properties |  1 -
 .../org/apache/camel/catalog/models/jsonApi.json   |  4 +-
 .../org/apache/camel/catalog/models/param.json |  2 +-
 .../camel/catalog/models/responseHeader.json   |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 54 +++---
 .../camel/component/jsonapi/JsonApiDataFormat.java |  3 +-
 .../camel/model/dataformat/JsonApiDataFormat.java  |  7 ++-
 .../camel/component/rest/FromRestGetTest.java  |  2 -
 .../java/org/apache/camel/xml/in/BaseParser.java   |  1 -
 .../org/apache/camel/xml/in/ModelParserTest.java   |  3 +-
 .../camel/maven/packaging/SchemaGeneratorMojo.java |  1 -
 12 files changed, 39 insertions(+), 45 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jsonApi.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jsonApi.json
index 88be1d947d7..aab5b82aea8 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jsonApi.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jsonApi.json
@@ -16,8 +16,8 @@
 "modelJavaType": "org.apache.camel.model.dataformat.JsonApiDataFormat"
   },
   "properties": {
-"dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": false, "type": "string", "javaType": 
"java.lang.Class[]", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account for the 
marshalling" },
-"mainFormatType": { "kind": "attribute", "displayName": "Main Format 
Type", "required": false, "type": "string", "javaType": 
"java.lang.Class", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account while 
unmarshalling" },
+"dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
classes to take into account for the marshalling. Multiple classes can be 
separated by comma." },
+"mainFormatType": { "kind": "attribute", "displayName": "Main Format 
Type", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
class to take into account while unmarshalling." },
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
 }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
index 1f8171a834c..183d96a99d2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
@@ -1,5 +1,4 @@
 aggregate
-allowedValue
 any23
 apiKey
 asn1
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonApi.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonApi.json
index c654b024c42..781d1dba500 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonApi.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonApi.json
@@ -13,8 +13,8 @@
 "output": false
   },
   "properties": {
-"dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": false, "type": "string", "javaType": 
"java.lang.Class[]", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account for the 
marshalling" },
-"mainFormatType": { "kind": "attribute", "displayName": "Main Format 
Type", "required": false, "type": "string", "javaType": 
"java.lang.Class", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account while 
unmarshalling" },
+"dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": 

[camel] branch main updated: Regen for commit fd7be4ff35d3ac721c4583e6b9874f8611ca8d51

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

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


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

commit a402137c84e07d288a2ea2fc4e8b7b982f394468
Author: oscerd 
AuthorDate: Thu Dec 29 08:47:00 2022 +

Regen for commit fd7be4ff35d3ac721c4583e6b9874f8611ca8d51

Signed-off-by: GitHub 
---
 .../AtmosphereWebsocketEndpointBuilderFactory.java | 216 ++---
 .../dsl/JettyHttpEndpointBuilderFactory.java   | 132 
 .../dsl/ResteasyEndpointBuilderFactory.java| 356 +++--
 .../dsl/ServletEndpointBuilderFactory.java | 208 ++--
 4 files changed, 457 insertions(+), 455 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtmosphereWebsocketEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtmosphereWebsocketEndpointBuilderFactory.java
index 64690e9b0dc..5ea3118d96e 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtmosphereWebsocketEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtmosphereWebsocketEndpointBuilderFactory.java
@@ -141,42 +141,6 @@ public interface AtmosphereWebsocketEndpointBuilderFactory 
{
 doSetProperty("disableStreamCache", disableStreamCache);
 return this;
 }
-/**
- * To use a custom HeaderFilterStrategy to filter header to and from
- * Camel message.
- * 
- * The option is a:
- * codeorg.apache.camel.spi.HeaderFilterStrategy/code
- * type.
- * 
- * Group: common
- * 
- * @param headerFilterStrategy the value to set
- * @return the dsl builder
- */
-default AtmosphereWebsocketEndpointConsumerBuilder 
headerFilterStrategy(
-org.apache.camel.spi.HeaderFilterStrategy 
headerFilterStrategy) {
-doSetProperty("headerFilterStrategy", headerFilterStrategy);
-return this;
-}
-/**
- * To use a custom HeaderFilterStrategy to filter header to and from
- * Camel message.
- * 
- * The option will be converted to a
- * codeorg.apache.camel.spi.HeaderFilterStrategy/code
- * type.
- * 
- * Group: common
- * 
- * @param headerFilterStrategy the value to set
- * @return the dsl builder
- */
-default AtmosphereWebsocketEndpointConsumerBuilder 
headerFilterStrategy(
-String headerFilterStrategy) {
-doSetProperty("headerFilterStrategy", headerFilterStrategy);
-return this;
-}
 /**
  * Whether to send to all (broadcast) or send to a single receiver.
  * 
@@ -469,6 +433,42 @@ public interface AtmosphereWebsocketEndpointBuilderFactory 
{
 default AtmosphereWebsocketEndpointConsumerBuilder basic() {
 return (AtmosphereWebsocketEndpointConsumerBuilder) this;
 }
+/**
+ * To use a custom HeaderFilterStrategy to filter header to and from
+ * Camel message.
+ * 
+ * The option is a:
+ * codeorg.apache.camel.spi.HeaderFilterStrategy/code
+ * type.
+ * 
+ * Group: common (advanced)
+ * 
+ * @param headerFilterStrategy the value to set
+ * @return the dsl builder
+ */
+default AdvancedAtmosphereWebsocketEndpointConsumerBuilder 
headerFilterStrategy(
+org.apache.camel.spi.HeaderFilterStrategy 
headerFilterStrategy) {
+doSetProperty("headerFilterStrategy", headerFilterStrategy);
+return this;
+}
+/**
+ * To use a custom HeaderFilterStrategy to filter header to and from
+ * Camel message.
+ * 
+ * The option will be converted to a
+ * codeorg.apache.camel.spi.HeaderFilterStrategy/code
+ * type.
+ * 
+ * Group: common (advanced)
+ * 
+ * @param headerFilterStrategy the value to set
+ * @return the dsl builder
+ */
+default AdvancedAtmosphereWebsocketEndpointConsumerBuilder 
headerFilterStrategy(
+String headerFilterStrategy) {
+doSetProperty("headerFilterStrategy", headerFilterStrategy);
+return this;
+}
 /**
  * To use a custom HttpBinding to control the mapping between Camel
  * message and HttpClient.
@@ -1007,42 +1007,6 @@ public interface 
AtmosphereWebsocketEndpointBuilderFactory {
 doSetProperty("disableStreamCache", disableStreamCache);
 

[camel] branch main updated: Regen for commit 27fd30638fbde9efb9fb736c708929e5f004ab5e

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

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


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

commit fd7be4ff35d3ac721c4583e6b9874f8611ca8d51
Author: davsclaus 
AuthorDate: Thu Dec 29 07:33:44 2022 +

Regen for commit 27fd30638fbde9efb9fb736c708929e5f004ab5e

Signed-off-by: GitHub 
---
 .../catalog/components/atmosphere-websocket.json   |  4 +-
 .../org/apache/camel/catalog/components/jetty.json |  6 +--
 .../apache/camel/catalog/components/resteasy.json  | 18 
 .../apache/camel/catalog/components/servlet.json   |  6 +--
 .../atmosphere/websocket/atmosphere-websocket.json |  4 +-
 .../camel/http/common/HttpCommonEndpoint.java  |  2 +-
 .../apache/camel/component/http/HttpComponent.java |  6 +--
 .../apache/camel/component/http/HttpEndpoint.java  |  2 +-
 .../org/apache/camel/component/jetty9/jetty.json   |  6 +--
 .../apache/camel/component/resteasy/resteasy.json  | 18 
 .../apache/camel/component/servlet/servlet.json|  6 +--
 .../dsl/ResteasyComponentBuilderFactory.java   | 54 +++---
 12 files changed, 66 insertions(+), 66 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atmosphere-websocket.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atmosphere-websocket.json
index 8dce44906ab..705b1fb20d5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atmosphere-websocket.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/atmosphere-websocket.json
@@ -46,10 +46,10 @@
 "servicePath": { "kind": "path", "displayName": "Service Path", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Name of websocket endpoint" },
 "chunked": { "kind": "parameter", "displayName": "Chunked", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "If this option is false the Servlet will 
disable the HTTP streaming and set the content-length header on the response" },
 "disableStreamCache": { "kind": "parameter", "displayName": "Disable 
Stream Cache", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Determines whether or 
not the raw input stream from Servlet is cached or not (Camel will read the 
stream into a in memory\/overflow to file, Stream caching) cache. By default 
Camel will cache the Servlet inpu [...]
-"headerFilterStrategy": { "kind": "parameter", "displayName": "Header 
Filter Strategy", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom HeaderFilterStrategy to filter header to and from Camel message." 
},
 "sendToAll": { "kind": "parameter", "displayName": "Send To All", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to send to all (broadcast) or 
send to a single receiver." },
-"transferException": { "kind": "parameter", "displayName": "Transfer 
Exception", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If enabled and an 
Exchange failed processing on the consumer side, and if the caused Exception 
was send back serialized in the response as a 
application\/x-java-serialized-object content type. On the producer side the 
[...]
+"transferException": { "kind": "parameter", "displayName": "Transfer 
Exception", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If enabled and an 
Exchange failed processing on the consumer side, and if the caused Exception 
was send back serialized in the response as a 
application\/x-java-serialized-object content type. On the producer si [...]
 "useStreaming": { "kind": "parameter", "displayName": "Use Streaming", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", 

[camel] branch main updated: Regen for commit ce91dad96892165371feb5bd53fef5e7cf2eaa89

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

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


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

commit 7fc4686ef21f9c593cbaafa711c4aad395370cae
Author: davsclaus 
AuthorDate: Wed Dec 28 18:58:32 2022 +

Regen for commit ce91dad96892165371feb5bd53fef5e7cf2eaa89

Signed-off-by: GitHub 
---
 .../main/java/org/apache/camel/catalog/console/CatalogConsole.java| 2 +-
 .../component/azure/key/vault/AzureKeyVaultManagerDevConsole.java | 2 +-
 .../google/secret/manager/GoogleSecretManagerDevConsole.java  | 2 +-
 .../java/org/apache/camel/component/micrometer/MicrometerConsole.java | 2 +-
 .../component/microprofile/faulttolerance/FaultToleranceConsole.java  | 2 +-
 .../camel/component/microprofile/metrics/MicroProfileConsole.java | 2 +-
 .../src/main/java/org/apache/camel/component/mina/MinaConsole.java| 2 +-
 .../src/main/java/org/apache/camel/component/mllp/MllpConsole.java| 2 +-
 .../src/main/java/org/apache/camel/component/netty/NettyConsole.java  | 2 +-
 .../org/apache/camel/component/platform/http/PlatformHttpConsole.java | 2 +-
 .../org/apache/camel/component/resilience4j/ResilienceConsole.java| 2 +-
 .../java/org/apache/camel/support/console/AbstractDevConsole.java | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/catalog/camel-catalog-console/src/main/java/org/apache/camel/catalog/console/CatalogConsole.java
 
b/catalog/camel-catalog-console/src/main/java/org/apache/camel/catalog/console/CatalogConsole.java
index 67821eba876..c339cb1c5e6 100644
--- 
a/catalog/camel-catalog-console/src/main/java/org/apache/camel/catalog/console/CatalogConsole.java
+++ 
b/catalog/camel-catalog-console/src/main/java/org/apache/camel/catalog/console/CatalogConsole.java
@@ -22,8 +22,8 @@ import java.util.Map;
 
 import org.apache.camel.catalog.CamelCatalog;
 import org.apache.camel.catalog.DefaultCamelCatalog;
-import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.spi.annotations.DevConsole;
+import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.tooling.model.ArtifactModel;
 import org.apache.camel.tooling.model.OtherModel;
 import org.apache.camel.util.json.JsonObject;
diff --git 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/AzureKeyVaultManagerDevConsole.java
 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/AzureKeyVaultManagerDevConsole.java
index 0b58da6b62d..469d4f77cbb 100644
--- 
a/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/AzureKeyVaultManagerDevConsole.java
+++ 
b/components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/AzureKeyVaultManagerDevConsole.java
@@ -23,10 +23,10 @@ import java.util.List;
 import java.util.Map;
 
 import org.apache.camel.ExtendedCamelContext;
-import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.spi.PeriodTaskScheduler;
 import org.apache.camel.spi.PropertiesFunction;
 import org.apache.camel.spi.annotations.DevConsole;
+import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.util.TimeUtils;
 import org.apache.camel.util.json.JsonArray;
 import org.apache.camel.util.json.JsonObject;
diff --git 
a/components/camel-google/camel-google-secret-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerDevConsole.java
 
b/components/camel-google/camel-google-secret-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerDevConsole.java
index 6f444267b1a..cfc66f6d437 100644
--- 
a/components/camel-google/camel-google-secret-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerDevConsole.java
+++ 
b/components/camel-google/camel-google-secret-manager/src/main/java/org/apache/camel/component/google/secret/manager/GoogleSecretManagerDevConsole.java
@@ -24,10 +24,10 @@ import java.util.Map;
 
 import org.apache.camel.ExtendedCamelContext;
 import 
org.apache.camel.component.google.secret.manager.vault.PubsubReloadTriggerTask;
-import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.spi.PeriodTaskScheduler;
 import org.apache.camel.spi.PropertiesFunction;
 import org.apache.camel.spi.annotations.DevConsole;
+import org.apache.camel.support.console.AbstractDevConsole;
 import org.apache.camel.util.TimeUtils;
 import org.apache.camel.util.json.JsonArray;
 import org.apache.camel.util.json.JsonObject;
diff --git 

[camel] branch main updated: Regen for commit ddd5a37cfb0139d10de17bcab9c1b705e052ebdd (#8954)

2022-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 3be04f0044f Regen for commit ddd5a37cfb0139d10de17bcab9c1b705e052ebdd 
(#8954)
3be04f0044f is described below

commit 3be04f0044ff8fcecf81ea06f8aec0ee17095a70
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 28 13:16:25 2022 +0100

Regen for commit ddd5a37cfb0139d10de17bcab9c1b705e052ebdd (#8954)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json  | 2 +-
 .../test/java/org/apache/camel/cdi/test/CamelEventNotifierTest.java   | 1 -
 core/camel-api/src/main/java/org/apache/camel/spi/CamelEvent.java | 4 +---
 core/camel-api/src/main/java/org/apache/camel/spi/EventFactory.java   | 3 +--
 .../apache/camel/impl/event/ExchangeAsyncProcessingStartedEvent.java  | 3 +--
 core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java  | 3 ++-
 6 files changed, 6 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index b9836b00584..d2d09c2a980 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
@@ -95,7 +95,7 @@
 { "name": "camel.main.routesReloadEnabled", "description": "Used for 
enabling automatic routes reloading. If enabled then Camel will watch for file 
changes in the given reload directory, and trigger reloading routes if files 
are changed.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.routesReloadPattern", "description": "Used for 
inclusive filtering of routes from directories. Typical used for specifying to 
accept routes in XML or YAML files, such as .yaml,.xml. Multiple patterns can 
be specified separated by comma.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.main.routesReloadRemoveAllRoutes", "description": "When 
reloading routes should all existing routes be stopped and removed. By default, 
Camel will stop and remove all existing routes before reloading routes. This 
ensures that only the reloaded routes will be active. If disabled then only 
routes with the same route id is updated, and any existing routes are continued 
to run.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "ja [...]
-{ "name": "camel.main.routesReloadRestartDuration", "description": 
"Whether to restart max duration when routes are reloaded. For example if max 
duration is 60 seconds, and a route is reloaded after 25 seconds, then this 
will restart the count and wait 60 seconds again.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
+{ "name": "camel.main.routesReloadRestartDuration", "description": 
"Whether to restart max duration when routes are reloaded. For example if max 
duration is 60 seconds, and a route is reloaded after 25 seconds, then this 
will restart the count and wait 60 seconds again.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": "false" },
 { "name": "camel.main.shutdownLogInflightExchangesOnTimeout", 
"description": "Sets whether to log information about the inflight Exchanges 
which are still running during a shutdown which didn't complete without the 
given timeout. This requires to enable the option 
inflightRepositoryBrowseEnabled.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
 { "name": "camel.main.shutdownNowOnTimeout", "description": "Sets whether 
to force shutdown of all consumers when a timeout occurred and thus not all 
consumers was shutdown within that period. You should have good reasons to set 
this option to false as it means that the routes keep running and is halted 
abruptly when CamelContext has been shutdown.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": true },
 { "name": "camel.main.shutdownRoutesInReverseOrder", "description": "Sets 
whether routes should be shutdown in reverse or the same order 

[camel] branch main updated: Regen for commit f48bfbe953e765e559f022603ab4aa231164699e (#8953)

2022-12-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 b4015dbeb9e Regen for commit f48bfbe953e765e559f022603ab4aa231164699e 
(#8953)
b4015dbeb9e is described below

commit b4015dbeb9e69dd071b2226309e17e5e487c7451
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 27 18:13:40 2022 +0100

Regen for commit f48bfbe953e765e559f022603ab4aa231164699e (#8953)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../src/main/java/org/apache/camel/http/common/CamelServlet.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
index e248de19457..93b11f3a999 100644
--- 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
+++ 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
@@ -218,8 +218,8 @@ public class CamelServlet extends HttpServlet implements 
HttpRegistryProvider {
  * This is the logical implementation to handle request with {@link 
CamelServlet} This is where most exceptions
  * should be handled
  *
- * @param  request  the {@link HttpServletRequest}
- * @param  response the {@link HttpServletResponse}
+ * @param request  the {@link HttpServletRequest}
+ * @param response the {@link HttpServletResponse}
  */
 protected void doService(HttpServletRequest request, HttpServletResponse 
response) throws ServletException, IOException {
 log.trace("Service: {}", request);



[camel] branch main updated: Regen for commit 9bd7acd73f5ae0acfac4763570b4a5c252e989e3

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

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


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

commit af10819178ba58abb89f6a00abfb16a5dd901862
Author: davsclaus 
AuthorDate: Tue Dec 27 12:08:19 2022 +

Regen for commit 9bd7acd73f5ae0acfac4763570b4a5c252e989e3

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/dataformats/jaxb.json |  1 +
 .../org/apache/camel/catalog/models/jaxb.json  |  1 +
 .../org/apache/camel/catalog/schemas/camel-spring.xsd  | 15 +++
 .../apache/camel/model/dataformat/JaxbDataFormat.java  | 18 --
 4 files changed, 25 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jaxb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jaxb.json
index 6dcde9e7a79..f605f340501 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jaxb.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/jaxb.json
@@ -35,6 +35,7 @@
 "noNamespaceSchemaLocation": { "kind": "attribute", "displayName": "No 
Namespace Schema Location", "label": "advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To define the location of the 
namespaceless schema" },
 "jaxbProviderProperties": { "kind": "attribute", "displayName": "Jaxb 
Provider Properties", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Refers to a custom java.util.Map to lookup in 
the registry containing custom JAXB provider properties to be used with the 
JAXB marshaller." },
 "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
+"accessExternalSchemaProtocols": { "kind": "attribute", "displayName": 
"Access External Schema Protocols", "label": "security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "false", "description": 
"Only in use if schema validation has been enabled. Restrict access to the 
protocols specified for external reference set by the schemaLocation attribute, 
Import and Include element. Examples o [...]
 "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
 }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jaxb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jaxb.json
index 8452f637a27..fff71749476 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jaxb.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jaxb.json
@@ -32,6 +32,7 @@
 "noNamespaceSchemaLocation": { "kind": "attribute", "displayName": "No 
Namespace Schema Location", "label": "advanced", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To define the location of the 
namespaceless schema" },
 "jaxbProviderProperties": { "kind": "attribute", "displayName": "Jaxb 
Provider Properties", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Refers to a custom java.util.Map to lookup in 
the registry containing custom JAXB provider properties to be used with the 
JAXB marshaller." },
 "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
+

[camel] branch main updated: Regen for commit e0aaa73b9778990c2e19f2d8d6ef4130f0b5d56a

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

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


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

commit 9b6dc2e3bba706cdaac1744d4467641efc12e920
Author: oscerd 
AuthorDate: Sun Dec 25 17:28:06 2022 +

Regen for commit e0aaa73b9778990c2e19f2d8d6ef4130f0b5d56a

Signed-off-by: GitHub 
---
 .../camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
index f955c291e99..c3e44fe98fc 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
@@ -2338,8 +2338,8 @@ public interface KafkaEndpointBuilderFactory {
 }
 /**
  * This parameter allows you to specify the compression codec for all
- * data generated by this producer. Valid values are none, gzip and
- * snappy.
+ * data generated by this producer. Valid values are none, gzip, 
snappy,
+ * lz4 and zstd.
  * 
  * The option is a: codejava.lang.String/code type.
  * 



[camel] branch main updated: Regen for commit 1cbf2b6f457c74842e7ff843cc3908e1fc969caf

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

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


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

commit e0aaa73b9778990c2e19f2d8d6ef4130f0b5d56a
Author: davsclaus 
AuthorDate: Sun Dec 25 16:41:25 2022 +

Regen for commit 1cbf2b6f457c74842e7ff843cc3908e1fc969caf

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/kafka.json  | 4 ++--
 .../generated/resources/org/apache/camel/component/kafka/kafka.json   | 4 ++--
 .../camel/builder/component/dsl/KafkaComponentBuilderFactory.java | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
index 8884720bcfc..0be3446cdd2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kafka.json
@@ -68,7 +68,7 @@
 "subscribeConsumerBackoffMaxAttempts": { "kind": "property", 
"displayName": "Subscribe Consumer Backoff Max Attempts", "group": "consumer 
(advanced)", "label": "consumer,advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Maximum number the kafka consumer will attempt 
to subscribe to the kafka broker, before eventually giving up and failing. 
Error during subscribing the consumer to the kafka top [...]
 "batchWithIndividualHeaders": { "kind": "property", "displayName": "Batch 
With Individual Headers", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "If this feature is 
enabled and a single element of a batch is an Exchang [...]
 "bufferMemorySize": { "kind": "property", "displayName": "Buffer Memory 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "33554432", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The total bytes of memory the producer can use 
to buffer records waiting to be [...]
-"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to specify the [...]
+"compressionCodec": { "kind": "property", "displayName": "Compression 
Codec", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "gzip", "snappy", 
"lz4", "zstd" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "none", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This parameter allows you to spe [...]
 "connectionMaxIdleMs": { "kind": "property", "displayName": "Connection 
Max Idle Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "54", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Close idle connections 
after the number of milliseconds specified by this [...]
 "deliveryTimeoutMs": { "kind": "property", "displayName": "Delivery 
Timeout Ms", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "12", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "An upper bound on the 
time to report success or failure after a call to send() [...]
 "enableIdempotence": { "kind": "property", "displayName": "Enable 
Idempotence", "group": "producer", "label": "producer", "required": 

[camel] branch main updated: Regen for commit 17ecae446cee4ede8dc559c5886afcf5a3d6281a

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

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


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

commit cdf3283f3ca9d3b802745fcebe4adadb07fe6df4
Author: davsclaus 
AuthorDate: Wed Dec 21 12:26:41 2022 +

Regen for commit 17ecae446cee4ede8dc559c5886afcf5a3d6281a

Signed-off-by: GitHub 
---
 .../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 9f7700b0877..d378cbb1ad0 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
@@ -2441,7 +2441,7 @@ Evaluates an XQuery expressions against an XML payload.
 
   
 
   
 



[camel] branch main updated: Regen for commit f54c89e322cd3eb0a6c77eb295006f13d8ebfd06 (#8938)

2022-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 3914bc0f28b Regen for commit f54c89e322cd3eb0a6c77eb295006f13d8ebfd06 
(#8938)
3914bc0f28b is described below

commit 3914bc0f28b0e7451d66872cb40f8815207cafc8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 21 12:38:13 2022 +0100

Regen for commit f54c89e322cd3eb0a6c77eb295006f13d8ebfd06 (#8938)

Signed-off-by: GitHub 

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cli-connector.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cli-connector.json
index c04193ebc4c..968652cb325 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cli-connector.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/cli-connector.json
@@ -7,7 +7,7 @@
 "deprecated": false,
 "firstVersion": "3.19.0",
 "label": "tooling",
-"supportLevel": "Preview",
+"supportLevel": "Stable",
 "groupId": "org.apache.camel",
 "artifactId": "camel-cli-connector",
 "version": "3.21.0-SNAPSHOT"



[camel] branch main updated: Regen for commit 4a88914fa177b92366b3dfd854a67358afbe5fd2 (#8930)

2022-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 2acb10b986f Regen for commit 4a88914fa177b92366b3dfd854a67358afbe5fd2 
(#8930)
2acb10b986f is described below

commit 2acb10b986fa6dac5cf1ff0674e68e51709b84ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 20 12:27:34 2022 +0100

Regen for commit 4a88914fa177b92366b3dfd854a67358afbe5fd2 (#8930)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../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 9f7700b0877..d378cbb1ad0 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
@@ -2441,7 +2441,7 @@ Evaluates an XQuery expressions against an XML payload.
 
   
 
   
 



[camel] branch main updated: Regen for commit 77b514e5e6f2fa088cd3918b1cd1e3099046aaaf

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

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


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

commit 0fb20d9de05fd6f45b0a87957938a3851892c3d6
Author: davsclaus 
AuthorDate: Mon Dec 19 11:14:32 2022 +

Regen for commit 77b514e5e6f2fa088cd3918b1cd1e3099046aaaf

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
index ffa43bf8270..7f5d1880761 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
@@ -33,7 +33,7 @@
 "host": { "kind": "path", "displayName": "Host", "group": "common", 
"label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Host of the server to connect to" },
 "port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Port of the server to connect to" },
 "tableName": { "kind": "path", "displayName": "Table Name", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Table to connect to" },
-"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kudu.KuduOperations", "enum": [ "INSERT", 
"CREATE_TABLE", "SCAN" ], "deprecated": false, "autowired": false, "secret": 
false, "description": "Operation to perform" },
+"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kudu.KuduOperations", "enum": [ "INSERT", "DELETE", 
"UPDATE", "UPSERT", "CREATE_TABLE", "SCAN" ], "deprecated": false, "autowired": 
false, "secret": false, "description": "Operation to perform" },
 "lazyStartProducer": { "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 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 other [...]
   }
 }
diff --git 
a/components/camel-kudu/src/generated/resources/org/apache/camel/component/kudu/kudu.json
 
b/components/camel-kudu/src/generated/resources/org/apache/camel/component/kudu/kudu.json
index ffa43bf8270..7f5d1880761 100644
--- 
a/components/camel-kudu/src/generated/resources/org/apache/camel/component/kudu/kudu.json
+++ 
b/components/camel-kudu/src/generated/resources/org/apache/camel/component/kudu/kudu.json
@@ -33,7 +33,7 @@
 "host": { "kind": "path", "displayName": "Host", "group": "common", 
"label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Host of the server to connect to" },
 "port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Port of the server to connect to" },
 "tableName": { "kind": "path", "displayName": "Table Name", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Table to connect to" },
-"operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.kudu.KuduOperations", "enum": [ "INSERT", 
"CREATE_TABLE", "SCAN" ], "deprecated": false, "autowired": false, "secret": 
false, "description": "Operation to perform" },
+"operation": { "kind": "parameter", "displayName": "Operation", "group": 

[camel] branch main updated: Regen for commit 9747733135980b8eacc4003fe7dd13c4a0daf5f4 (#8923)

2022-12-19 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 282e4bc3e84 Regen for commit 9747733135980b8eacc4003fe7dd13c4a0daf5f4 
(#8923)
282e4bc3e84 is described below

commit 282e4bc3e847c1e47e3298cc733b9d4e20678710
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 19 12:05:02 2022 +0100

Regen for commit 9747733135980b8eacc4003fe7dd13c4a0daf5f4 (#8923)

Signed-off-by: GitHub 

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



[camel] branch main updated: Regen for commit 4e2797a02bd381fd3574e569ff0e3cc29181f5d5

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

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


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

commit 79a04b328f67f075af940afe48dcbb854d1011a7
Author: davsclaus 
AuthorDate: Mon Dec 19 10:52:21 2022 +

Regen for commit 4e2797a02bd381fd3574e569ff0e3cc29181f5d5

Signed-off-by: GitHub 
---
 .../spring/ws/filter/impl/HeaderTransformationMessageFilter.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/filter/impl/HeaderTransformationMessageFilter.java
 
b/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/filter/impl/HeaderTransformationMessageFilter.java
index cf6ab345694..a3c1757c392 100644
--- 
a/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/filter/impl/HeaderTransformationMessageFilter.java
+++ 
b/components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/filter/impl/HeaderTransformationMessageFilter.java
@@ -89,7 +89,6 @@ public class HeaderTransformationMessageFilter implements 
MessageFilter {
 TransformerFactory transformerFactory = 
getTransformerFactory(context);
 Transformer transformer = 
transformerFactory.newTransformer(stylesheetResource);
 
-
 addParameters(inOrOut, transformer);
 
 transformer.transform(soapMessage.getSoapHeader().getSource(), 
soapMessage.getSoapHeader().getResult());



[camel] branch main updated: Regen for commit ecabb7c2ef147bd56afd48691460e2e8448e3caa

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

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


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

commit 59acd09b55124e78dff7235c82b7078fc8f76e56
Author: davsclaus 
AuthorDate: Sun Dec 18 14:56:13 2022 +

Regen for commit ecabb7c2ef147bd56afd48691460e2e8448e3caa

Signed-off-by: GitHub 
---
 .../src/main/java/org/apache/camel/maven/XmlHelper.java|  2 +-
 .../org/apache/camel/maven/packaging/SchemaGeneratorMojo.java  | 10 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
index bcb505d833d..5def7578e21 100644
--- 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
+++ 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/XmlHelper.java
@@ -41,7 +41,7 @@ public final class XmlHelper {
 
 public static Document buildNamespaceAwareDocument(File xml)
 throws SAXException, ParserConfigurationException, IOException {
- 
+
 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
 factory.setNamespaceAware(true);
 factory.setIgnoringElementContentWhitespace(true);
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
index c8300353a7d..39237b5acd6 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaGeneratorMojo.java
@@ -646,14 +646,16 @@ public class SchemaGeneratorMojo extends 
AbstractGeneratorMojo {
 
 // nodePrefixId
 docComment = findJavaDoc(null, "nodePrefixId", null, classElement, 
true);
-ep = createOption("nodePrefixId", "Node Prefix Id", "attribute", 
"java.lang.String", false, "", "", docComment, false, null,
-false, null, null, false, false);
+ep = createOption("nodePrefixId", "Node Prefix Id", "attribute", 
"java.lang.String", false, "", "", docComment, false,
+null,
+false, null, null, false, false);
 eipOptions.add(ep);
 
 // routeConfigurationId
 docComment = findJavaDoc(null, "routeConfigurationId", null, 
classElement, true);
-ep = createOption("routeConfigurationId", "Route Configuration Id", 
"attribute", "java.lang.String", false, "", "", docComment, false, null,
-false, null, null, false, false);
+ep = createOption("routeConfigurationId", "Route Configuration Id", 
"attribute", "java.lang.String", false, "", "",
+docComment, false, null,
+false, null, null, false, false);
 eipOptions.add(ep);
 
 // precondition



[camel] branch main updated: Regen for commit 343319ff302eed55894c85cb16888553795c698a

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 95351e385ff Regen for commit 343319ff302eed55894c85cb16888553795c698a
95351e385ff is described below

commit 95351e385ffd0189643f88d1a69579065238deb0
Author: davsclaus 
AuthorDate: Sun Dec 18 12:27:11 2022 +

Regen for commit 343319ff302eed55894c85cb16888553795c698a

Signed-off-by: GitHub 
---
 .../src/main/java/org/apache/camel/ExtendedCamelContext.java  | 8 
 1 file changed, 4 insertions(+), 4 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 e7fcb0e4edb..91022688999 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
@@ -861,16 +861,16 @@ public interface ExtendedCamelContext extends 
CamelContext {
 String resolvePropertyPlaceholders(String text, boolean 
keepUnresolvedOptional);
 
 /**
- * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration}, {@link Configuration},
- * and {@link TypeConverter}.
+ * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration},
+ * {@link Configuration}, and {@link TypeConverter}.
  *
  * @return the base package name (can bre null if not configured)
  */
 String getBasePackageScan();
 
 /**
- * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration}, {@link Configuration},
- * and {@link TypeConverter}.
+ * Package name to use as base (offset) for classpath scanning of custom 
{@link CamelConfiguration},
+ * {@link Configuration}, and {@link TypeConverter}.
  *
  * @param basePackageScan the base package name
  */



[camel] branch main updated: Regen

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

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


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

commit 7658f2f2601f541f0524b75757a454fd357beb6f
Author: Claus Ibsen 
AuthorDate: Thu Dec 15 21:40:12 2022 +0100

Regen
---
 .../kubernetes/client/ConfigFluentImplConfigurer.java| 12 
 1 file changed, 12 insertions(+)

diff --git 
a/components/camel-kubernetes/src/generated/java/io/fabric8/kubernetes/client/ConfigFluentImplConfigurer.java
 
b/components/camel-kubernetes/src/generated/java/io/fabric8/kubernetes/client/ConfigFluentImplConfigurer.java
index d03ad53bb79..f0991893c83 100644
--- 
a/components/camel-kubernetes/src/generated/java/io/fabric8/kubernetes/client/ConfigFluentImplConfigurer.java
+++ 
b/components/camel-kubernetes/src/generated/java/io/fabric8/kubernetes/client/ConfigFluentImplConfigurer.java
@@ -25,6 +25,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "ApiVersion": target.withApiVersion(property(camelContext, 
java.lang.String.class, value)); return true;
 case "authprovider":
 case "AuthProvider": target.withAuthProvider(property(camelContext, 
io.fabric8.kubernetes.api.model.AuthProviderConfig.class, value)); return true;
+case "autoconfigure":
+case "AutoConfigure": target.withAutoConfigure(property(camelContext, 
boolean.class, value)); return true;
 case "cacertdata":
 case "CaCertData": target.withCaCertData(property(camelContext, 
java.lang.String.class, value)); return true;
 case "cacertfile":
@@ -55,6 +57,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "DisableHostnameVerification": 
target.withDisableHostnameVerification(property(camelContext, boolean.class, 
value)); return true;
 case "errormessages":
 case "ErrorMessages": target.withErrorMessages(property(camelContext, 
java.util.Map.class, value)); return true;
+case "file":
+case "File": target.withFile(property(camelContext, 
java.io.File.class, value)); return true;
 case "http2disable":
 case "Http2Disable": target.withHttp2Disable(property(camelContext, 
boolean.class, value)); return true;
 case "httpproxy":
@@ -138,6 +142,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "ApiVersion": return java.lang.String.class;
 case "authprovider":
 case "AuthProvider": return 
io.fabric8.kubernetes.api.model.AuthProviderConfig.class;
+case "autoconfigure":
+case "AutoConfigure": return boolean.class;
 case "cacertdata":
 case "CaCertData": return java.lang.String.class;
 case "cacertfile":
@@ -168,6 +174,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "DisableHostnameVerification": return boolean.class;
 case "errormessages":
 case "ErrorMessages": return java.util.Map.class;
+case "file":
+case "File": return java.io.File.class;
 case "http2disable":
 case "Http2Disable": return boolean.class;
 case "httpproxy":
@@ -252,6 +260,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "ApiVersion": return target.getApiVersion();
 case "authprovider":
 case "AuthProvider": return target.getAuthProvider();
+case "autoconfigure":
+case "AutoConfigure": return target.isAutoConfigure();
 case "cacertdata":
 case "CaCertData": return target.getCaCertData();
 case "cacertfile":
@@ -282,6 +292,8 @@ public class ConfigFluentImplConfigurer extends 
org.apache.camel.support.compone
 case "DisableHostnameVerification": return 
target.isDisableHostnameVerification();
 case "errormessages":
 case "ErrorMessages": return target.getErrorMessages();
+case "file":
+case "File": return target.getFile();
 case "http2disable":
 case "Http2Disable": return target.isHttp2Disable();
 case "httpproxy":



[camel] branch main updated: Regen for commit b759c75b8cb4edbb289bf3ef9d70fe2fc6fd8e53

2022-12-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 b7f45b1fd60 Regen for commit b759c75b8cb4edbb289bf3ef9d70fe2fc6fd8e53
b7f45b1fd60 is described below

commit b7f45b1fd60b9344d01de8f1c18dedf4704e5253
Author: davsclaus 
AuthorDate: Wed Dec 14 15:06:56 2022 +

Regen for commit b759c75b8cb4edbb289bf3ef9d70fe2fc6fd8e53

Signed-off-by: GitHub 
---
 .../camel/processor/aggregate/GroupedMessageAggregationStrategy.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/GroupedMessageAggregationStrategy.java
 
b/core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/GroupedMessageAggregationStrategy.java
index 0a1aa519062..b310bdaeedc 100644
--- 
a/core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/GroupedMessageAggregationStrategy.java
+++ 
b/core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/GroupedMessageAggregationStrategy.java
@@ -26,7 +26,8 @@ import org.apache.camel.support.DefaultExchange;
  * Aggregate all {@link Message} into a single combined Exchange holding all 
the aggregated messages in a {@link List}
  * of {@link Message} as the message body.
  * 
- * This aggregation strategy can be used in combination with {@link 
org.apache.camel.processor.Splitter} to batch messages
+ * This aggregation strategy can be used in combination with {@link 
org.apache.camel.processor.Splitter} to batch
+ * messages
  */
 public class GroupedMessageAggregationStrategy extends 
AbstractListAggregationStrategy {
 



[camel] branch main updated: Regen

2022-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 30cf0717da0 Regen
30cf0717da0 is described below

commit 30cf0717da0495ea812a628a0a38787019a5111b
Author: Claus Ibsen 
AuthorDate: Wed Dec 14 07:32:36 2022 +0100

Regen
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b8142d98c51..6a7b85be9f5 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -149,8 +149,8 @@
 4.9.3
 3.3.4
 4.3.0
-3.5.4
-3.5.4
+3.5.5
+3.5.5
 [3.5,3.6)
 3.3.2
 3.3.2
diff --git a/parent/pom.xml b/parent/pom.xml
index 8435041b61d..e8233ba819e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,7 +134,7 @@
 4.3.0
 3.5.5
 [3.5,3.6)
-3.5.4
+3.5.5
 
 3.3.2
 3.3.2



[camel] branch main updated: Regen

2022-12-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 178de9c8fc3 Regen
178de9c8fc3 is described below

commit 178de9c8fc36e1c477cd05cc31200483e509e3d3
Author: Claus Ibsen 
AuthorDate: Mon Dec 12 21:56:47 2022 +0100

Regen
---
 .../yaml/deserializers/RouteConfigurationDefinitionDeserializer.java  | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
index 996bd7abd49..eefeb01df99 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/main/java/org/apache/camel/dsl/yaml/deserializers/RouteConfigurationDefinitionDeserializer.java
@@ -27,16 +27,12 @@ import 
org.apache.camel.model.InterceptSendToEndpointDefinition;
 import org.apache.camel.model.OnCompletionDefinition;
 import org.apache.camel.model.OnExceptionDefinition;
 import org.apache.camel.model.RouteConfigurationDefinition;
-import org.apache.camel.model.RouteTemplateParameterDefinition;
 import org.apache.camel.spi.annotations.YamlIn;
 import org.apache.camel.spi.annotations.YamlProperty;
 import org.apache.camel.spi.annotations.YamlType;
 import org.snakeyaml.engine.v2.nodes.MappingNode;
 import org.snakeyaml.engine.v2.nodes.Node;
 import org.snakeyaml.engine.v2.nodes.NodeTuple;
-import org.snakeyaml.engine.v2.nodes.SequenceNode;
-
-import java.util.List;
 
 @YamlIn
 @YamlType(



[camel] branch main updated: Regen for commit 701f09b8a15eb1c7c92881be86dc02ad640de86c

2022-12-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 abe6c59a342 Regen for commit 701f09b8a15eb1c7c92881be86dc02ad640de86c
abe6c59a342 is described below

commit abe6c59a342deb0ae043c428812b03e58cb6e890
Author: ffang 
AuthorDate: Thu Dec 8 17:59:09 2022 +

Regen for commit 701f09b8a15eb1c7c92881be86dc02ad640de86c

Signed-off-by: GitHub 
---
 .../org/apache/camel/component/cxf/jaxws/CxfComponent.java  | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
index 009bafd8d61..eb9a9d7254c 100644
--- 
a/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
+++ 
b/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfComponent.java
@@ -43,7 +43,7 @@ public class CxfComponent extends 
HeaderFilterStrategyComponent implements SSLCo
 private Boolean allowStreaming;
 @Metadata(label = "security", defaultValue = "false")
 private boolean useGlobalSslContextParameters;
-
+
 private Map beanCache = new HashMap();
 
 public CxfComponent() {
@@ -112,14 +112,16 @@ public class CxfComponent extends 
HeaderFilterStrategyComponent implements SSLCo
 if (beanCache.containsKey(beanId)) {
 BeanCacheEntry entry = beanCache.get(beanId);
 if (entry.cxfEndpoint == result
-&& !entry.parameters.equals(parameters)) {
+&& !entry.parameters.equals(parameters)) {
 /*different URI refer to the same CxfEndpoint Bean instance
   but with different parameters. This can make stateful 
bean's 
   behavior uncertainty. This can be addressed by using 
proper 
   bean scope, such as "prototype" in Spring or "Session" 
in CDI  
   */
-throw new RuntimeException("Different URI refer to the 
same CxfEndpoint Bean instance"
-+ " with ID : " + beanId + " but with different 
parameters. Please use the proper Bean scope ");
+throw new RuntimeException(
+"Different URI refer to the same CxfEndpoint Bean 
instance"
+   + " with ID : " + beanId
+   + " but with different 
parameters. Please use the proper Bean scope ");
 }
 } else {
 beanCache.put(beanId, new BeanCacheEntry(result, new 
HashMap(parameters)));
@@ -159,11 +161,12 @@ public class CxfComponent extends 
HeaderFilterStrategyComponent implements SSLCo
 CxfEndpoint cxfEndpoint = (CxfEndpoint) endpoint;
 cxfEndpoint.updateEndpointUri(uri);
 }
-
+
 class BeanCacheEntry {
 //A snapshot of a CxfEndpoint Bean URI
 CxfEndpoint cxfEndpoint;
 Map parameters;
+
 BeanCacheEntry(CxfEndpoint cxfEndpoint, Map 
parameters) {
 this.cxfEndpoint = cxfEndpoint;
 this.parameters = parameters;



[camel] branch main updated: Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae (#8868)

2022-12-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 f42fd708d0c Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae 
(#8868)
f42fd708d0c is described below

commit f42fd708d0c81b87a686a6ac16b485af34f0a732
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 8 10:50:00 2022 +0100

Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae (#8868)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../src/main/java/org/apache/camel/spi/PropertiesFunction.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
index 85dc86eeaa5..6e3482db6d6 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/PropertiesFunction.java
@@ -31,7 +31,7 @@ public interface PropertiesFunction {
  *
  * @param  remainder the remainder value
  * @return   a value as the result of the function
- * @see #lookupFirst(String)
+ * @see  #lookupFirst(String)
  */
 String apply(String remainder);
 
@@ -39,8 +39,8 @@ public interface PropertiesFunction {
  * Whether the value should be looked up as a regular properties first, 
before applying this function.
  *
  * @param  remainder the remainder value
- * @return   true to resolve the remainder value as a property 
value, and then afterwards apply this function,
- *   false to apply this function without lookup (default).
+ * @return   true to resolve the remainder value as a property 
value, and then afterwards apply this
+ *   function, false to apply this function without lookup 
(default).
  */
 default boolean lookupFirst(String remainder) {
 return false;



[camel] branch main updated: Regen for commit d3539ec79139d7c401ca7c86d6353f0f07308728 (#8865)

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

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


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

commit e305dca923942084e33a72d5b98702d8c4bc9243
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 7 20:21:22 2022 +0100

Regen for commit d3539ec79139d7c401ca7c86d6353f0f07308728 (#8865)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../org/apache/camel/component/file/remote/SftpConfiguration.java | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
index cca314e163c..57fd9c9d969 100644
--- 
a/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
+++ 
b/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConfiguration.java
@@ -373,8 +373,8 @@ public class SftpConfiguration extends 
RemoteFileConfiguration {
 
 /**
  * Set a comma separated list of algorithms supported for the server host 
key. Some examples include:
- * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not
- * specified the default list from JSCH will be used.
+ * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not specified the default list
+ * from JSCH will be used.
  */
 public void setServerHostKeys(String serverHostKeys) {
 this.serverHostKeys = serverHostKeys;
@@ -386,8 +386,8 @@ public class SftpConfiguration extends 
RemoteFileConfiguration {
 
 /**
  * Set a comma separated list of public key accepted algorithms. Some 
examples include:
- * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521.  
If not
- * specified the default list from JSCH will be used.
+ * 
ssh-dss,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. If 
not specified the default list
+ * from JSCH will be used.
  */
 public void setPublicKeyAcceptedAlgorithms(String 
publicKeyAcceptedAlgorithms) {
 this.publicKeyAcceptedAlgorithms = publicKeyAcceptedAlgorithms;



[camel] branch main updated: Regen for commit 741758ebc4dcbfe868249b7c106f19f13ed92c57

2022-12-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 f467c785fa6 Regen for commit 741758ebc4dcbfe868249b7c106f19f13ed92c57
f467c785fa6 is described below

commit f467c785fa6d267db810b55139adf00460ba64e8
Author: gnodet 
AuthorDate: Wed Dec 7 16:48:08 2022 +

Regen for commit 741758ebc4dcbfe868249b7c106f19f13ed92c57

Signed-off-by: GitHub 
---
 .../main/java/org/apache/camel/support/PropertyBindingListener.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
index ecbf413bc97..ff9b4723cfd 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/PropertyBindingListener.java
@@ -25,9 +25,9 @@ public interface PropertyBindingListener {
 /**
  * Triggered before binding the value on the target
  *
- * @param target  the target
- * @param key they key
- * @param value   the value
+ * @param target the target
+ * @param keythey key
+ * @param value  the value
  */
 void bindProperty(Object target, String key, Object value);
 }



[camel] branch main updated: Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6

2022-12-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 611f277fa6d Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6
611f277fa6d is described below

commit 611f277fa6df65772e379fbf4cea062b4f29dc2b
Author: davsclaus 
AuthorDate: Wed Dec 7 13:47:01 2022 +

Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6

Signed-off-by: GitHub 
---
 .../main/java/org/apache/camel/CamelContext.java   | 24 +++---
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java 
b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index a09faa5cb4c..90aff10ee92 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -627,12 +627,12 @@ public interface CamelContext extends 
CamelContextLifecycle, RuntimeConfiguratio
  * Camel end users should favour using {@link 
org.apache.camel.builder.TemplatedRouteBuilder} which is a fluent
  * builder with more functionality than this API.
  *
- * @param  routeId the id of the new route to add (optional)
- * @param  routeTemplateId the id of the route template (mandatory)
- * @param  parameters  parameters to use for the route template when 
creating the new route
- * @return the id of the route added (for example when an 
id was auto assigned)
- * @throws Exception   is thrown if error creating and adding the new 
route
- * @deprecated use {@link #addRouteFromTemplate(String, String, String, 
Map)}
+ * @param  routeId the id of the new route to add (optional)
+ * @param  routeTemplateId the id of the route template (mandatory)
+ * @param  parameters  parameters to use for the route template 
when creating the new route
+ * @return the id of the route added (for example when 
an id was auto assigned)
+ * @throws Exception   is thrown if error creating and adding the 
new route
+ * @deprecated use {@link #addRouteFromTemplate(String, 
String, String, Map)}
  */
 @Deprecated
 String addRouteFromTemplate(String routeId, String routeTemplateId, 
Map parameters) throws Exception;
@@ -661,12 +661,12 @@ public interface CamelContext extends 
CamelContextLifecycle, RuntimeConfiguratio
  * Camel end users should favour using {@link 
org.apache.camel.builder.TemplatedRouteBuilder} which is a fluent
  * builder with more functionality than this API.
  *
- * @param  routeId  the id of the new route to add (optional)
- * @param  routeTemplateId  the id of the route template (mandatory)
- * @param  routeTemplateContext the route template context (mandatory)
- * @return  the id of the route added (for example 
when an id was auto assigned)
- * @throws Exceptionis thrown if error creating and adding the 
new route
- * @deprecated use {@link #addRouteFromTemplate(String, String, String, 
RouteTemplateContext)}
+ * @param  routeId  the id of the new route to add 
(optional)
+ * @param  routeTemplateId  the id of the route template 
(mandatory)
+ * @param  routeTemplateContext the route template context (mandatory)
+ * @return  the id of the route added (for example 
when an id was auto assigned)
+ * @throws Exceptionis thrown if error creating and adding 
the new route
+ * @deprecated  use {@link 
#addRouteFromTemplate(String, String, String, RouteTemplateContext)}
  */
 @Deprecated
 String addRouteFromTemplate(String routeId, String routeTemplateId, 
RouteTemplateContext routeTemplateContext)



[camel] branch main updated: Regen for commit 67c6d52034a90b168c2f5ac933a2189185cc89f5

2022-12-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 fe0935d86e4 Regen for commit 67c6d52034a90b168c2f5ac933a2189185cc89f5
fe0935d86e4 is described below

commit fe0935d86e461b7d57bcff18013470fca6f8fade
Author: oscerd 
AuthorDate: Tue Dec 6 18:34:23 2022 +

Regen for commit 67c6d52034a90b168c2f5ac933a2189185cc89f5

Signed-off-by: GitHub 
---
 dsl/camel-componentdsl/src/generated/resources/metadata.json   |  2 +-
 .../apache/camel/builder/endpoint/StaticEndpointBuilders.java  | 10 --
 .../builder/endpoint/dsl/InfluxDb2EndpointBuilderFactory.java  | 10 --
 3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index c54037f4e39..19516448602 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -3632,7 +3632,7 @@
 "version": "3.20.0-SNAPSHOT",
 "scheme": "influxdb2",
 "extendsScheme": "",
-"syntax": "influxdb2:connectionBean?org==",
+"syntax": "influxdb2:connectionBean",
 "async": false,
 "api": false,
 "consumerOnly": false,
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 8403b73bdb6..c0ff958241f 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
@@ -7517,14 +7517,13 @@ public class StaticEndpointBuilders {
  * Since: 3.20
  * Maven coordinates: org.apache.camel:camel-influxdb2
  * 
- * Syntax: influxdb2:connectionBean?org==
+ * Syntax: influxdb2:connectionBean
  * 
  * Path parameter: connectionBean (required)
  * Connection to the Influx database, of class
  * com.influxdb.client.InfluxDBClient.class.
  * 
- * @param path connectionBean?org==
+ * @param path connectionBean
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder
 influxdb2(
@@ -7539,8 +7538,7 @@ public class StaticEndpointBuilders {
  * Since: 3.20
  * Maven coordinates: org.apache.camel:camel-influxdb2
  * 
- * Syntax: influxdb2:connectionBean?org==
+ * Syntax: influxdb2:connectionBean
  * 
  * Path parameter: connectionBean (required)
  * Connection to the Influx database, of class
@@ -7548,7 +7546,7 @@ public class StaticEndpointBuilders {
  * 
  * @param componentName to use a custom component name for the endpoint
  * instead of the default name
- * @param path connectionBean?org==
+ * @param path connectionBean
  * @return the dsl builder
  */
 public static 
org.apache.camel.builder.endpoint.dsl.InfluxDb2EndpointBuilderFactory.InfluxDb2EndpointBuilder
 influxdb2(
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDb2EndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDb2EndpointBuilderFactory.java
index 7481c6856b2..3c7d2e3f2e9 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDb2EndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDb2EndpointBuilderFactory.java
@@ -304,14 +304,13 @@ public interface InfluxDb2EndpointBuilderFactory {
  * Since: 3.20
  * Maven coordinates: org.apache.camel:camel-influxdb2
  * 
- * Syntax: influxdb2:connectionBean?org==
+ * Syntax: influxdb2:connectionBean
  * 
  * Path parameter: connectionBean (required)
  * Connection to the Influx database, of class
  * com.influxdb.client.InfluxDBClient.class.
  * 
- * @param path connectionBean?org==
+ * @param path connectionBean
  * @return the dsl builder
  */
 default InfluxDb2EndpointBuilder influxdb2(String path) {
@@ -325,8 +324,7 @@ public interface InfluxDb2EndpointBuilderFactory {
  * Since: 3.20
  * Maven coordinates: org.apache.camel:camel-influxdb2
  * 
- * Syntax: influxdb2:connectionBean?org==
+ * Syntax: influxdb2:connectionBean
  * 
  * Path parameter: connectionBean (required)
  * Connection to the Influx database, of class
@@ -334,7 +332,7 @@ public interface InfluxDb2EndpointBuilderFactory {
  * 

[camel] branch main updated: Regen for commit b463eaabfcaa95cdb2996fe4339f6584372e101e

2022-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 3ab6a7b5d41 Regen for commit b463eaabfcaa95cdb2996fe4339f6584372e101e
3ab6a7b5d41 is described below

commit 3ab6a7b5d419031bb24f1e68a4d2303b2051b5e6
Author: oscerd 
AuthorDate: Mon Dec 5 13:08:58 2022 +

Regen for commit b463eaabfcaa95cdb2996fe4339f6584372e101e

Signed-off-by: GitHub 
---
 .../apache/camel/builder/component/ComponentsBuilderFactory.java  | 2 +-
 .../builder/component/dsl/InfluxdbComponentBuilderFactory.java| 4 ++--
 dsl/camel-componentdsl/src/generated/resources/metadata.json  | 2 +-
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 4 ++--
 .../builder/endpoint/dsl/InfluxDbEndpointBuilderFactory.java  | 8 
 5 files changed, 10 insertions(+), 10 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 6a8ab64d14e..3d5d9892fdc 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
@@ -2214,7 +2214,7 @@ public interface ComponentsBuilderFactory {
 }
 /**
  * InfluxDB (camel-influxdb)
- * Interact with InfluxDB, a time series database.
+ * Interact with InfluxDB v1, a time series database.
  * 
  * Category: database
  * Since: 2.18
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/InfluxdbComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/InfluxdbComponentBuilderFactory.java
index eb20a6e4021..8cf676d5af1 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/InfluxdbComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/InfluxdbComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.influxdb.InfluxDbComponent;
 
 /**
- * Interact with InfluxDB, a time series database.
+ * Interact with InfluxDB v1, a time series database.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,7 +32,7 @@ public interface InfluxdbComponentBuilderFactory {
 
 /**
  * InfluxDB (camel-influxdb)
- * Interact with InfluxDB, a time series database.
+ * Interact with InfluxDB v1, a time series database.
  * 
  * Category: database
  * Since: 2.18
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 21192136557..c54037f4e39 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -3643,7 +3643,7 @@
 "kind": "component",
 "name": "influxdb",
 "title": "InfluxDB",
-"description": "Interact with InfluxDB, a time series database.",
+"description": "Interact with InfluxDB v1, a time series database.",
 "deprecated": false,
 "firstVersion": "2.18.0",
 "label": "database",
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 d627010a0a2..8403b73bdb6 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
@@ -7468,7 +7468,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * InfluxDB (camel-influxdb)
- * Interact with InfluxDB, a time series database.
+ * Interact with InfluxDB v1, a time series database.
  * 
  * Category: database
  * Since: 2.18
@@ -7488,7 +7488,7 @@ public class StaticEndpointBuilders {
 }
 /**
  * InfluxDB (camel-influxdb)
- * Interact with InfluxDB, a time series database.
+ * Interact with InfluxDB v1, a time series database.
  * 
  * Category: database
  * Since: 2.18
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDbEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/InfluxDbEndpointBuilderFactory.java
index 671bc566f20..5a226d49646 100644
--- 

[camel] branch main updated: Regen for commit c9e0875a44b9b5faa320165dee690e647ae9604d

2022-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 1cd9d8da897 Regen for commit c9e0875a44b9b5faa320165dee690e647ae9604d
1cd9d8da897 is described below

commit 1cd9d8da897040c55ddee4ff4727af073cad7a48
Author: davsclaus 
AuthorDate: Mon Dec 5 09:42:22 2022 +

Regen for commit c9e0875a44b9b5faa320165dee690e647ae9604d

Signed-off-by: GitHub 
---
 .../java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java | 3 ++-
 .../java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
 
b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
index 214c985336c..c21c3fb64dc 100644
--- 
a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
+++ 
b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/InfluxDbEndpoint.java
@@ -32,7 +32,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Interact with https://influxdata.com/time-series-platform/influxdb/;>InfluxDB v1, a 
time series database.
+ * Interact with https://influxdata.com/time-series-platform/influxdb/;>InfluxDB v1, a 
time series
+ * database.
  */
 @UriEndpoint(firstVersion = "2.18.0", scheme = "influxdb", title = "InfluxDB", 
syntax = "influxdb:connectionBean",
  category = { Category.DATABASE }, producerOnly = true, 
headersClass = InfluxDbConstants.class)
diff --git 
a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
 
b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
index d9a1edab162..70de2f6e6b6 100644
--- 
a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
+++ 
b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
@@ -39,7 +39,8 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Interact with https://influxdata.com/time-series-platform/influxdb/;>InfluxDB v2, a 
time series database.
+ * Interact with https://influxdata.com/time-series-platform/influxdb/;>InfluxDB v2, a 
time series
+ * database.
  */
 @UriEndpoint(firstVersion = "3.20.0", scheme = "influxdb2", title = 
"InfluxDB2",
  syntax = "influxdb2:connectionBean?org==", category = { Category.DATABASE },



[camel] branch main updated: Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2

2022-12-02 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 c6465b0d034 Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2
c6465b0d034 is described below

commit c6465b0d034370cd81c705196d20b6fa6cefa75c
Author: essobedo 
AuthorDate: Fri Dec 2 15:11:16 2022 +

Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2

Signed-off-by: GitHub 
---
 .../endpoint/dsl/LogEndpointBuilderFactory.java| 37 --
 1 file changed, 35 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java
index db7f9f534de..d69284e8542 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/LogEndpointBuilderFactory.java
@@ -480,6 +480,39 @@ public interface LogEndpointBuilderFactory {
 doSetProperty("showBodyType", showBodyType);
 return this;
 }
+/**
+ * Whether Camel should show cached stream bodies or not
+ * (org.apache.camel.StreamCache).
+ * 
+ * The option is a: codeboolean/code type.
+ * 
+ * Default: true
+ * Group: formatting
+ * 
+ * @param showCachedStreams the value to set
+ * @return the dsl builder
+ */
+default LogEndpointBuilder showCachedStreams(boolean 
showCachedStreams) {
+doSetProperty("showCachedStreams", showCachedStreams);
+return this;
+}
+/**
+ * Whether Camel should show cached stream bodies or not
+ * (org.apache.camel.StreamCache).
+ * 
+ * The option will be converted to a codeboolean/code
+ * type.
+ * 
+ * Default: true
+ * Group: formatting
+ * 
+ * @param showCachedStreams the value to set
+ * @return the dsl builder
+ */
+default LogEndpointBuilder showCachedStreams(String showCachedStreams) 
{
+doSetProperty("showCachedStreams", showCachedStreams);
+return this;
+}
 /**
  * If the exchange has a caught exception, show the exception message
  * (no stack trace). A caught exception is stored as a property on the
@@ -588,7 +621,7 @@ public interface LogEndpointBuilderFactory {
  * 
  * The option is a: codeboolean/code type.
  * 
- * Default: true
+ * Default: false
  * Group: formatting
  * 
  * @param showExchangePattern the value to set
@@ -605,7 +638,7 @@ public interface LogEndpointBuilderFactory {
  * The option will be converted to a codeboolean/code
  * type.
  * 
- * Default: true
+ * Default: false
  * Group: formatting
  * 
  * @param showExchangePattern the value to set



[camel] branch main updated: Regen for commit d6c4a0a3e7f1bb9c054e00ef19dd53b85b033df4

2022-12-02 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 ea35b3ee5c5 Regen for commit d6c4a0a3e7f1bb9c054e00ef19dd53b85b033df4
ea35b3ee5c5 is described below

commit ea35b3ee5c554bb56f7434267661b4ede723df01
Author: davsclaus 
AuthorDate: Fri Dec 2 10:11:08 2022 +

Regen for commit d6c4a0a3e7f1bb9c054e00ef19dd53b85b033df4

Signed-off-by: GitHub 
---
 .../generated/resources/org/apache/camel/catalog/components/log.json| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
index ba7384688c3..fc2d73c458b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
@@ -50,7 +50,7 @@
 "showCaughtException": { "kind": "parameter", "displayName": "Show Caught 
Exception", "group": "formatting", "label": "formatting", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "If the exchange 
has a caught exception, show the exception message (no stack trace). A caught 
exception is stored as a property on the exchange (using the key 
org.apache.camel.Exchange#EXCEPTION_CAU [...]
 "showException": { "kind": "parameter", "displayName": "Show Exception", 
"group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If the exchange has an 
exception, show the exception message (no stacktrace)" },
 "showExchangeId": { "kind": "parameter", "displayName": "Show Exchange 
Id", "group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Show the unique 
exchange ID." },
-"showExchangePattern": { "kind": "parameter", "displayName": "Show 
Exchange Pattern", "group": "formatting", "label": "formatting", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Shows the Message Exchange Pattern (or MEP for short)." },
+"showExchangePattern": { "kind": "parameter", "displayName": "Show 
Exchange Pattern", "group": "formatting", "label": "formatting", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Shows the Message Exchange Pattern (or MEP for short)." },
 "showFiles": { "kind": "parameter", "displayName": "Show Files", "group": 
"formatting", "label": "formatting", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If enabled Camel will output 
files" },
 "showFuture": { "kind": "parameter", "displayName": "Show Future", 
"group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If enabled Camel will 
on Future objects wait for it to complete to obtain the payload to be logged." 
},
 "showHeaders": { "kind": "parameter", "displayName": "Show Headers", 
"group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Show the message 
headers." },



[camel] branch main updated: Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e

2022-12-02 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 3c0a3be0368 Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e
3c0a3be0368 is described below

commit 3c0a3be0368e39944ad9b29c3d045de4ba3eabb5
Author: davsclaus 
AuthorDate: Fri Dec 2 09:50:31 2022 +

Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e

Signed-off-by: GitHub 
---
 .../src/generated/resources/org/apache/camel/catalog/components/log.json | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
index 2a63759b36b..ba7384688c3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/log.json
@@ -46,6 +46,7 @@
 "showAllProperties": { "kind": "parameter", "displayName": "Show All 
Properties", "group": "formatting", "label": "formatting", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Show all of the 
exchange properties (both internal and custom)." },
 "showBody": { "kind": "parameter", "displayName": "Show Body", "group": 
"formatting", "label": "formatting", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Show the message body." },
 "showBodyType": { "kind": "parameter", "displayName": "Show Body Type", 
"group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Show the body Java 
type." },
+"showCachedStreams": { "kind": "parameter", "displayName": "Show Cached 
Streams", "group": "formatting", "label": "formatting", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether Camel 
should show cached stream bodies or not (org.apache.camel.StreamCache)." },
 "showCaughtException": { "kind": "parameter", "displayName": "Show Caught 
Exception", "group": "formatting", "label": "formatting", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "If the exchange 
has a caught exception, show the exception message (no stack trace). A caught 
exception is stored as a property on the exchange (using the key 
org.apache.camel.Exchange#EXCEPTION_CAU [...]
 "showException": { "kind": "parameter", "displayName": "Show Exception", 
"group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If the exchange has an 
exception, show the exception message (no stacktrace)" },
 "showExchangeId": { "kind": "parameter", "displayName": "Show Exchange 
Id", "group": "formatting", "label": "formatting", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Show the unique 
exchange ID." },



[camel] branch main updated: Regen for commit d3d6def16a911159e2988ed78da5ae04568537ad (#8823)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 75f3cc6a954 Regen for commit d3d6def16a911159e2988ed78da5ae04568537ad 
(#8823)
75f3cc6a954 is described below

commit 75f3cc6a954ade5469fb5f430b40c7647702ef79
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 2 10:15:35 2022 +0100

Regen for commit d3d6def16a911159e2988ed78da5ae04568537ad (#8823)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 bom/camel-bom/pom.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 2cebb9585f1..25c5a2fb5fb 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -,6 +,16 @@
 camel-jaxb
 ${project.version}
   
+  
+org.apache.camel
+camel-jbang-core
+${project.version}
+  
+  
+org.apache.camel
+camel-jbang-main
+${project.version}
+  
   
 org.apache.camel
 camel-jbpm



[camel] branch main updated: Regen for commit 1b8fe59d67c59c5e41455eada5625ecb0279c5ac (#8815)

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

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


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

commit c5e56044f4e2e314f574d02ee28ea2e007dc3f87
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 1 09:45:01 2022 +0100

Regen for commit 1b8fe59d67c59c5e41455eada5625ecb0279c5ac (#8815)

Signed-off-by: GitHub 

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

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

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



[camel] branch main updated: Regen

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

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


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

commit 1b8fe59d67c59c5e41455eada5625ecb0279c5ac
Author: Claus Ibsen 
AuthorDate: Thu Dec 1 08:45:56 2022 +0100

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

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index a6e20a14158..21b04103df4 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1583,7 +1583,7 @@

 
 org.apache.camel
-camel-wal
+camel-jooq
 ${project.version}
 
 



[camel] branch main updated: Regen

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

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


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

commit 2080f2f6a0656afc0df1b986c032299ea73e382b
Author: Claus Ibsen 
AuthorDate: Wed Nov 30 19:13:05 2022 +0100

Regen
---
 parent/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f3772b354fb..965d94d122f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -741,11 +741,6 @@
 
 
 
-
-   org.apache.camel
-   camel-google-pubsub
-   ${project.version}
-   
 
 org.apache.camel.maven
 camel-debezium-maven-plugin



[camel] branch main updated: Regen for commit 8ffe515378449a8cc55a4e6fa6f926e751ba0bd5 (#8809)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 058c0b7e116 Regen for commit 8ffe515378449a8cc55a4e6fa6f926e751ba0bd5 
(#8809)
058c0b7e116 is described below

commit 058c0b7e116c8d9457064b01e1581fd0047866ec
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 30 19:09:14 2022 +0100

Regen for commit 8ffe515378449a8cc55a4e6fa6f926e751ba0bd5 (#8809)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 catalog/camel-allcomponents/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 2fc9b7a296d..458daebfc8f 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1583,7 +1583,7 @@

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



[camel] branch main updated: Regen for commit 87fcf18b4096fa306d804eef0dacff7a5d52c208 (#8808)

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 8ffe5153784 Regen for commit 87fcf18b4096fa306d804eef0dacff7a5d52c208 
(#8808)
8ffe5153784 is described below

commit 8ffe515378449a8cc55a4e6fa6f926e751ba0bd5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 30 18:06:02 2022 +0100

Regen for commit 87fcf18b4096fa306d804eef0dacff7a5d52c208 (#8808)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: oscerd 
---
 catalog/camel-allcomponents/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 458daebfc8f..2fc9b7a296d 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1583,7 +1583,7 @@

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



[camel] branch main updated: Regen for commit 5f444e3250f8104391b7881ccbe6fe7c8b58469f

2022-11-30 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 87fcf18b409 Regen for commit 5f444e3250f8104391b7881ccbe6fe7c8b58469f
87fcf18b409 is described below

commit 87fcf18b4096fa306d804eef0dacff7a5d52c208
Author: oscerd 
AuthorDate: Wed Nov 30 14:34:44 2022 +

Regen for commit 5f444e3250f8104391b7881ccbe6fe7c8b58469f

Signed-off-by: GitHub 
---
 catalog/camel-allcomponents/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 2fc9b7a296d..458daebfc8f 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1583,7 +1583,7 @@

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



[camel] branch main updated: Regen for commit de42ad1a7ec6aab805b61f1b1a18720bfb1f3b2e

2022-11-30 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 5f444e3250f Regen for commit de42ad1a7ec6aab805b61f1b1a18720bfb1f3b2e
5f444e3250f is described below

commit 5f444e3250f8104391b7881ccbe6fe7c8b58469f
Author: oscerd 
AuthorDate: Wed Nov 30 13:31:30 2022 +

Regen for commit de42ad1a7ec6aab805b61f1b1a18720bfb1f3b2e

Signed-off-by: GitHub 
---
 catalog/camel-allcomponents/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index 458daebfc8f..2fc9b7a296d 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1583,7 +1583,7 @@

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



[camel] branch main updated: Regen for commit 3904e37cf90359252147ba11161f69b7904912ca

2022-11-30 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 de42ad1a7ec Regen for commit 3904e37cf90359252147ba11161f69b7904912ca
de42ad1a7ec is described below

commit de42ad1a7ec6aab805b61f1b1a18720bfb1f3b2e
Author: davsclaus 
AuthorDate: Wed Nov 30 12:36:44 2022 +

Regen for commit 3904e37cf90359252147ba11161f69b7904912ca

Signed-off-by: GitHub 
---
 catalog/camel-allcomponents/pom.xml|  4 ++--
 .../maven/packaging/PrepareComponentMojo.java  | 28 +++---
 2 files changed, 16 insertions(+), 16 deletions(-)

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

 
-org.apache.camel
-camel-wal
+org.apache.camel.maven
+camel-salesforce-maven-plugin
 ${project.version}
 
 
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
index 8af7fa16760..6ee9d2a5d36 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareComponentMojo.java
@@ -225,9 +225,9 @@ public class PrepareComponentMojo extends 
AbstractGeneratorMojo {
 }
 
 String d = "\n"
-+ "" + project.getGroupId() + 
"\n"
-+ "" + project.getArtifactId() 
+ "\n"
-+ "
${project.version}\n";
+   + "" + project.getGroupId() + 
"\n"
+   + "" + 
project.getArtifactId() + "\n"
+   + "
${project.version}\n";
 String type = project.getArtifact().getType();
 if (type != null && !"jar".equals(type) && 
!"maven-plugin".equals(type)) {
 d += "" + type + "\n";
@@ -236,10 +236,10 @@ public class PrepareComponentMojo extends 
AbstractGeneratorMojo {
 dependencies.add(d);
 
 final String updatedPom = before + startDependenciesMarker
-+ "\n"
-+ String.join("\n", dependencies)
-+ "\n"
-+ endDependenciesMarker + after;
+  + "\n"
+  + String.join("\n", 
dependencies)
+  + "\n"
+  + endDependenciesMarker + after;
 
 updateResource(buildContext, pomFile, updatedPom);
 } catch (IOException e) {
@@ -275,9 +275,9 @@ public class PrepareComponentMojo extends 
AbstractGeneratorMojo {
 }
 
 String d = "\n"
-+ "" + project.getGroupId() + 
"\n"
-+ "" + project.getArtifactId() 
+ "\n"
-+ "
${project.version}\n";
+   + "" + project.getGroupId() + 
"\n"
+   + "" + 
project.getArtifactId() + "\n"
+   + "
${project.version}\n";
 String type = project.getArtifact().getType();
 if (type != null && !"jar".equals(type) && 
!"maven-plugin".equals(type)) {
 d += "" + type + "\n";
@@ -286,10 +286,10 @@ public class PrepareComponentMojo extends 
AbstractGeneratorMojo {
 dependencies.add(d);
 
 final String updatedPom = before + startDependenciesMarker
-+ "\n"
-+ String.join("\n", dependencies)
-+ "\n"
-+ endDependenciesMarker + after;
+  + "\n"
+  + String.join("\n", 
dependencies)
+  + "\n"
+  + endDependenciesMarker + after;
 
 updateResource(buildContext, pomFile, updatedPom);
 } catch (IOException e) {



[camel] branch main updated: Regen for commit 04805f108c599296baad30dcbd65d6d8403b8590

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

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


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

commit 1c9c825eb94093ee05e5d6acd938b9fbc25192fb
Author: davsclaus 
AuthorDate: Tue Nov 29 08:41:12 2022 +

Regen for commit 04805f108c599296baad30dcbd65d6d8403b8590

Signed-off-by: GitHub 
---
 bom/camel-bom/pom.xml | 126 --
 1 file changed, 126 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index a2dae3870bc..da63b6e0b02 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -66,12 +66,6 @@
 camel-as2-api
 ${project.version}
   
-  
-org.apache.camel
-camel-as2-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-asn1
@@ -122,12 +116,6 @@
 camel-avro-rpc-jetty
 ${project.version}
   
-  
-org.apache.camel
-camel-avro-rpc-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-avro-rpc-spi
@@ -138,12 +126,6 @@
 camel-aws-cloudtrail
 ${project.version}
   
-  
-org.apache.camel
-camel-aws-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-aws-secrets-manager
@@ -264,12 +246,6 @@
 camel-azure-key-vault
 ${project.version}
   
-  
-org.apache.camel
-camel-azure-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-azure-servicebus
@@ -340,12 +316,6 @@
 camel-box-api
 ${project.version}
   
-  
-org.apache.camel
-camel-box-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-braintree
@@ -583,12 +553,6 @@
 ${project.version}
 test-jar
   
-  
-org.apache.camel
-camel-cxf-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-cxf-rest
@@ -644,12 +608,6 @@
 camel-debezium-common
 ${project.version}
   
-  
-org.apache.camel
-camel-debezium-common-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-debezium-db2
@@ -675,12 +633,6 @@
 camel-debezium-oracle
 ${project.version}
   
-  
-org.apache.camel
-camel-debezium-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-debezium-postgres
@@ -821,12 +773,6 @@
 camel-fhir-api
 ${project.version}
   
-  
-org.apache.camel
-camel-fhir-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-file
@@ -902,12 +848,6 @@
 camel-google-mail
 ${project.version}
   
-  
-org.apache.camel
-camel-google-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-google-pubsub
@@ -1028,12 +968,6 @@
 camel-http-common
 ${project.version}
   
-  
-org.apache.camel
-camel-huawei-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-huaweicloud-common
@@ -1109,12 +1043,6 @@
 camel-infinispan-embedded
 ${project.version}
   
-  
-org.apache.camel
-camel-infinispan-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-influxdb
@@ -1370,12 +1298,6 @@
 camel-knative-http
 ${project.version}
   
-  
-org.apache.camel
-camel-knative-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-kotlin-dsl
@@ -1507,12 +1429,6 @@
 camel-microprofile-metrics
 ${project.version}
   
-  
-org.apache.camel
-camel-microprofile-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-milo
@@ -1603,12 +1519,6 @@
 camel-olingo2-api
 ${project.version}
   
-  
-org.apache.camel
-camel-olingo2-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-olingo4
@@ -1619,12 +1529,6 @@
 camel-olingo4-api
 ${project.version}
   
-  
-org.apache.camel
-camel-olingo4-parent
-${project.version}
-pom
-  
   
 org.apache.camel
 camel-openapi-java
@@ -1835,12 +1739,6 @@
  

[camel] branch main updated: Regen for commit 17ca68c2a58e9349518b5422431ffcd7a1c5dc37

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 98da53bac70 Regen for commit 17ca68c2a58e9349518b5422431ffcd7a1c5dc37
98da53bac70 is described below

commit 98da53bac70161c7867841487095f0e1376a170c
Author: davsclaus 
AuthorDate: Mon Nov 28 19:34:59 2022 +

Regen for commit 17ca68c2a58e9349518b5422431ffcd7a1c5dc37

Signed-off-by: GitHub 
---
 .../camel/component/milo/client/MiloClientProducer.java   | 15 +++
 .../src/main/java/org/apache/camel/CamelContext.java  |  4 ++--
 .../apache/camel/impl/engine/AbstractCamelContext.java|  1 +
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java
 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java
index 4ba12aa0997..6af12dfca3b 100644
--- 
a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java
+++ 
b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientProducer.java
@@ -92,14 +92,13 @@ public class MiloClientProducer extends 
DefaultAsyncProducer {
 
 if (TRUE.equals(await)) {
 future.whenComplete((result, throwable) -> {
-if (throwable != null) {
-msg.getExchange().setException(throwable);
-} else {
-msg.setBody(result);
-}
-async.done(false);
-}
-);
+if (throwable != null) {
+msg.getExchange().setException(throwable);
+} else {
+msg.setBody(result);
+}
+async.done(false);
+});
 return false;
 } else {
 async.done(true);
diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java 
b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index afe716ee7dc..fda8bccb99a 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -580,8 +580,8 @@ public interface CamelContext extends 
CamelContextLifecycle, RuntimeConfiguratio
 void addRoutes(RoutesBuilder builder) throws Exception;
 
 /**
- * Adds the templated routes from the routes builder.
- * For example in Java DSL you can use {@link 
org.apache.camel.builder.TemplatedRouteBuilder}.
+ * Adds the templated routes from the routes builder. For example in Java 
DSL you can use
+ * {@link org.apache.camel.builder.TemplatedRouteBuilder}.
  *
  * @param  builder   the builder which has templated routes
  * @throws Exception if the routes could not be created for whatever reason
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 520272ad239..ef709b935de 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
@@ -1210,6 +1210,7 @@ public abstract class AbstractCamelContext extends 
BaseService
 
builder.addTemplatedRoutesToCamelContext(AbstractCamelContext.this);
 }
 }
+
 @Override
 public void addRoutesConfigurations(RouteConfigurationsBuilder builder) 
throws Exception {
 try (LifecycleHelper helper = new LifecycleHelper()) {



[camel] branch main updated: Regen for commit 9dedb5afa34a7381ee5f1e3899eb6d357205211b

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

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


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

commit c153849c075c92b0533b85f08d089b87740caf15
Author: oscerd 
AuthorDate: Mon Nov 28 12:16:50 2022 +

Regen for commit 9dedb5afa34a7381ee5f1e3899eb6d357205211b

Signed-off-by: GitHub 
---
 .../component/aws2/s3/integration/S3CreateDownloadLinkOperationIT.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CreateDownloadLinkOperationIT.java
 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CreateDownloadLinkOperationIT.java
index 8d272125aec..b78eab91459 100644
--- 
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CreateDownloadLinkOperationIT.java
+++ 
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CreateDownloadLinkOperationIT.java
@@ -28,7 +28,6 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertNotNull;
-import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 public class S3CreateDownloadLinkOperationIT extends Aws2S3Base {



[camel] branch main updated: Regen for commit 732a503b089d042b5bc1b5d10bc547380a77fca9 (#8781)

2022-11-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 608a71c3b37 Regen for commit 732a503b089d042b5bc1b5d10bc547380a77fca9 
(#8781)
608a71c3b37 is described below

commit 608a71c3b37a3c432b9547fbfd9878c7c696de50
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 26 13:41:39 2022 +0100

Regen for commit 732a503b089d042b5bc1b5d10bc547380a77fca9 (#8781)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../component/splunkhec/SplunkHECConfiguration.java | 17 +++--
 .../camel/component/splunkhec/SplunkHECProducer.java|  2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECConfiguration.java
 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECConfiguration.java
index 6d1695ce67b..60a3f234440 100644
--- 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECConfiguration.java
+++ 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECConfiguration.java
@@ -102,16 +102,14 @@ public class SplunkHECConfiguration {
 }
 
 /**
- * Splunk endpoint
- *   Defaults to /services/collector/event
- *   To write RAW data like JSON use /services/collector/raw
- *   For a list of all endpoints refer to splunk documentation (HTTP Event 
Collector REST API endpoints)
- *   Example for Spunk 8.2.x: 
https://docs.splunk.com/Documentation/SplunkCloud/8.2.2203/Data/HECRESTendpoints
+ * Splunk endpoint Defaults to /services/collector/event To write RAW data 
like JSON use /services/collector/raw For
+ * a list of all endpoints refer to splunk documentation (HTTP Event 
Collector REST API endpoints) Example for Spunk
+ * 8.2.x: 
https://docs.splunk.com/Documentation/SplunkCloud/8.2.2203/Data/HECRESTendpoints
  *
- *   To extract timestamps in Splunk>8.0 
/services/collector/event?auto_extract_timestamp=true
- *   Remember to utilize RAW{} for questionmarks or slashes in parameters, 
see:
- *   https://camel.apache.org/manual/faq/how-do-i-configure-endpoints.html
- *   #HowdoIconfigureendpoints-Configuringparametervaluesusingrawvalues
+ * To extract timestamps in Splunk>8.0 
/services/collector/event?auto_extract_timestamp=true Remember to utilize
+ * RAW{} for questionmarks or slashes in parameters, see:
+ * https://camel.apache.org/manual/faq/how-do-i-configure-endpoints.html
+ * #HowdoIconfigureendpoints-Configuringparametervaluesusingrawvalues
  */
 public void setSplunkEndpoint(String splunkEndpoint) {
 this.splunkEndpoint = splunkEndpoint;
@@ -176,5 +174,4 @@ public class SplunkHECConfiguration {
 this.time = time;
 }
 
-
 }
diff --git 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECProducer.java
 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECProducer.java
index e1c5314ad04..3cdc7bc9be8 100644
--- 
a/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECProducer.java
+++ 
b/components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECProducer.java
@@ -73,7 +73,7 @@ public class SplunkHECProducer extends DefaultProducer {
 
 HttpPost httppost = new HttpPost(
 (endpoint.getConfiguration().isHttps() ? "https" : "http") + 
"://"
-+ endpoint.getSplunkURL() + 
endpoint.getConfiguration().getSplunkEndpoint());
+ + endpoint.getSplunkURL() + 
endpoint.getConfiguration().getSplunkEndpoint());
 httppost.addHeader("Authorization", " Splunk " + endpoint.getToken());
 
 EntityTemplate entityTemplate = new EntityTemplate(outputStream -> 
MAPPER.writer().writeValue(outputStream, payload));



[camel] branch main updated: Regen

2022-11-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 eded67677de Regen
eded67677de is described below

commit eded67677de4c0c6d634ebb666b05d664a78b70e
Author: Claus Ibsen 
AuthorDate: Sat Nov 26 09:28:00 2022 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
index c7a4535ce23..e3ef623f847 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
@@ -61,7 +61,7 @@
 "bufferSize": { "kind": "parameter", "displayName": "Buffer Size", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 4096, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "The buffer size used by HDFS" },
 "checkIdleInterval": { "kind": "parameter", "displayName": "Check Idle 
Interval", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 500, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "How often (time in millis) in to run the idle checker 
background task. This option is only in use if the  [...]
 "chunkSize": { "kind": "parameter", "displayName": "Chunk Size", "group": 
"advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 4096, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "When reading a normal file, this is split into chunks 
producing a message per chunk." },
-"compressionCodec": { "kind": "parameter", "displayName": "Compression 
Codec", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.hdfs.HdfsCompressionCodec", 
"enum": [ "DEFAULT", "GZIP", "BZIP2", "SNAPPY" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DEFAULT", 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description": "The  [...]
+"compressionCodec": { "kind": "parameter", "displayName": "Compression 
Codec", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.hdfs.HdfsCompressionCodec", 
"enum": [ "DEFAULT", "GZIP", "BZIP2", "SNAPPY", "LZ4", "ZSTANDARD" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"DEFAULT", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config",  [...]
 "compressionType": { "kind": "parameter", "displayName": "Compression 
Type", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.hadoop.io.SequenceFile.CompressionType", 
"enum": [ "NONE", "RECORD", "BLOCK" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "NONE", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "The compression type to [...]
 "openedSuffix": { "kind": "parameter", "displayName": "Opened Suffix", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "opened", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "When a file is opened for reading\/writing the file 
is renamed with this suffix to avoid to read it [...]
 "readSuffix": { "kind": "parameter", "displayName": "Read Suffix", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "read", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "Once the file has been read is renamed with this 
suffix to avoid to read it again." },
diff --git 

[camel] branch main updated: Regen

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

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


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

commit 2dc0f9d31e0d911c9a95f0a751cccf0096ce1f98
Author: Claus Ibsen 
AuthorDate: Thu Nov 24 07:41:36 2022 +0100

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
index 9beac76b41c..c7a4535ce23 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
@@ -61,7 +61,7 @@
 "bufferSize": { "kind": "parameter", "displayName": "Buffer Size", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 4096, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "The buffer size used by HDFS" },
 "checkIdleInterval": { "kind": "parameter", "displayName": "Check Idle 
Interval", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 500, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "How often (time in millis) in to run the idle checker 
background task. This option is only in use if the  [...]
 "chunkSize": { "kind": "parameter", "displayName": "Chunk Size", "group": 
"advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 4096, "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "When reading a normal file, this is split into chunks 
producing a message per chunk." },
-"compressionCodec": { "kind": "parameter", "displayName": "Compression 
Codec", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.hdfs.HdfsCompressionCodec", 
"enum": [ "DEFAULT", "GZIP", "BZIP2" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "DEFAULT", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "The compressio [...]
+"compressionCodec": { "kind": "parameter", "displayName": "Compression 
Codec", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.hdfs.HdfsCompressionCodec", 
"enum": [ "DEFAULT", "GZIP", "BZIP2", "SNAPPY" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DEFAULT", 
"configurationClass": "org.apache.camel.component.hdfs.HdfsConfiguration", 
"configurationField": "config", "description": "The  [...]
 "compressionType": { "kind": "parameter", "displayName": "Compression 
Type", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.hadoop.io.SequenceFile.CompressionType", 
"enum": [ "NONE", "RECORD", "BLOCK" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "NONE", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "The compression type to [...]
 "openedSuffix": { "kind": "parameter", "displayName": "Opened Suffix", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "opened", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "When a file is opened for reading\/writing the file 
is renamed with this suffix to avoid to read it [...]
 "readSuffix": { "kind": "parameter", "displayName": "Read Suffix", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "read", "configurationClass": 
"org.apache.camel.component.hdfs.HdfsConfiguration", "configurationField": 
"config", "description": "Once the file has been read is renamed with this 
suffix to avoid to read it again." },
diff --git 

[camel] branch main updated: Regen

2022-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 868ec4f6452 Regen
868ec4f6452 is described below

commit 868ec4f6452209d4f1f319d7962cd3f0b2a89fca
Author: Andrea Cosentino 
AuthorDate: Wed Nov 23 10:22:38 2022 +0100

Regen

Signed-off-by: Andrea Cosentino 
---
 .../main/camel-main-configuration-metadata.json|  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 24 ++
 2 files changed, 25 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 e5a838745fd..b9836b00584 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
@@ -196,7 +196,7 @@
 { "name": "camel.rest.inlineRoutes", "description": "Inline routes in 
rest-dsl which are linked using direct endpoints. By default, each service in 
Rest DSL is an individual route, meaning that you would have at least two 
routes per service (rest-dsl, and the route linked from rest-dsl). Enabling 
this allows Camel to optimize and inline this as a single route, however this 
requires to use direct endpoints, which must be unique per service. This option 
is default false.", "sourceType" [...]
 { "name": "camel.rest.jsonDataFormat", "description": "Sets a custom json 
data format to be used Important: This option is only for setting a custom name 
of the data format, not to refer to an existing data format instance.", 
"sourceType": "org.apache.camel.spi.RestConfiguration", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.rest.port", "description": "Sets the port to use by the 
REST consumer", "sourceType": "org.apache.camel.spi.RestConfiguration", "type": 
"integer", "javaType": "int" },
-{ "name": "camel.rest.producerApiDoc", "description": "Sets the location 
of the api document (swagger api) the REST producer will use to validate the 
REST uri and query parameters are valid accordingly to the api document. This 
requires adding camel-swagger-java to the classpath, and any miss configuration 
will let Camel fail on startup and report the error(s). The location of the api 
document is loaded from classpath by default, but you can use file: or http: to 
refer to resources t [...]
+{ "name": "camel.rest.producerApiDoc", "description": "Sets the location 
of the api document (swagger api) the REST producer will use to validate the 
REST uri and query parameters are valid accordingly to the api document. This 
requires adding camel-openapi-java, or camel-swagger-java to the classpath, and 
any miss configuration will let Camel fail on startup and report the error(s). 
The location of the api document is loaded from classpath by default, but you 
can use file: or http:  [...]
 { "name": "camel.rest.producerComponent", "description": "Sets the name of 
the Camel component to use as the REST producer", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "string", "javaType": 
"java.lang.String" },
 { "name": "camel.rest.scheme", "description": "Sets the scheme to use by 
the REST consumer", "sourceType": "org.apache.camel.spi.RestConfiguration", 
"type": "string", "javaType": "java.lang.String" },
 { "name": "camel.rest.skipBindingOnErrorCode", "description": "Whether to 
skip binding output if there is a custom HTTP error code, and instead use the 
response body as-is. This option is default true.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": true },
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 59f46d616db..d50e518ee0d 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
@@ -21282,6 +21282,18 @@ be configured on a parent level.
   
 
 
+
+  
+
+  
+
+  
+
+
 
   
 
@@ -22444,6 +22456,18 @@ be configured on a parent level.
   
 
 
+
+  
+
+  
+
+  
+
+
 
   
 



[camel] branch main updated: Regen for commit 2096e03aef6980fd6707c272f7faedc28c026d93

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 9046f37e4de Regen for commit 2096e03aef6980fd6707c272f7faedc28c026d93
9046f37e4de is described below

commit 9046f37e4de4ddd4ed16ead87955a6060424a606
Author: davsclaus 
AuthorDate: Wed Nov 23 07:30:15 2022 +

Regen for commit 2096e03aef6980fd6707c272f7faedc28c026d93

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index e5a838745fd..b9836b00584 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
@@ -196,7 +196,7 @@
 { "name": "camel.rest.inlineRoutes", "description": "Inline routes in 
rest-dsl which are linked using direct endpoints. By default, each service in 
Rest DSL is an individual route, meaning that you would have at least two 
routes per service (rest-dsl, and the route linked from rest-dsl). Enabling 
this allows Camel to optimize and inline this as a single route, however this 
requires to use direct endpoints, which must be unique per service. This option 
is default false.", "sourceType" [...]
 { "name": "camel.rest.jsonDataFormat", "description": "Sets a custom json 
data format to be used Important: This option is only for setting a custom name 
of the data format, not to refer to an existing data format instance.", 
"sourceType": "org.apache.camel.spi.RestConfiguration", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.rest.port", "description": "Sets the port to use by the 
REST consumer", "sourceType": "org.apache.camel.spi.RestConfiguration", "type": 
"integer", "javaType": "int" },
-{ "name": "camel.rest.producerApiDoc", "description": "Sets the location 
of the api document (swagger api) the REST producer will use to validate the 
REST uri and query parameters are valid accordingly to the api document. This 
requires adding camel-swagger-java to the classpath, and any miss configuration 
will let Camel fail on startup and report the error(s). The location of the api 
document is loaded from classpath by default, but you can use file: or http: to 
refer to resources t [...]
+{ "name": "camel.rest.producerApiDoc", "description": "Sets the location 
of the api document (swagger api) the REST producer will use to validate the 
REST uri and query parameters are valid accordingly to the api document. This 
requires adding camel-openapi-java, or camel-swagger-java to the classpath, and 
any miss configuration will let Camel fail on startup and report the error(s). 
The location of the api document is loaded from classpath by default, but you 
can use file: or http:  [...]
 { "name": "camel.rest.producerComponent", "description": "Sets the name of 
the Camel component to use as the REST producer", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "string", "javaType": 
"java.lang.String" },
 { "name": "camel.rest.scheme", "description": "Sets the scheme to use by 
the REST consumer", "sourceType": "org.apache.camel.spi.RestConfiguration", 
"type": "string", "javaType": "java.lang.String" },
 { "name": "camel.rest.skipBindingOnErrorCode", "description": "Whether to 
skip binding output if there is a custom HTTP error code, and instead use the 
response body as-is. This option is default true.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": true },



[camel] branch main updated: Regen for commit e6b6fb977c6c96a2683f6f9b150b05f759663fc6 (#8744)

2022-11-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 227dbffb3bd Regen for commit e6b6fb977c6c96a2683f6f9b150b05f759663fc6 
(#8744)
227dbffb3bd is described below

commit 227dbffb3bd53cef1133413d5e031a513451d79c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 21 13:51:42 2022 +0100

Regen for commit e6b6fb977c6c96a2683f6f9b150b05f759663fc6 (#8744)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: davsclaus 
---
 .../camel/catalog/main/camel-main-configuration-metadata.json |  1 +
 .../org/apache/camel/catalog/models/restConfiguration.json|  1 +
 .../org/apache/camel/catalog/schemas/camel-spring.xsd | 11 +++
 3 files changed, 13 insertions(+)

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 5a9342a6808..e5a838745fd 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
@@ -177,6 +177,7 @@
 { "name": "camel.resilience4j.writableStackTraceEnabled", "description": 
"Enables writable stack traces. When set to false, Exception.getStackTrace 
returns a zero length array. This may be used to reduce log spam when the 
circuit breaker is open as the cause of the exceptions is already known (the 
circuit breaker is short-circuiting calls).", "sourceType": 
"org.apache.camel.main.Resilience4jConfigurationProperties", "type": "boolean", 
"javaType": "java.lang.Boolean", "defaultValue":  [...]
 { "name": "camel.rest.apiComponent", "description": "Sets the name of the 
Camel component to use as the REST API (such as swagger or openapi)", 
"sourceType": "org.apache.camel.spi.RestConfiguration", "type": "string", 
"javaType": "java.lang.String" },
 { "name": "camel.rest.apiContextPath", "description": "Sets a leading API 
context-path the REST API services will be using. This can be used when using 
components such as camel-servlet where the deployed web application is deployed 
using a context-path.", "sourceType": "org.apache.camel.spi.RestConfiguration", 
"type": "string", "javaType": "java.lang.String" },
+{ "name": "camel.rest.apiContextRouteId", "description": "Sets the route 
id to use for the route that services the REST API. The route will by default 
use an auto assigned route id.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "string", "javaType": 
"java.lang.String" },
 { "name": "camel.rest.apiHost", "description": "To use a specific hostname 
for the API documentation (such as swagger or openapi) This can be used to 
override the generated host with this configured hostname", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "string", "javaType": 
"java.lang.String" },
 { "name": "camel.rest.apiProperties", "description": "Sets additional 
options on api level", "sourceType": "org.apache.camel.spi.RestConfiguration", 
"type": "object", "javaType": "java.util.Map" },
 { "name": "camel.rest.apiVendorExtension", "description": "Whether vendor 
extension is enabled in the Rest APIs. If enabled then Camel will include 
additional information as vendor extension (eg keys starting with x-) such as 
route ids, class names etc. Not all 3rd party API gateways and tools supports 
vendor-extensions when importing your API docs.", "sourceType": 
"org.apache.camel.spi.RestConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": "false" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/restConfiguration.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/restConfiguration.json
index 033245da87f..fb2d719fd28 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/restConfiguration.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/restConfiguration.json
@@ -23,6 +23,7 @@
 "producerApiDoc": { "kind": "attribute", "displayName": "Producer Api 
Doc", "label": "producer,advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the location of the api document the REST 
producer will use to validate the REST uri and query parameters are valid 
accordingly to the api document. The location of the api document is loaded 
from classpath by default, but you can use [...]
 "contextPath": { 

[camel] branch main updated: Regen for commit 9e25ada8adc516c7acf77378aad517316ec7dae4 (#8743)

2022-11-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 56a9bb849db Regen for commit 9e25ada8adc516c7acf77378aad517316ec7dae4 
(#8743)
56a9bb849db is described below

commit 56a9bb849db769ce6246af24f3d8259d96f97c4f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 21 12:37:03 2022 +0100

Regen for commit 9e25ada8adc516c7acf77378aad517316ec7dae4 (#8743)

Signed-off-by: GitHub 

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



[camel] branch main updated: Regen for commit f732fd60e533ffdab22d9d7a4431d69875d29186

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

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


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

commit 10036cdf4fc91a3438d91a18eb5cfdecefd58817
Author: davsclaus 
AuthorDate: Mon Nov 21 11:16:16 2022 +

Regen for commit f732fd60e533ffdab22d9d7a4431d69875d29186

Signed-off-by: GitHub 
---
 .../camel/dsl/jbang/core/commands/process/ListMicrometer.java   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListMicrometer.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListMicrometer.java
index d6ce999bb4c..779210df04c 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListMicrometer.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListMicrometer.java
@@ -18,8 +18,6 @@ package org.apache.camel.dsl.jbang.core.commands.process;
 
 import java.util.ArrayList;
 import java.util.Arrays;
-import java.util.Collection;
-import java.util.Collections;
 import java.util.List;
 
 import com.github.freva.asciitable.AsciiTable;
@@ -45,11 +43,11 @@ public class ListMicrometer extends ProcessBaseCommand {
 String sort;
 
 @CommandLine.Option(names = { "--filter" },
-description = "Filter metric by type or name")
+description = "Filter metric by type or name")
 String filter;
 
 @CommandLine.Option(names = { "--custom" },
-description = "Only show custom metrics", defaultValue = "false")
+description = "Only show custom metrics", defaultValue 
= "false")
 boolean custom;
 
 public ListMicrometer(CamelJBangMain main) {



[camel] branch main updated: Regen

2022-11-19 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 c3c75a8978c Regen
c3c75a8978c is described below

commit c3c75a8978cf71d4861bee6f1aeacb84147925ea
Author: Claus Ibsen 
AuthorDate: Sat Nov 19 19:47:36 2022 +0100

Regen
---
 .../org/apache/camel/catalog/languages.properties  |  1 +
 .../org/apache/camel/catalog/languages/js.json | 25 ++
 components/pom.xml |  1 +
 .../org/apache/camel/main/languages.properties |  1 +
 4 files changed, 28 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
index 6446daa6c39..8aa9f4d1a08 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
@@ -9,6 +9,7 @@ header
 hl7terser
 joor
 jq
+js
 jsonpath
 mvel
 ognl
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
new file mode 100644
index 000..3685b166e79
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
@@ -0,0 +1,25 @@
+{
+  "language": {
+"kind": "language",
+"name": "js",
+"title": "JavaScript",
+"description": "Evaluates a JavaScript expression.",
+"deprecated": false,
+"firstVersion": "3.20.0",
+"label": "language,javascript",
+"javaType": "org.apache.camel.language.js.JavaScriptLanguage",
+"supportLevel": "Experimental",
+"groupId": "org.apache.camel",
+"artifactId": "camel-javascript",
+"version": "3.20.0-SNAPSHOT",
+"modelName": "js",
+"modelJavaType": "org.apache.camel.model.language.JavaScriptExpression"
+  },
+  "properties": {
+"expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The expression value in 
your chosen language syntax" },
+"resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the class of the result type (type from output)" },
+"headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body It 
has as higher precedent than the propertyName if both are set." },
+"trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
+"id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
+  }
+}
diff --git a/components/pom.xml b/components/pom.xml
index e2c788c1d47..2296f2397fd 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -179,6 +179,7 @@
 camel-jackson-protobuf
 camel-jacksonxml
 camel-jasypt
+camel-javascript
 camel-jaxb
 camel-jbpm
 camel-jcache
diff --git 
a/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
 
b/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
index 6446daa6c39..8aa9f4d1a08 100644
--- 
a/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
+++ 
b/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
@@ -9,6 +9,7 @@ header
 hl7terser
 joor
 jq
+js
 jsonpath
 mvel
 ognl



[camel] branch main updated: Regen

2022-11-19 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 beee61bf2bc Regen
beee61bf2bc is described below

commit beee61bf2bc6096a16d9aeb5d1405f01712a2efb
Author: Claus Ibsen 
AuthorDate: Sat Nov 19 19:40:48 2022 +0100

Regen
---
 .../org/apache/camel/catalog/languages.properties  |  1 -
 .../org/apache/camel/catalog/languages/js.json | 25 --
 .../org/apache/camel/main/languages.properties |  1 -
 3 files changed, 27 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
index 8aa9f4d1a08..6446daa6c39 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages.properties
@@ -9,7 +9,6 @@ header
 hl7terser
 joor
 jq
-js
 jsonpath
 mvel
 ognl
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
deleted file mode 100644
index 3685b166e79..000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/js.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-  "language": {
-"kind": "language",
-"name": "js",
-"title": "JavaScript",
-"description": "Evaluates a JavaScript expression.",
-"deprecated": false,
-"firstVersion": "3.20.0",
-"label": "language,javascript",
-"javaType": "org.apache.camel.language.js.JavaScriptLanguage",
-"supportLevel": "Experimental",
-"groupId": "org.apache.camel",
-"artifactId": "camel-javascript",
-"version": "3.20.0-SNAPSHOT",
-"modelName": "js",
-"modelJavaType": "org.apache.camel.model.language.JavaScriptExpression"
-  },
-  "properties": {
-"expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The expression value in 
your chosen language syntax" },
-"resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the class of the result type (type from output)" },
-"headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body It 
has as higher precedent than the propertyName if both are set." },
-"trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
-"id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
-  }
-}
diff --git 
a/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
 
b/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
index 8aa9f4d1a08..6446daa6c39 100644
--- 
a/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
+++ 
b/core/camel-main/src/generated/resources/org/apache/camel/main/languages.properties
@@ -9,7 +9,6 @@ header
 hl7terser
 joor
 jq
-js
 jsonpath
 mvel
 ognl



[camel] branch main updated: Regen for commit c614c6296c085aaf824c7c4a92df414098b1b8df

2022-11-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 7440b562f4f Regen for commit c614c6296c085aaf824c7c4a92df414098b1b8df
7440b562f4f is described below

commit 7440b562f4fe64ae22cd993d3fea8e416c92da84
Author: oscerd 
AuthorDate: Wed Nov 16 12:38:16 2022 +

Regen for commit c614c6296c085aaf824c7c4a92df414098b1b8df

Signed-off-by: GitHub 
---
 .../endpoint/dsl/AMQPEndpointBuilderFactory.java   | 249 
 .../dsl/ActiveMQEndpointBuilderFactory.java| 250 +
 .../dsl/NettyHttpEndpointBuilderFactory.java   | 131 +++
 .../dsl/ResteasyEndpointBuilderFactory.java| 149 
 .../dsl/SpringJdbcEndpointBuilderFactory.java  | 133 +++
 .../dsl/XsltSaxonEndpointBuilderFactory.java   |  37 +++
 6 files changed, 949 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AMQPEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AMQPEndpointBuilderFactory.java
index dc7fca495ef..12c12ae2f6d 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AMQPEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AMQPEndpointBuilderFactory.java
@@ -6744,6 +6744,19 @@ public interface AMQPEndpointBuilderFactory {
 }
 
 public interface AMQPBuilders {
+/**
+ * AMQP (camel-amqp)
+ * Messaging with AMQP protocol using Apache QPid Client.
+ * 
+ * Category: messaging
+ * Since: 1.2
+ * Maven coordinates: org.apache.camel:camel-amqp
+ * 
+ * @return the dsl builder for the headers' name.
+ */
+default AMQPHeaderNameBuilder amqp() {
+return AMQPHeaderNameBuilder.INSTANCE;
+}
 /**
  * AMQP (camel-amqp)
  * Messaging with AMQP protocol using Apache QPid Client.
@@ -6797,6 +6810,242 @@ public interface AMQPEndpointBuilderFactory {
 return AMQPEndpointBuilderFactory.endpointBuilder(componentName, 
path);
 }
 }
+
+/**
+ * The builder of headers' name for the AMQP component.
+ */
+public static class AMQPHeaderNameBuilder {
+/**
+ * The internal instance of the builder used to access to all the
+ * methods representing the name of headers.
+ */
+private static final AMQPHeaderNameBuilder INSTANCE = new 
AMQPHeaderNameBuilder();
+
+/**
+ * The destination.
+ * 
+ * The option is a: {@code javax.jms.Destination} type.
+ * 
+ * Group: producer
+ * 
+ * @return the name of the header {@code JmsDestination}.
+ */
+public String jmsDestination() {
+return "JmsDestination";
+}
+
+/**
+ * The name of the queue or topic to use as destination.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: producer
+ * 
+ * @return the name of the header {@code JmsDestinationName}.
+ */
+public String jmsDestinationName() {
+return "JmsDestinationName";
+}
+
+/**
+ * The JMS group ID.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: common
+ * 
+ * @return the name of the header {@code JMSXGroupID}.
+ */
+public String jMSXGroupID() {
+return "JMSXGroupID";
+}
+
+/**
+ * The JMS unique message ID.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: common
+ * 
+ * @return the name of the header {@code JMSMessageID}.
+ */
+public String jMSMessageID() {
+return "JMSMessageID";
+}
+
+/**
+ * The JMS correlation ID.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: common
+ * 
+ * @return the name of the header {@code JMSCorrelationID}.
+ */
+public String jMSCorrelationID() {
+return "JMSCorrelationID";
+}
+
+/**
+ * The JMS correlation ID as bytes.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: common
+ * 
+ * @return the name of the header {@code JMSCorrelationIDAsBytes}.
+ */
+public String jMSCorrelationIDAsBytes() {
+return "JMSCorrelationIDAsBytes";
+}
+
+/**
+ * The JMS delivery mode.
+ * 
+ * The option is a: {@code int} type.
+ * 
+ * Group: 

[camel] branch main updated: Regen for commit 450114462545f997413eb2d627d5100458a8f394

2022-11-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 c614c6296c0 Regen for commit 450114462545f997413eb2d627d5100458a8f394
c614c6296c0 is described below

commit c614c6296c085aaf824c7c4a92df414098b1b8df
Author: klease 
AuthorDate: Wed Nov 16 11:32:20 2022 +

Regen for commit 450114462545f997413eb2d627d5100458a8f394

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/components/activemq.json | 19 +++
 .../org/apache/camel/catalog/components/amqp.json | 19 +++
 .../apache/camel/catalog/components/netty-http.json   | 12 +++-
 .../org/apache/camel/catalog/components/resteasy.json | 13 -
 .../apache/camel/catalog/components/spring-jdbc.json  | 10 ++
 .../apache/camel/catalog/components/xslt-saxon.json   |  3 +++
 .../org/apache/camel/component/activemq/activemq.json | 19 +++
 .../org/apache/camel/component/amqp/amqp.json | 19 +++
 .../apache/camel/component/netty/http/netty-http.json | 12 +++-
 .../org/apache/camel/component/resteasy/resteasy.json | 13 -
 .../camel/component/spring/jdbc/spring-jdbc.json  | 10 ++
 .../apache/camel/component/xslt/saxon/xslt-saxon.json |  3 +++
 12 files changed, 148 insertions(+), 4 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 6326585d80c..34c0e33f83d 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
@@ -126,6 +126,25 @@
 "transactionName": { "kind": "property", "displayName": "Transaction 
Name", "group": "transaction (advanced)", "label": "transaction,advanced", 
"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 name of the transaction to use." },
 "transactionTimeout": { "kind": "property", "displayName": "Transaction 
Timeout", "group": "transaction (advanced)", "label": "transaction,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "The timeout value of the transaction (in 
seconds), if using transacted mode." }
   },
+  "headers": {
+"CamelJmsDestination": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": 
"javax.jms.Destination", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The destination.", 
"constantName": "org.apache.camel.component.jms.JmsConstants#JMS_DESTINATION" },
+"CamelJmsDestinationName": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the queue or topic to use as destination.", 
"constantName": 
"org.apache.camel.component.jms.JmsConstants#JMS_DESTINATION_NAME" },
+"JMSXGroupID": { "kind": "header", "displayName": "", "group": "common", 
"label": "", "required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
JMS group ID.", "constantName": 
"org.apache.camel.component.jms.JmsConstants#JMS_X_GROUP_ID" },
+"JMSMessageID": { "kind": "header", "displayName": "", "group": "common", 
"label": "", "required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
JMS unique message ID.", "constantName": 
"org.apache.camel.component.jms.JmsConstants#JMS_HEADER_MESSAGE_ID" },
+"JMSCorrelationID": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The JMS correlation ID.", "constantName": 
"org.apache.camel.component.jms.JmsConstants#JMS_HEADER_CORRELATION_ID" },
+"JMSCorrelationIDAsBytes": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The 

[camel] branch main updated: Regen for commit f1c9add1ef8a5514589b62ccf0bc90c765792567

2022-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 0768cd9b57f Regen for commit f1c9add1ef8a5514589b62ccf0bc90c765792567
0768cd9b57f is described below

commit 0768cd9b57fe722a24dff9d373e01ed19835ce47
Author: oscerd 
AuthorDate: Fri Nov 11 11:51:22 2022 +

Regen for commit f1c9add1ef8a5514589b62ccf0bc90c765792567

Signed-off-by: GitHub 
---
 .../camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
index 1131fb26fdc..034ef69fcdc 100644
--- 
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
+++ 
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpBridgeEncodedPathTest.java
@@ -94,7 +94,7 @@ public class NettyHttpBridgeEncodedPathTest extends 
BaseNettyTest {
 + 
"/nettyTestRouteB?throwExceptionOnFailure=false=true");
 
 from("netty-http:http://localhost:; + port1 + 
"/nettyTestRouteB?matchOnUriPrefix=true")
-.log("${body} ${headers}")
+.log("${body} ${headers}")
 .log("Using NettyTestRouteB route: 
CamelHttpPath=[${header.CamelHttpPath}], CamelHttpUri=[${header.CamelHttpUri}]")
 .process(serviceProc);
 



[camel] branch main updated: Regen for commit d0bce72855edf0a5313b5ef5a2c9f2e274599a5d

2022-11-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 2025fbd6c18 Regen for commit d0bce72855edf0a5313b5ef5a2c9f2e274599a5d
2025fbd6c18 is described below

commit 2025fbd6c18d0afd137be4b038af0b94280fe727
Author: oscerd 
AuthorDate: Wed Nov 9 14:39:17 2022 +

Regen for commit d0bce72855edf0a5313b5ef5a2c9f2e274599a5d

Signed-off-by: GitHub 
---
 .../builder/endpoint/dsl/DockerEndpointBuilderFactory.java  | 13 +
 1 file changed, 13 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DockerEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DockerEndpointBuilderFactory.java
index 29afed0d379..12cc354af00 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DockerEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DockerEndpointBuilderFactory.java
@@ -2613,6 +2613,19 @@ public interface DockerEndpointBuilderFactory {
 return "DockerDomainName";
 }
 
+/**
+ * With binds.
+ * 
+ * The option is a: {@code Bind or Bind[]} type.
+ * 
+ * Group: common
+ * 
+ * @return the name of the header {@code DockerBinds}.
+ */
+public String dockerBinds() {
+return "DockerBinds";
+}
+
 /**
  * With cap add.
  * 



[camel] branch main updated: Regen for commit 48c583d2be424b7c988c8f43ed9f506a528f2466

2022-11-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 d0bce72855e Regen for commit 48c583d2be424b7c988c8f43ed9f506a528f2466
d0bce72855e is described below

commit d0bce72855edf0a5313b5ef5a2c9f2e274599a5d
Author: davsclaus 
AuthorDate: Wed Nov 9 13:50:42 2022 +

Regen for commit 48c583d2be424b7c988c8f43ed9f506a528f2466

Signed-off-by: GitHub 
---
 .../generated/resources/org/apache/camel/catalog/components/docker.json  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/docker.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/docker.json
index d68855f1ac0..3d9d8497d18 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/docker.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/docker.json
@@ -121,6 +121,7 @@
 "CamelDockerStdInOpen": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "Boolean", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "With StdIn in open flag", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_STD_IN_OPEN" },
 "CamelDockerVolumesFrom": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "VolumesFrom or 
VolumesFrom[]", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "With volumes from", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_VOLUMES_FROM" },
 "CamelDockerDomainName": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "With domain name", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_DOMAIN_NAME" },
+"CamelDockerBinds": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "Bind or Bind[]", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "With binds", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_BINDS" },
 "CamelDockerCapAdd": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "Capability or 
Capability[]", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "With cap add", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_CAP_ADD" },
 "CamelDockerCapDrop": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "Capability or 
Capability[]", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "With cap drop", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_CAP_DROP" },
 "CamelDockerNetwork": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The network name", "constantName": 
"org.apache.camel.component.docker.DockerConstants#DOCKER_NETWORK" },



[camel] branch main updated: Regen for commit e6aec61b2aa74dbe1a90f8739d4cee5bb42fed9a

2022-11-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 8e62bbcd734 Regen for commit e6aec61b2aa74dbe1a90f8739d4cee5bb42fed9a
8e62bbcd734 is described below

commit 8e62bbcd7343a98c942bfc8eae88f302545967eb
Author: davsclaus 
AuthorDate: Wed Nov 9 12:38:24 2022 +

Regen for commit e6aec61b2aa74dbe1a90f8739d4cee5bb42fed9a

Signed-off-by: GitHub 
---
 .../org/apache/camel/dataformat/soap/Soap11DataFormatAdapter.java   | 3 ++-
 .../org/apache/camel/dataformat/soap/Soap12DataFormatAdapter.java   | 3 ++-
 .../camel/converter/soap/name/ServiceInterfaceStrategyTest.java | 6 --
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap11DataFormatAdapter.java
 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap11DataFormatAdapter.java
index 4af0638a49e..06a4578d01b 100644
--- 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap11DataFormatAdapter.java
+++ 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap11DataFormatAdapter.java
@@ -215,7 +215,8 @@ public class Soap11DataFormatAdapter implements 
SoapDataFormatAdapter {
 
 JAXBElement detailEl = (JAXBElement) detailObj;
 Class exceptionClass
-= 
getDataFormat().getElementNameStrategy().findExceptionForSoapActionAndFaultName(soapAction,
 detailEl.getName());
+= 
getDataFormat().getElementNameStrategy().findExceptionForSoapActionAndFaultName(soapAction,
+detailEl.getName());
 Constructor messageConstructor;
 Constructor constructor;
 
diff --git 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap12DataFormatAdapter.java
 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap12DataFormatAdapter.java
index 262e325000c..9754e7ce56d 100644
--- 
a/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap12DataFormatAdapter.java
+++ 
b/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/Soap12DataFormatAdapter.java
@@ -230,7 +230,8 @@ public class Soap12DataFormatAdapter implements 
SoapDataFormatAdapter {
 
 JAXBElement detailEl = (JAXBElement) detailObj;
 Class exceptionClass
-= 
getDataFormat().getElementNameStrategy().findExceptionForSoapActionAndFaultName(soapAction,
 detailEl.getName());
+= 
getDataFormat().getElementNameStrategy().findExceptionForSoapActionAndFaultName(soapAction,
+detailEl.getName());
 Constructor messageConstructor;
 Constructor constructor;
 
diff --git 
a/components/camel-soap/src/test/java/org/apache/camel/converter/soap/name/ServiceInterfaceStrategyTest.java
 
b/components/camel-soap/src/test/java/org/apache/camel/converter/soap/name/ServiceInterfaceStrategyTest.java
index 8ed262a565b..a1cbf9f5194 100644
--- 
a/components/camel-soap/src/test/java/org/apache/camel/converter/soap/name/ServiceInterfaceStrategyTest.java
+++ 
b/components/camel-soap/src/test/java/org/apache/camel/converter/soap/name/ServiceInterfaceStrategyTest.java
@@ -138,8 +138,10 @@ public class ServiceInterfaceStrategyTest {
 public void testQNameToException() {
 ServiceInterfaceStrategy strategy = new 
ServiceInterfaceStrategy(TestService.class, true);
 QName soapExceptionMultipleDefined = new 
QName("http://www.example.com/duplicateerror;, "soapException");
-assertEquals(ExceptionA.class, 
strategy.findExceptionForSoapActionAndFaultName("throwErrorA", 
soapExceptionMultipleDefined));
-assertEquals(ExceptionB.class, 
strategy.findExceptionForSoapActionAndFaultName("throwErrorB", 
soapExceptionMultipleDefined));
+assertEquals(ExceptionA.class,
+strategy.findExceptionForSoapActionAndFaultName("throwErrorA", 
soapExceptionMultipleDefined));
+assertEquals(ExceptionB.class,
+strategy.findExceptionForSoapActionAndFaultName("throwErrorB", 
soapExceptionMultipleDefined));
 
 // This is implementation dependant (position in HashMap) one of 
ExceptionA or ExceptionB
 Class multiDefinedException = 
strategy.findExceptionForFaultName(soapExceptionMultipleDefined);



[camel] branch main updated: Regen for commit baddc933a7d3efead688985ad77e47b9600728f5

2022-11-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 c16b4f55d99 Regen for commit baddc933a7d3efead688985ad77e47b9600728f5
c16b4f55d99 is described below

commit c16b4f55d99b32f5187dd8ee2e9dbb1aac41fb6a
Author: davsclaus 
AuthorDate: Wed Nov 9 10:48:59 2022 +

Regen for commit baddc933a7d3efead688985ad77e47b9600728f5

Signed-off-by: GitHub 
---
 bom/camel-bom/pom.xml  |  5 +
 .../resources/org/apache/camel/catalog/others.properties   |  1 +
 .../apache/camel/catalog/others/mail-microsoft-oauth.json  | 14 ++
 .../META-INF/services/org/apache/camel/other.properties|  7 +++
 .../src/generated/resources/mail-microsoft-oauth.json  | 14 ++
 .../modules/others/examples/json/mail-microsoft-oauth.json |  1 +
 docs/components/modules/others/nav.adoc|  1 +
 .../modules/others/pages/mail-microsoft-oauth.adoc |  1 +
 8 files changed, 44 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index a52a6d6f3bd..9519ece2eaf 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1403,6 +1403,11 @@
 camel-mail
 ${project.version}
   
+  
+org.apache.camel
+camel-mail-microsoft-oauth
+${project.version}
+  
   
 org.apache.camel
 camel-main
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 85c7d3bdfee..a9c456619c4 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -29,6 +29,7 @@ kamelet-main
 kotlin-dsl
 leveldb
 lra
+mail-microsoft-oauth
 main
 management
 microprofile-config
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/mail-microsoft-oauth.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/mail-microsoft-oauth.json
new file mode 100644
index 000..f72e889ff48
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/mail-microsoft-oauth.json
@@ -0,0 +1,14 @@
+{
+  "other": {
+"kind": "other",
+"name": "mail-microsoft-oauth",
+"title": "Mail Microsoft Oauth",
+"description": "Camel Mail OAuth2 Authenticator for Microsoft Exchange 
Online",
+"deprecated": false,
+"firstVersion": "3.18.4",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-mail-microsoft-oauth",
+"version": "3.20.0-SNAPSHOT"
+  }
+}
diff --git 
a/components/camel-mail-microsoft-oauth/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-mail-microsoft-oauth/src/generated/resources/META-INF/services/org/apache/camel/other.properties
new file mode 100644
index 000..c2455e31dd2
--- /dev/null
+++ 
b/components/camel-mail-microsoft-oauth/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -0,0 +1,7 @@
+# Generated by camel build tools - do NOT edit this file!
+name=mail-microsoft-oauth
+groupId=org.apache.camel
+artifactId=camel-mail-microsoft-oauth
+version=3.20.0-SNAPSHOT
+projectName=Camel :: Mail :: Microsoft OAuth
+projectDescription=Camel Mail OAuth2 Authenticator for Microsoft Exchange 
Online
diff --git 
a/components/camel-mail-microsoft-oauth/src/generated/resources/mail-microsoft-oauth.json
 
b/components/camel-mail-microsoft-oauth/src/generated/resources/mail-microsoft-oauth.json
new file mode 100644
index 000..f72e889ff48
--- /dev/null
+++ 
b/components/camel-mail-microsoft-oauth/src/generated/resources/mail-microsoft-oauth.json
@@ -0,0 +1,14 @@
+{
+  "other": {
+"kind": "other",
+"name": "mail-microsoft-oauth",
+"title": "Mail Microsoft Oauth",
+"description": "Camel Mail OAuth2 Authenticator for Microsoft Exchange 
Online",
+"deprecated": false,
+"firstVersion": "3.18.4",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel",
+"artifactId": "camel-mail-microsoft-oauth",
+"version": "3.20.0-SNAPSHOT"
+  }
+}
diff --git 
a/docs/components/modules/others/examples/json/mail-microsoft-oauth.json 
b/docs/components/modules/others/examples/json/mail-microsoft-oauth.json
new file mode 12
index 000..aaefc9b3b2d
--- /dev/null
+++ b/docs/components/modules/others/examples/json/mail-microsoft-oauth.json
@@ -0,0 +1 @@
+../../../../../../components/camel-mail-microsoft-oauth/src/generated/resources/mail-microsoft-oauth.json
\ No newline at end of file
diff --git a/docs/components/modules/others/nav.adoc 

[camel] branch main updated: Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc

2022-11-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 32dec8499b4 Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc
32dec8499b4 is described below

commit 32dec8499b4c2870c55be35ca36e7bad548ce03a
Author: davsclaus 
AuthorDate: Wed Nov 9 07:06:52 2022 +

Regen for commit 61447d837f8d2b9bbad158844229c2a4cbf7e2cc

Signed-off-by: GitHub 
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
index 7bbfa905a2c..055708ed387 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportSpringBoot.java
@@ -159,8 +159,8 @@ class ExportSpringBoot extends Export {
 String value = allProps.getProperty(key);
 jkubeProperties.append("
<").append(key).append(">").append(value).append("\n");
 });
-context = context.replaceFirst(Pattern.quote("{{ .jkubeProperties 
}}"), Matcher.quoteReplacement(jkubeProperties.toString()));
-
+context = context.replaceFirst(Pattern.quote("{{ .jkubeProperties }}"),
+Matcher.quoteReplacement(jkubeProperties.toString()));
 
 Properties prop = new CamelCaseOrderedProperties();
 RuntimeUtil.loadProperties(prop, settings);



[camel] branch main updated: Regen for commit 4bf4074d9e0a091f9abd6ee08785258a8fef26d1 (#8686)

2022-11-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 5c0fa9c1c85 Regen for commit 4bf4074d9e0a091f9abd6ee08785258a8fef26d1 
(#8686)
5c0fa9c1c85 is described below

commit 5c0fa9c1c85071b024dd48027692964706fe507b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 8 06:24:05 2022 +0100

Regen for commit 4bf4074d9e0a091f9abd6ee08785258a8fef26d1 (#8686)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: jeremyross 
---
 .../org/apache/camel/catalog/components/http.json|  1 +
 .../org/apache/camel/catalog/components/https.json   |  1 +
 .../component/dsl/HttpComponentBuilderFactory.java   | 16 
 .../component/dsl/HttpsComponentBuilderFactory.java  | 16 
 4 files changed, 34 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
index d87bcaa6f42..89519a465c0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
@@ -56,6 +56,7 @@
 "proxyAuthNtHost": { "kind": "property", "displayName": "Proxy Auth Nt 
Host", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy authentication domain 
(workstation name) to use with NTML" },
 "proxyAuthPassword": { "kind": "property", "displayName": "Proxy Auth 
Password", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Proxy authentication 
password" },
 "proxyAuthPort": { "kind": "property", "displayName": "Proxy Auth Port", 
"group": "proxy", "label": "producer,proxy", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy authentication port" },
+"proxyAuthScheme": { "kind": "property", "displayName": "Proxy Auth 
Scheme", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "http", "https" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Proxy 
authentication protocol scheme" },
 "proxyAuthUsername": { "kind": "property", "displayName": "Proxy Auth 
Username", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Proxy authentication 
username" },
 "sslContextParameters": { "kind": "property", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "security", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure security 
using SSLContextParameters. Important: Only one instance of 
org.apache.camel.support.jsse.SSLContextParameters is supported per 
HttpComponent. If you need to us [...]
 "useGlobalSslContextParameters": { "kind": "property", "displayName": "Use 
Global Ssl Context Parameters", "group": "security", "label": "security", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Enable usage of global SSL context parameters." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
index bd710c2eec5..b20f3f06cc7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
@@ -56,6 +56,7 @@
 "proxyAuthNtHost": { "kind": "property", "displayName": "Proxy Auth Nt 
Host", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy authentication domain 
(workstation name) to use with NTML" },
 "proxyAuthPassword": { "kind": "property", "displayName": "Proxy Auth 
Password", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 

[camel] branch main updated: Regen

2022-11-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 6baac1f98aa Regen
6baac1f98aa is described below

commit 6baac1f98aae984a03f0ec1f06059149f243bce5
Author: Claus Ibsen 
AuthorDate: Mon Nov 7 16:12:26 2022 +0100

Regen
---
 .../org/apache/camel/catalog/components/git.json   |  3 +-
 .../endpoint/dsl/GitEndpointBuilderFactory.java| 44 ++
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
index 7dcb8c41c80..0ba084eb632 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
@@ -55,6 +55,7 @@
 "tagName": { "kind": "parameter", "displayName": "Tag Name", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The tag name to work on" },
 "targetBranchName": { "kind": "parameter", "displayName": "Target Branch 
Name", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "master", "description": "Name of 
target branch in merge operation. If not supplied will try to use 
init.defaultBranch git configs. If not configured will use default value" },
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Remote repository username" },
-"lazyStartProducer": { "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 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 other [...]
+"lazyStartProducer": { "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 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 other [...]
+"gitConfigFile": { "kind": "parameter", "displayName": "Git Config File", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "A String with path to a .gitconfig file" }
   }
 }
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
index aaa202b14d1..d3e8401a516 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
@@ -214,6 +214,21 @@ public interface GitEndpointBuilderFactory {
 doSetProperty("exchangePattern", exchangePattern);
 return this;
 }
+/**
+ * A String with path to a .gitconfig file.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param gitConfigFile the value to set
+ * @return the dsl builder
+ */
+default AdvancedGitEndpointConsumerBuilder gitConfigFile(
+String gitConfigFile) {
+doSetProperty("gitConfigFile", gitConfigFile);
+return this;
+}
 }
 
 /**
@@ -432,6 +447,21 @@ public interface GitEndpointBuilderFactory {
 doSetProperty("lazyStartProducer", lazyStartProducer);
 return this;
 }
+/**
+ * A String with path to a .gitconfig file.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: advanced
+ * 
+ * @param 

[camel] branch main updated: Regen for commit 0e47df20308d2ec80d408da0022c678fa57c66c4

2022-11-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 bf972d913b5 Regen for commit 0e47df20308d2ec80d408da0022c678fa57c66c4
bf972d913b5 is described below

commit bf972d913b5f9bed264e0e354774a3ac3cdae4a2
Author: oscerd 
AuthorDate: Mon Nov 7 14:35:08 2022 +

Regen for commit 0e47df20308d2ec80d408da0022c678fa57c66c4

Signed-off-by: GitHub 
---
 camel-dependencies/pom.xml | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d23560cf7c1..cbd80e4da06 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -80,18 +80,18 @@
 2.7.3
 2.7.2
 600
-
-
+
+
 false
 
${camel.osgi.export.pkg};-noimport:=true;${camel.osgi.version}
 
$${replace;{local-packages};;;\;}
 false
 ${camel.osgi.import.pkg}
-
-
+
+
 
version="[$(version;==;${camel.osgi.version.clean}),$(version;=+;${camel.osgi.version.clean}))"
 
[$(version;==;$(@)),$(version;+;$(@)))
-
+
 
org.apache.camel.*;${camel.osgi.import.camel.version},
 ${camel.osgi.import.before.defaults},
 ${camel.osgi.import.defaults},
@@ -100,8 +100,8 @@
 
version="[$(version;===;${camel.osgi.version.clean}),$(version;==+;${camel.osgi.version.clean}))"
 
${project.build.outputDirectory}/META-INF/MANIFEST.MF
 !*
-
-
+
+
 
${project.groupId}.${project.artifactId}
 version=${project.version}
 
-XX:+ExitOnOutOfMemoryError
@@ -155,9 +155,9 @@
 [3.5,3.6)
 3.3.2
 3.3.1
-
+
 true
-
+
 2.1.4
 8.0.28
 1.9.6.Final



[camel] branch main updated: Regen

2022-11-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 40c03c32c15 Regen
40c03c32c15 is described below

commit 40c03c32c15d84273d233f05c63a122ebbb4405c
Author: Claus Ibsen 
AuthorDate: Sat Nov 5 11:24:48 2022 +0100

Regen
---
 docs/components/modules/others/nav.adoc | 1 -
 docs/components/modules/others/pages/PLC4X.adoc | 1 -
 2 files changed, 2 deletions(-)

diff --git a/docs/components/modules/others/nav.adoc 
b/docs/components/modules/others/nav.adoc
index a059ecbc11f..7563eaa6f6a 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -5,7 +5,6 @@
 ** xref:attachments.adoc[Attachments]
 ** xref:aws-xray.adoc[AWS XRay]
 ** xref:caffeine-lrucache.adoc[Caffeine Lrucache]
-** xref:PLC4X.adoc[Camel-PLC4X Component]
 ** xref:cdi.adoc[CDI]
 ** xref:cdi-jta.adoc[CDI JTA]
 ** xref:cdi-main.adoc[CDI Main]
diff --git a/docs/components/modules/others/pages/PLC4X.adoc 
b/docs/components/modules/others/pages/PLC4X.adoc
deleted file mode 12
index 155f309919a..000
--- a/docs/components/modules/others/pages/PLC4X.adoc
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../components/camel-plc4x/src/main/docs/PLC4X.adoc
\ No newline at end of file



[camel] branch main updated: Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

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

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


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

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

Regen for commit 04dc07755d97b22d0e22252c84e9625b90c695f6

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

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



[camel] branch main updated: Regen for commit 1f97d599315f82a3f9b717234f626ebee2576299

2022-11-03 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 5f720440639 Regen for commit 1f97d599315f82a3f9b717234f626ebee2576299
5f720440639 is described below

commit 5f720440639e421ba74e406310d28739d56ec18c
Author: oscerd 
AuthorDate: Thu Nov 3 10:39:34 2022 +

Regen for commit 1f97d599315f82a3f9b717234f626ebee2576299

Signed-off-by: GitHub 
---
 .../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 25db02dca09..9a333cd58c8 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
@@ -12321,7 +12321,7 @@ Default value: true
   
 
   
 



[camel] branch main updated: Regen for commit f72425c076a60a66bbfd5b152e350fc2a0484ceb

2022-11-02 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 02d3754104a Regen for commit f72425c076a60a66bbfd5b152e350fc2a0484ceb
02d3754104a is described below

commit 02d3754104a4b379144b50c8049e787431e686fb
Author: oscerd 
AuthorDate: Wed Nov 2 18:46:55 2022 +

Regen for commit f72425c076a60a66bbfd5b152e350fc2a0484ceb

Signed-off-by: GitHub 
---
 .../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 25db02dca09..9a333cd58c8 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
@@ -12321,7 +12321,7 @@ Default value: true
   
 
   
 



[camel] branch main updated: Regen for commit 5b46749491280f8b3ced50fea6a11a8f235bf81c

2022-11-02 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 b11d0ccbedc Regen for commit 5b46749491280f8b3ced50fea6a11a8f235bf81c
b11d0ccbedc is described below

commit b11d0ccbedcf547ba87315ba97f04ecd65176555
Author: oscerd 
AuthorDate: Wed Nov 2 10:06:01 2022 +

Regen for commit 5b46749491280f8b3ced50fea6a11a8f235bf81c

Signed-off-by: GitHub 
---
 .../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 25db02dca09..9a333cd58c8 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
@@ -12321,7 +12321,7 @@ Default value: true
   
 
   
 



[camel] branch main updated: Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36

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

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


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

commit be5270c64183c6b3d7117ea23f74fb0c05ac1335
Author: oscerd 
AuthorDate: Fri Oct 28 09:20:40 2022 +

Regen for commit 9836d058cce9872c9cdf4adbff3a36e89e4e8d36

Signed-off-by: GitHub 
---
 .../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 25db02dca09..9a333cd58c8 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
@@ -12321,7 +12321,7 @@ Default value: true
   
 
   
 



[camel] branch main updated: Regen

2022-10-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 2d79a7755af Regen
2d79a7755af is described below

commit 2d79a7755afdc694685701784a2606f91bc05d93
Author: Claus Ibsen 
AuthorDate: Thu Oct 27 15:43:35 2022 +0200

Regen
---
 .../org/apache/camel/catalog/components/git.json   |  1 +
 .../endpoint/dsl/GitEndpointBuilderFactory.java| 18 ++
 2 files changed, 19 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
index f7fdd7ffc00..7dcb8c41c80 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/git.json
@@ -53,6 +53,7 @@
 "remoteName": { "kind": "parameter", "displayName": "Remote Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The remote repository name to use in 
particular operation like pull" },
 "remotePath": { "kind": "parameter", "displayName": "Remote Path", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The remote repository path" },
 "tagName": { "kind": "parameter", "displayName": "Tag Name", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The tag name to work on" },
+"targetBranchName": { "kind": "parameter", "displayName": "Target Branch 
Name", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "master", "description": "Name of 
target branch in merge operation. If not supplied will try to use 
init.defaultBranch git configs. If not configured will use default value" },
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Remote repository username" },
 "lazyStartProducer": { "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 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 other [...]
   }
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
index 988773a1869..aaa202b14d1 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GitEndpointBuilderFactory.java
@@ -340,6 +340,24 @@ public interface GitEndpointBuilderFactory {
 doSetProperty("tagName", tagName);
 return this;
 }
+/**
+ * Name of target branch in merge operation. If not supplied will try 
to
+ * use init.defaultBranch git configs. If not configured will use
+ * default value.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Default: master
+ * Group: producer
+ * 
+ * @param targetBranchName the value to set
+ * @return the dsl builder
+ */
+default GitEndpointProducerBuilder targetBranchName(
+String targetBranchName) {
+doSetProperty("targetBranchName", targetBranchName);
+return this;
+}
 /**
  * Remote repository username.
  * 



[camel] branch main updated: Regen for commit 83c90c1e23eace710af6e19beb742cb69afda74f

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 146de76abc4 Regen for commit 83c90c1e23eace710af6e19beb742cb69afda74f
146de76abc4 is described below

commit 146de76abc415da2b8876b706f081bacf824b65a
Author: oscerd 
AuthorDate: Thu Oct 27 10:54:00 2022 +

Regen for commit 83c90c1e23eace710af6e19beb742cb69afda74f

Signed-off-by: GitHub 
---
 .../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 25db02dca09..9a333cd58c8 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
@@ -12321,7 +12321,7 @@ Default value: true
   
 
   
 



[camel] branch main updated: Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c (#8635)

2022-10-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 b4195472e85 Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c 
(#8635)
b4195472e85 is described below

commit b4195472e85c563048024d3d77d491e7b2ab441a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 26 20:32:04 2022 +0200

Regen for commit a9e493bbc3455b289e6f69a2d7aee28ef786a29c (#8635)

Signed-off-by: GitHub 

Signed-off-by: GitHub 
Co-authored-by: orpiske 
---
 .../dsl/MicrometerEndpointBuilderFactory.java  | 28 ++
 1 file changed, 28 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
index dae0bd9fd7f..c313a869a27 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MicrometerEndpointBuilderFactory.java
@@ -86,6 +86,21 @@ public interface MicrometerEndpointBuilderFactory {
 doSetProperty("increment", increment);
 return this;
 }
+/**
+ * Description of metrics.
+ * 
+ * The option is a: codejava.lang.String/code type.
+ * 
+ * Group: producer
+ * 
+ * @param metricsDescription the value to set
+ * @return the dsl builder
+ */
+default MicrometerEndpointBuilder metricsDescription(
+String metricsDescription) {
+doSetProperty("metricsDescription", metricsDescription);
+return this;
+}
 /**
  * Value expression when using histogram type.
  * 
@@ -315,6 +330,19 @@ public interface MicrometerEndpointBuilderFactory {
 return "MetricsName";
 }
 
+/**
+ * Override description value in URI.
+ * 
+ * The option is a: {@code String} type.
+ * 
+ * Group: producer
+ * 
+ * @return the name of the header {@code MetricsDescription}.
+ */
+public String metricsDescription() {
+return "MetricsDescription";
+}
+
 /**
  * To augment meter tags defined as URI parameters.
  * 



[camel] branch main updated: Regen for commit d36aebe1c2ece116a20c143cbb5ba3886ee43b45

2022-10-26 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 d802151ea7f Regen for commit d36aebe1c2ece116a20c143cbb5ba3886ee43b45
d802151ea7f is described below

commit d802151ea7f9830d69702d02a7bc8f2c049195bd
Author: davsclaus 
AuthorDate: Wed Oct 26 14:42:30 2022 +

Regen for commit d36aebe1c2ece116a20c143cbb5ba3886ee43b45

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
index 55e053463c3..8ffa980fb0e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
@@ -32,6 +32,7 @@
 "CamelMetricsCounterDecrement": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Double", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Override decrement value in URI", "constantName": 
"org.apache.camel.component.micrometer.MicrometerConstants#HEADER_COUNTER_DECREMENT"
 },
 "CamelMetricsCounterIncrement": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Double", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Override increment value in URI", "constantName": 
"org.apache.camel.component.micrometer.MicrometerConstants#HEADER_COUNTER_INCREMENT"
 },
 "CamelMetricsName": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Override name value in URI", "constantName": 
"org.apache.camel.component.micrometer.MicrometerConstants#HEADER_METRIC_NAME" 
},
+"CamelMetricsDescription": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Override description value in URI", "constantName": 
"org.apache.camel.component.micrometer.MicrometerConstants#HEADER_METRIC_DESCRIPTION"
 },
 "CamelMetricsTags": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"java.lang.Iterable", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "To augment meter tags 
defined as URI parameters", "constantName": 
"org.apache.camel.component.micrometer.MicrometerConstants#HEADER_METRIC_TAGS" }
   },
   "properties": {
@@ -41,6 +42,7 @@
 "action": { "kind": "parameter", "displayName": "Action", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "start", "stop" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "Action expression when 
using timer type" },
 "decrement": { "kind": "parameter", "displayName": "Decrement", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Decrement value expression when using counter type" },
 "increment": { "kind": "parameter", "displayName": "Increment", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Increment value expression when using counter type" },
+"metricsDescription": { "kind": "parameter", "displayName": "Metrics 
Description", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Description of metrics" },
 "value": { "kind": "parameter", "displayName": "Value", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Value expression when using histogram type" },
 "lazyStartProducer": { "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 producer should be started 

[camel] branch main updated: Regen for commit 226cb42e2b1785749aee46b144c01189e42088c1 (#8628)

2022-10-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 a87e186041b Regen for commit 226cb42e2b1785749aee46b144c01189e42088c1 
(#8628)
a87e186041b is described below

commit a87e186041bd07562dbf45f7adbbf48e8b020970
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 26 16:20:24 2022 +0200

Regen for commit 226cb42e2b1785749aee46b144c01189e42088c1 (#8628)

Signed-off-by: GitHub 

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

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
index d1300e3cdc2..55e053463c3 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/micrometer.json
@@ -38,7 +38,7 @@
 "metricsType": { "kind": "path", "displayName": "Metrics Type", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"io.micrometer.core.instrument.Meter.Type", "enum": [ "counter", 
"distribution_summary", "timer" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Type of metrics" },
 "metricsName": { "kind": "path", "displayName": "Metrics Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Name of metrics" },
 "tags": { "kind": "path", "displayName": "Tags", "group": "producer", 
"label": "", "required": false, "type": "object", "javaType": 
"java.lang.Iterable", "deprecated": false, 
"autowired": false, "secret": false, "description": "Tags of metrics" },
-"action": { "kind": "parameter", "displayName": "Action", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Action expression when using timer type" },
+"action": { "kind": "parameter", "displayName": "Action", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "start", "stop" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "Action expression when 
using timer type" },
 "decrement": { "kind": "parameter", "displayName": "Decrement", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Decrement value expression when using counter type" },
 "increment": { "kind": "parameter", "displayName": "Increment", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Increment value expression when using counter type" },
 "value": { "kind": "parameter", "displayName": "Value", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Value expression when using histogram type" },



[camel] branch main updated: Regen for commit 5db583b1cc8c22bd9ec7d33c3c3ba23b2df9a48f

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

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


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

commit 6e5fd38e0a401271151d3188dc0f78a8b6c09d30
Author: oscerd 
AuthorDate: Fri Oct 21 11:56:23 2022 +

Regen for commit 5db583b1cc8c22bd9ec7d33c3c3ba23b2df9a48f

Signed-off-by: GitHub 
---
 .../apache/camel/catalog/dataformats.properties|  2 ++
 .../apache/camel/catalog/dataformats/swiftMt.json  | 22 +++
 .../apache/camel/catalog/dataformats/swiftMx.json  | 25 ++
 .../org/apache/camel/main/dataformats.properties   |  2 ++
 4 files changed, 51 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
index 251737ada16..36b9ab17fd1 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats.properties
@@ -33,6 +33,8 @@ protobufJackson
 rss
 snakeYaml
 soap
+swiftMt
+swiftMx
 syslog
 tarFile
 thrift
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
new file mode 100644
index 000..7d532e1bbcc
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMt.json
@@ -0,0 +1,22 @@
+{
+  "dataformat": {
+"kind": "dataformat",
+"name": "swiftMt",
+"title": "SWIFT MT",
+"description": "Encode and decode SWIFT MT messages.",
+"deprecated": false,
+"firstVersion": "3.20.0",
+"label": "dataformat,transformation,swift",
+"javaType": "org.apache.camel.dataformat.swift.mt.SwiftMtDataFormat",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-swift",
+"version": "3.20.0-SNAPSHOT",
+"modelName": "swiftMt",
+"modelJavaType": "org.apache.camel.model.dataformat.SwiftMtDataFormat"
+  },
+  "properties": {
+"writeInJson": { "kind": "attribute", "displayName": "Write In Json", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "The flag indicating that messages must 
be marshalled in a JSON format." },
+"id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
+  }
+}
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
new file mode 100644
index 000..2be3dbd40ff
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
@@ -0,0 +1,25 @@
+{
+  "dataformat": {
+"kind": "dataformat",
+"name": "swiftMx",
+"title": "SWIFT MX",
+"description": "Encode and decode SWIFT MX messages.",
+"deprecated": false,
+"firstVersion": "3.20.0",
+"label": "dataformat,transformation,swift",
+"javaType": "org.apache.camel.dataformat.swift.mx.SwiftMxDataFormat",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-swift",
+"version": "3.20.0-SNAPSHOT",
+"modelName": "swiftMx",
+"modelJavaType": "org.apache.camel.model.dataformat.SwiftMxDataFormat"
+  },
+  "properties": {
+"writeConfigRef": { "kind": "attribute", "displayName": "Write Config 
Ref", "label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Refers to a specific configuration to use when marshalling a 
message to lookup from the registry." },
+"writeInJson": { "kind": "attribute", "displayName": "Write In Json", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "The flag indicating that messages must 
be marshalled in a JSON format." },
+"readMessageId": { "kind": "attribute", "displayName": "Read Message Id", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The type of MX message to produce when unmarshalling an input 

[camel] branch main updated: Regen for commit 41e5c11c750302ebfc3d75df43459a2d62d18b35

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

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


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

commit 5a4c366ae0830ae905b4759b738d7c0c5a99dc6b
Author: lburgazzoli 
AuthorDate: Fri Oct 21 07:58:37 2022 +

Regen for commit 41e5c11c750302ebfc3d75df43459a2d62d18b35

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/dataformats/swiftMx.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
index 84cd4ba4e94..2be3dbd40ff 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/swiftMx.json
@@ -7,7 +7,7 @@
 "deprecated": false,
 "firstVersion": "3.20.0",
 "label": "dataformat,transformation,swift",
-"javaType": "org.apache.camel.dataformat.swift.SwiftMxDataFormat",
+"javaType": "org.apache.camel.dataformat.swift.mx.SwiftMxDataFormat",
 "supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-swift",



[camel] branch main updated: Regen for commit 2f757c4b6a33978277ec9c426f2d6f8a844a9d45

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

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


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

commit f4413caf247f2d9523d4230e0fdfa4f06a62bc37
Author: davsclaus 
AuthorDate: Wed Oct 19 17:05:35 2022 +

Regen for commit 2f757c4b6a33978277ec9c426f2d6f8a844a9d45

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/languages/jsonpath.json  |  1 +
 .../resources/org/apache/camel/catalog/models/jsonpath.json   |  1 +
 .../org/apache/camel/catalog/schemas/camel-spring.xsd | 11 +++
 .../resources/org/apache/camel/jsonpath/jsonpath.json |  1 +
 .../java/org/apache/camel/jsonpath/JsonPathExpression.java|  3 ++-
 .../resources/org/apache/camel/model/language/jsonpath.json   |  1 +
 .../main/java/org/apache/camel/builder/ExpressionClause.java  |  6 +++---
 .../org/apache/camel/builder/ExpressionClauseSupport.java |  6 +++---
 .../main/java/org/apache/camel/model/ProcessorDefinition.java |  8 
 .../generated/java/org/apache/camel/xml/in/ModelParser.java   |  1 +
 .../camel/dsl/yaml/deserializers/ModelDeserializers.java  |  6 ++
 .../src/generated/resources/schema/camel-yaml-dsl.json|  3 +++
 .../src/generated/resources/schema/camelYamlDsl.json  |  3 +++
 13 files changed, 40 insertions(+), 11 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
index cbd08abf4b9..5c29847023b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
@@ -22,6 +22,7 @@
 "allowSimple": { "kind": "attribute", "displayName": "Allow Simple", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow in inlined Simple 
exceptions in the JSONPath expression" },
 "allowEasyPredicate": { "kind": "attribute", "displayName": "Allow Easy 
Predicate", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to allow using 
the easy predicate parser to pre-parse predicates." },
 "writeAsString": { "kind": "attribute", "displayName": "Write As String", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to write the output of each row\/element as a 
JSON String value instead of a Map\/POJO value." },
+"unpackArray": { "kind": "attribute", "displayName": "Unpack Array", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to unpack a single element json-array into an 
object." },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body" },
 "option": { "kind": "attribute", "displayName": "Option", "label": 
"advanced", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", 
"SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure additional 
options on JSONPath. Multiple values can be separated by comma." },
 "trim": { "kind": "attribute", "displayName": "Trim", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether to trim the value to remove leading and trailing 
whitespaces and line breaks" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonpath.json
index 108923ff497..a20f08e33cc 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/jsonpath.json
@@ -19,6 +19,7 @@
 "allowSimple": { "kind": "attribute", 

[camel] branch main updated: Regen for commit 97a355fadc661a18ceafdb8100c1b47db1de2276

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

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


The following commit(s) were added to refs/heads/main by this push:
 new 679cc5ed326 Regen for commit 97a355fadc661a18ceafdb8100c1b47db1de2276
679cc5ed326 is described below

commit 679cc5ed3264d4f4d14eb93ec0c3da0c28b67386
Author: davsclaus 
AuthorDate: Wed Oct 19 14:20:04 2022 +

Regen for commit 97a355fadc661a18ceafdb8100c1b47db1de2276

Signed-off-by: GitHub 
---
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java   | 4 ++--
 .../camel/builder/endpoint/dsl/WhatsAppEndpointBuilderFactory.java  | 6 +++---
 2 files changed, 5 insertions(+), 5 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 e219af622d8..e7fc788d3ed 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
@@ -15628,7 +15628,7 @@ public class StaticEndpointBuilders {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * Syntax: whatsapp:phoneNumberId
@@ -15648,7 +15648,7 @@ public class StaticEndpointBuilders {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * Syntax: whatsapp:phoneNumberId
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WhatsAppEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WhatsAppEndpointBuilderFactory.java
index 5c6c94413cf..c46d65eb18f 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WhatsAppEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/WhatsAppEndpointBuilderFactory.java
@@ -248,7 +248,7 @@ public interface WhatsAppEndpointBuilderFactory {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * @return the dsl builder for the headers' name.
@@ -261,7 +261,7 @@ public interface WhatsAppEndpointBuilderFactory {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * Syntax: whatsapp:phoneNumberId
@@ -280,7 +280,7 @@ public interface WhatsAppEndpointBuilderFactory {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * Syntax: whatsapp:phoneNumberId



[camel] branch main updated: Regen for commit 33190d4889a8f8183a06546b7429ca6cf31a53bb

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

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


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

commit cf83cdb6f943c7d531906a364cc55e3bd0967d7a
Author: davsclaus 
AuthorDate: Wed Oct 19 14:02:32 2022 +

Regen for commit 33190d4889a8f8183a06546b7429ca6cf31a53bb

Signed-off-by: GitHub 
---
 .../org/apache/camel/builder/component/ComponentsBuilderFactory.java  | 2 +-
 .../camel/builder/component/dsl/WhatsappComponentBuilderFactory.java  | 2 +-
 dsl/camel-componentdsl/src/generated/resources/metadata.json  | 4 ++--
 3 files changed, 4 insertions(+), 4 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 5adf9512a3d..5151ddc23e5 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
@@ -4506,7 +4506,7 @@ public interface ComponentsBuilderFactory {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * @return the dsl builder
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WhatsappComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WhatsappComponentBuilderFactory.java
index b6842c6d1b1..c027192ac19 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WhatsappComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/WhatsappComponentBuilderFactory.java
@@ -35,7 +35,7 @@ public interface WhatsappComponentBuilderFactory {
  * Send messages to WhatsApp.
  * 
  * Category: cloud,api,chat
- * Since: 3.18
+ * Since: 3.19
  * Maven coordinates: org.apache.camel:camel-whatsapp
  * 
  * @return the dsl builder
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 801181d7efa..80051536135 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -7433,10 +7433,10 @@
 "title": "WhatsApp",
 "description": "Send messages to WhatsApp.",
 "deprecated": false,
-"firstVersion": "3.18.0",
+"firstVersion": "3.19.0",
 "label": "cloud,api,chat",
 "javaType": "org.apache.camel.component.whatsapp.WhatsAppComponent",
-"supportLevel": "Stable",
+"supportLevel": "Preview",
 "groupId": "org.apache.camel",
 "artifactId": "camel-whatsapp",
 "version": "3.20.0-SNAPSHOT",



[camel] branch main updated: Regen for commit f7da21d841a965ed6c83849479bdc5f7bf9aaf3e (#8565)

2022-10-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 de98b3b63db Regen for commit f7da21d841a965ed6c83849479bdc5f7bf9aaf3e 
(#8565)
de98b3b63db is described below

commit de98b3b63dbf9a3b5f79718289d492166c01978c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 17 17:05:42 2022 +0200

Regen for commit f7da21d841a965ed6c83849479bdc5f7bf9aaf3e (#8565)

Signed-off-by: GitHub 

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



[camel] branch main updated: Regen for commit c9edcaf03d72c1a15d2d8911b195558d62498b30 (#8564)

2022-10-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 5b15aa5cf9d Regen for commit c9edcaf03d72c1a15d2d8911b195558d62498b30 
(#8564)
5b15aa5cf9d is described below

commit 5b15aa5cf9da82944c509379724aa14c1d9a1cd0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 17 16:46:01 2022 +0200

Regen for commit c9edcaf03d72c1a15d2d8911b195558d62498b30 (#8564)

Signed-off-by: GitHub 

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



[camel] branch main updated: Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea

2022-10-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 ce611620daf Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea
ce611620daf is described below

commit ce611620daf89c156824ca76dc29bcacd579cae5
Author: davsclaus 
AuthorDate: Mon Oct 17 12:05:35 2022 +

Regen for commit 343d0556693a7c4b499e135f6b4525446a6671ea

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

diff --git 
a/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
 
b/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
index d8cc9cf4015..babfb34ee06 100644
--- 
a/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
+++ 
b/core/camel-support/src/main/java/org/apache/camel/support/RestProducerFactoryHelper.java
@@ -77,7 +77,7 @@ public final class RestProducerFactoryHelper {
 if (newlyCreated == null) {
 throw new IllegalArgumentException(
 "Cannot find component with name " + componentName
-+ ". Make sure you have the component on the 
classpath");
+   + ". Make sure you have the 
component on the classpath");
 }
 
PropertyBindingSupport.build().withRemoveParameters(false).withIgnoreCase(true)
 .withConfigurer(newlyCreated.getComponentPropertyConfigurer())



[camel] branch main updated: Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d

2022-10-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 fa4d196265b Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d
fa4d196265b is described below

commit fa4d196265b703daa75ded316fcfe5ea7c8f000e
Author: davsclaus 
AuthorDate: Sat Oct 15 14:22:44 2022 +

Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d

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

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java 
b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
index 603edd3d434..aff3b0bf298 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
@@ -1142,7 +1142,7 @@ public final class StringHelper {
 /**
  * Fills the string with repeating chars
  *
- * @param ch  the char
+ * @param chthe char
  * @param count number of chars
  */
 public static String fillChars(char ch, int count) {



[camel] branch main updated: Regen

2022-10-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 d1abd58c2d0 Regen
d1abd58c2d0 is described below

commit d1abd58c2d08293d2e2e755950c0a763f79e751f
Author: Claus Ibsen 
AuthorDate: Fri Oct 14 06:34:03 2022 +0200

Regen
---
 .../org/apache/camel/catalog/components/dropbox.json |  2 +-
 .../builder/endpoint/dsl/DropboxEndpointBuilderFactory.java  | 12 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
index 03f023a154c..626adb07be2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dropbox.json
@@ -53,7 +53,7 @@
 "newRemotePath": { "kind": "parameter", "displayName": "New Remote Path", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Destination file or 
folder" },
 "uploadMode": { "kind": "parameter", "displayName": "Upload Mode", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.dropbox.util.DropboxUploadMode", 
"enum": [ "add", "force" ], "deprecated": false, "autowired": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "Which mode to upload. in 
case of add the new fi [...]
 "lazyStartProducer": { "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 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 other [...]
-"client": { "kind": "parameter", "displayName": "Client", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "To use an existing 
DbxClient instance as DropBox client." },
+"client": { "kind": "parameter", "displayName": "Client", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "To use an existing 
DbxClient instance as Dropbox client." },
 "accessToken": { "kind": "parameter", "displayName": "Access Token", 
"group": "security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The access token to make 
API requests for a specific Dropbox user" },
 "apiKey": { "kind": "parameter", "displayName": "Api Key", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The apiKey to make API 
requests for a specific Dropbox user" },
 "apiSecret": { "kind": "parameter", "displayName": "Api Secret", "group": 
"security", "label": "security", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.dropbox.DropboxConfiguration", 
"configurationField": "configuration", "description": "The apiSecret to make 
API requests for a specific Dropbox user" },
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java
 

[camel] branch main updated: Regen for commit 2d17d59d20f905b511a8eeb0aae933b56bd0feb0

2022-10-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 5c19cd71de8 Regen for commit 2d17d59d20f905b511a8eeb0aae933b56bd0feb0
5c19cd71de8 is described below

commit 5c19cd71de808b24cf42039e751d5b8d7e6d1418
Author: oscerd 
AuthorDate: Thu Oct 13 10:23:41 2022 +

Regen for commit 2d17d59d20f905b511a8eeb0aae933b56bd0feb0

Signed-off-by: GitHub 
---
 .../org/apache/camel/resume/ResumeStrategy.java| 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/resume/ResumeStrategy.java 
b/core/camel-api/src/main/java/org/apache/camel/resume/ResumeStrategy.java
index f565961f028..10aed024a65 100644
--- a/core/camel-api/src/main/java/org/apache/camel/resume/ResumeStrategy.java
+++ b/core/camel-api/src/main/java/org/apache/camel/resume/ResumeStrategy.java
@@ -31,6 +31,7 @@ public interface ResumeStrategy extends Service {
 interface UpdateCallBack {
 /**
  * The method to execute after the last offset is updated
+ * 
  * @param throwable an instance of a Throwable if an exception was 
thrown during the update process
  */
 void onUpdate(Throwable throwable);
@@ -78,32 +79,31 @@ public interface ResumeStrategy extends Service {
  */
  void updateLastOffset(T offset) throws Exception;
 
-
 /**
  * Updates the last processed offset
  *
- * @param  offsetthe offset to update
- * @param updateCallBack a callback to be executed after the updated has 
occurred (null if not available)
- * @throws Exception if unable to update the offset
+ * @param  offset the offset to update
+ * @param  updateCallBack a callback to be executed after the updated has 
occurred (null if not available)
+ * @throws Exception  if unable to update the offset
  */
  void updateLastOffset(T offset, UpdateCallBack 
updateCallBack) throws Exception;
 
 /**
  * Updates the last processed offset
  *
- * @param  offsetKeythe offset key to update
- * @param  offsetValuethe offset value to update
- * @throws Exception if unable to update the offset
+ * @param  offsetKey   the offset key to update
+ * @param  offsetValue the offset value to update
+ * @throws Exception   if unable to update the offset
  */
 void updateLastOffset(OffsetKey offsetKey, Offset offsetValue) 
throws Exception;
 
 /**
  * Updates the last processed offset
  *
- * @param  offsetKeythe offset key to update
- * @param  offsetthe offset value to update
- * @param updateCallBack a callback to be executed after the updated has 
occurred (null if not available)
- * @throws Exception if unable to update the offset
+ * @param  offsetKey  the offset key to update
+ * @param  offset the offset value to update
+ * @param  updateCallBack a callback to be executed after the updated has 
occurred (null if not available)
+ * @throws Exception  if unable to update the offset
  */
 void updateLastOffset(OffsetKey offsetKey, Offset offset, 
UpdateCallBack updateCallBack) throws Exception;
 }



[camel] branch main updated: Regen for commit e2f1948808f8824eb959cf2352d8768bd34938a1

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

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


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

commit 5e1c4a0daa65636fbb68b096a15d542579c01f92
Author: oscerd 
AuthorDate: Wed Oct 12 16:35:59 2022 +

Regen for commit e2f1948808f8824eb959cf2352d8768bd34938a1

Signed-off-by: GitHub 
---
 .../apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
index e8e1dd42c69..d25310f27df 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
@@ -1178,6 +1178,7 @@ public interface PulsarEndpointBuilderFactory {
  * @param maxPendingMessagesAcrossPartitions the value to set
  * @return the dsl builder
  */
+@Deprecated
 default PulsarEndpointProducerBuilder 
maxPendingMessagesAcrossPartitions(
 int maxPendingMessagesAcrossPartitions) {
 doSetProperty("maxPendingMessagesAcrossPartitions", 
maxPendingMessagesAcrossPartitions);
@@ -1197,6 +1198,7 @@ public interface PulsarEndpointBuilderFactory {
  * @param maxPendingMessagesAcrossPartitions the value to set
  * @return the dsl builder
  */
+@Deprecated
 default PulsarEndpointProducerBuilder 
maxPendingMessagesAcrossPartitions(
 String maxPendingMessagesAcrossPartitions) {
 doSetProperty("maxPendingMessagesAcrossPartitions", 
maxPendingMessagesAcrossPartitions);



[camel] branch main updated: Regen for commit ae2f8e250c5ab7210e1b3ff5ee06aa68e28de2c4

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

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


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

commit e2f1948808f8824eb959cf2352d8768bd34938a1
Author: essobedo 
AuthorDate: Wed Oct 12 15:49:09 2022 +

Regen for commit ae2f8e250c5ab7210e1b3ff5ee06aa68e28de2c4

Signed-off-by: GitHub 
---
 .../resources/org/apache/camel/catalog/components/pulsar.json | 4 ++--
 .../camel/builder/component/dsl/PulsarComponentBuilderFactory.java| 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pulsar.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pulsar.json
index b95da9667fe..183bf83b416 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pulsar.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pulsar.json
@@ -57,7 +57,7 @@
 "initialSequenceId": { "kind": "property", "displayName": "Initial 
Sequence Id", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": -1, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"configuration", "description": "The first message published will have a 
sequence Id of initialSequenceId 1." },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
 "maxPendingMessages": { "kind": "property", "displayName": "Max Pending 
Messages", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 1000, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"configuration", "description": "Size of the pending massages queue. When the 
queue is full, by default, any further sends wi [...]
-"maxPendingMessagesAcrossPartitions": { "kind": "property", "displayName": 
"Max Pending Messages Across Partitions", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
5, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"configuration", "description": "The maximum number of pending messages for 
partitioned to [...]
+"maxPendingMessagesAcrossPartitions": { "kind": "property", "displayName": 
"Max Pending Messages Across Partitions", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": true, "autowired": false, "secret": false, "defaultValue": 5, 
"configurationClass": "org.apache.camel.component.pulsar.PulsarConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
pending messages for partitioned top [...]
 "messageRouter": { "kind": "property", "displayName": "Message Router", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.pulsar.client.api.MessageRouter", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"configuration", "description": "Custom Message Router to use" },
 "messageRoutingMode": { "kind": "property", "displayName": "Message 
Routing Mode", "group": "producer", "label": "producer", "required": false, 
"type": "object", "javaType": 
"org.apache.pulsar.client.api.MessageRoutingMode", "enum": [ "SinglePartition", 
"RoundRobinPartition", "CustomPartition" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "RoundRobinPartition", 
"configurationClass": "org.apache.camel.component.pulsar.PulsarConfiguration", 
"configuration [...]
 "producerName": { "kind": "property", "displayName": "Producer Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 

[camel] branch main updated: Regen for commit c14f001c7dce8711278b711677a3e210d6bd2e1a

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

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


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

commit f6fabf723d7b01b5119bd4494cace4eecf6ce5d6
Author: davsclaus 
AuthorDate: Wed Oct 12 06:32:47 2022 +

Regen for commit c14f001c7dce8711278b711677a3e210d6bd2e1a

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/schemas/camel-spring.xsd| 12 
 1 file changed, 12 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 f1428328203..db8ac4fbcf7 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
@@ -3261,6 +3261,18 @@ file not found. Default value: false
   
 
 
+
+  
+
+  
+
+  
+
+
 
   
 



[camel] branch main updated: Regen for commit bd796a2d414cd46867b8662276798571aba633be

2022-10-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 4cac5d671c2 Regen for commit bd796a2d414cd46867b8662276798571aba633be
4cac5d671c2 is described below

commit 4cac5d671c2a3fbebad3a598b7efdb65bd2c5770
Author: oscerd 
AuthorDate: Tue Oct 11 13:59:18 2022 +

Regen for commit bd796a2d414cd46867b8662276798571aba633be

Signed-off-by: GitHub 
---
 .../builder/endpoint/EndpointBuilderFactory.java   |1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |   45 +
 .../KubernetesEventsEndpointBuilderFactory.java| 1666 
 4 files changed, 1713 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
index 3e69aa65d76..0f3b0ede90c 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilderFactory.java
@@ -205,6 +205,7 @@ public interface EndpointBuilderFactory
 
org.apache.camel.builder.endpoint.dsl.KubernetesConfigMapsEndpointBuilderFactory.KubernetesConfigMapsBuilders,
 
org.apache.camel.builder.endpoint.dsl.KubernetesCustomResourcesEndpointBuilderFactory.KubernetesCustomResourcesBuilders,
 
org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory.KubernetesDeploymentsBuilders,
+
org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsBuilders,
 
org.apache.camel.builder.endpoint.dsl.KubernetesHPAEndpointBuilderFactory.KubernetesHPABuilders,
 
org.apache.camel.builder.endpoint.dsl.KubernetesJobEndpointBuilderFactory.KubernetesJobBuilders,
 
org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesBuilders,
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
index c0337a04301..94e18d2a232 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/EndpointBuilders.java
@@ -202,6 +202,7 @@ public interface EndpointBuilders
 
org.apache.camel.builder.endpoint.dsl.KubernetesConfigMapsEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.KubernetesCustomResourcesEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory,
+
org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.KubernetesHPAEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.KubernetesJobEndpointBuilderFactory,
 
org.apache.camel.builder.endpoint.dsl.KubernetesNamespacesEndpointBuilderFactory,
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 f27ee5904f7..45a7d986cda 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
@@ -8924,6 +8924,51 @@ public class StaticEndpointBuilders {
 String path) {
 return 
org.apache.camel.builder.endpoint.dsl.KubernetesDeploymentsEndpointBuilderFactory.endpointBuilder(componentName,
 path);
 }
+/**
+ * Kubernetes Event (camel-kubernetes)
+ * Perform operations on Kubernetes Events and get notified on Events
+ * changes.
+ * 
+ * Category: container,cloud,paas
+ * Since: 3.20
+ * Maven coordinates: org.apache.camel:camel-kubernetes
+ * 
+ * Syntax: kubernetes-events:masterUrl
+ * 
+ * Path parameter: masterUrl (required)
+ * Kubernetes Master url
+ * 
+ * @param path masterUrl
+ * @return the dsl builder
+ */
+public static 
org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.KubernetesEventsEndpointBuilder
 kubernetesEvents(
+String path) {
+return 
org.apache.camel.builder.endpoint.dsl.KubernetesEventsEndpointBuilderFactory.endpointBuilder("kubernetes-events",
 path);
+}
+/**
+ * Kubernetes Event 

[camel] branch main updated: Regen for commit 52eec3820515d7afbfcb30d70f64aeb060833747

2022-10-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 bd796a2d414 Regen for commit 52eec3820515d7afbfcb30d70f64aeb060833747
bd796a2d414 is described below

commit bd796a2d414cd46867b8662276798571aba633be
Author: essobedo 
AuthorDate: Tue Oct 11 13:11:51 2022 +

Regen for commit 52eec3820515d7afbfcb30d70f64aeb060833747

Signed-off-by: GitHub 
---
 .../org/apache/camel/catalog/components.properties |   1 +
 .../catalog/components/kubernetes-events.json  |  82 +++
 .../org/apache/camel/main/components.properties|   1 +
 .../ROOT/examples/json/kubernetes-events.json  |   1 +
 docs/components/modules/ROOT/nav.adoc  |   1 +
 .../ROOT/pages/kubernetes-events-component.adoc|   1 +
 .../component/ComponentsBuilderFactory.java|  14 ++
 .../KubernetesEventsComponentBuilderFactory.java   | 162 +
 .../src/generated/resources/metadata.json  |  22 +++
 .../camel-component-known-dependencies.properties  |   1 +
 10 files changed, 286 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
index 30bff0dd976..f5d64b27810 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
@@ -191,6 +191,7 @@ knative
 kubernetes-config-maps
 kubernetes-custom-resources
 kubernetes-deployments
+kubernetes-events
 kubernetes-hpa
 kubernetes-job
 kubernetes-namespaces
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-events.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-events.json
new file mode 100644
index 000..3a0c2ce2f67
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kubernetes-events.json
@@ -0,0 +1,82 @@
+{
+  "component": {
+"kind": "component",
+"name": "kubernetes-events",
+"title": "Kubernetes Event",
+"description": "Perform operations on Kubernetes Events and get notified 
on Events changes.",
+"deprecated": false,
+"firstVersion": "3.20.0",
+"label": "container,cloud,paas",
+"javaType": 
"org.apache.camel.component.kubernetes.events.KubernetesEventsComponent",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-kubernetes",
+"version": "3.20.0-SNAPSHOT",
+"scheme": "kubernetes-events",
+"extendsScheme": "",
+"syntax": "kubernetes-events:masterUrl",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": false,
+"lenientProperties": false
+  },
+  "componentProperties": {
+"kubernetesClient": { "kind": "property", "displayName": "Kubernetes 
Client", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "io.fabric8.kubernetes.client.KubernetesClient", "deprecated": 
false, "autowired": true, "secret": false, "description": "To use an existing 
kubernetes client." },
+"bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
+"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
+"autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
+  },
+  "headers": {
+"CamelKubernetesOperation": { 

<    1   2   3   4   5   6   7   8   9   10   >