You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/18 10:43:44 UTC

(camel) branch camel-4.4.x updated (0920adcc797 -> df6fec6a47b)

This is an automated email from the ASF dual-hosted git repository.

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


    from 0920adcc797 Use junit assertEquals
     new 00bbf4ddda8 Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)
     new 711022eb86c Regen
     new 932da7bbb84 CAMEL-20563: shutdown existing consumer instance to release resources… (#13510)
     new 471f29e4d57 Regen
     new 5f57e963c62 Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)
     new df6fec6a47b Regen

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../KafkaBreakOnFirstErrorReleaseResourcesIT.java  |   2 +-
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java |  24 +
 .../component/ComponentsBuilderFactory.java        |   4 +-
 ...zureStorageDatalakeComponentBuilderFactory.java |  16 +-
 .../src/generated/resources/metadata.json          | 672 ++++++++++-----------
 .../builder/endpoint/StaticEndpointBuilders.java   |   8 +-
 .../dsl/DataLakeEndpointBuilderFactory.java        |  80 +--
 .../camel/dsl/xml/io/XmlRoutesBuilderLoader.java   |  13 +
 .../apache/camel/dsl/xml/io/XmlLoadAppTest.java    |  34 ++
 .../dsl/xml/io/{camel-app1.xml => camel-app12.xml} |  14 +-
 ....java => LoadRestConfigurationFromXmlTest.java} |  49 +-
 .../dsl/xml/jaxb/definition/restConfiguration.xml  |  10 +-
 .../dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java   |   9 +
 13 files changed, 496 insertions(+), 439 deletions(-)
 copy dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/{camel-app1.xml => camel-app12.xml} (75%)
 copy dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/{LoadRestFromXmlTest.java => LoadRestConfigurationFromXmlTest.java} (56%)
 copy components/camel-attachments/src/test/data/message1.xml => dsl/camel-xml-jaxb-dsl-test/definition/src/test/resources/org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml (75%)


(camel) 03/06: CAMEL-20563: shutdown existing consumer instance to release resources… (#13510)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 932da7bbb842ea42b9d19edc4acf09d742ae5dfd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 18 11:33:33 2024 +0100

    CAMEL-20563: shutdown existing consumer instance to release resources… (#13510)
---
 .../kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
index 81d8f603044..cae054b82d1 100644
--- a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
+++ b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorReleaseResourcesIT.java
@@ -49,7 +49,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 @EnabledOnOs(value = { OS.LINUX, OS.MAC, OS.FREEBSD, OS.OPENBSD, OS.WINDOWS },
              architectures = { "amd64", "aarch64", "s390x" },
              disabledReason = "This test does not run reliably on ppc64le")
-class KafkaBreakOnFirstErrorReleaseResourcesIT extends BaseKafkaTestSupport {
+class KafkaBreakOnFirstErrorReleaseResourcesIT extends BaseEmbeddedKafkaTestSupport {
 
     public static final String ROUTE_ID = "breakOnFirstError-20563";
     public static final String TOPIC = "breakOnFirstError-20563";


(camel) 06/06: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit df6fec6a47b6f49ca26a851c64bbd87c9d10c063
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 18 11:43:32 2024 +0100

    Regen
---
 .../component/ComponentsBuilderFactory.java        |   4 +-
 ...zureStorageDatalakeComponentBuilderFactory.java |  16 +-
 .../src/generated/resources/metadata.json          | 672 ++++++++++-----------
 .../builder/endpoint/StaticEndpointBuilders.java   |   8 +-
 .../dsl/DataLakeEndpointBuilderFactory.java        |  80 +--
 5 files changed, 390 insertions(+), 390 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 d8fa363a1fe..8fe4b3c61f8 100644
--- a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -580,8 +580,8 @@ public interface ComponentsBuilderFactory {
         return org.apache.camel.builder.component.dsl.AzureStorageBlobComponentBuilderFactory.azureStorageBlob();
     }
     /**
-     * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Sends and receives files to/from Azure DataLake Storage.
+     * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+     * Sends and receives files to/from Azure Data Lake Storage.
      * 
      * Category: cloud,file,bigdata
      * Since: 3.8
diff --git a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
index 5f49c934d36..8f52c14b29c 100644
--- a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
+++ b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.azure.storage.datalake.DataLakeComponent;
 
 /**
- * Sends and receives files to/from Azure DataLake Storage.
+ * Sends and receives files to/from Azure Data Lake Storage.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -31,8 +31,8 @@ import org.apache.camel.component.azure.storage.datalake.DataLakeComponent;
 public interface AzureStorageDatalakeComponentBuilderFactory {
 
     /**
-     * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Sends and receives files to/from Azure DataLake Storage.
+     * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+     * Sends and receives files to/from Azure Data Lake Storage.
      * 
      * Category: cloud,file,bigdata
      * Since: 3.8
@@ -45,7 +45,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
     }
 
     /**
-     * Builder for the Azure Storage Datalake Service component.
+     * Builder for the Azure Storage Data Lake Service component.
      */
     interface AzureStorageDatalakeComponentBuilder
             extends
@@ -97,7 +97,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
             return this;
         }
         /**
-         * configuration object for datalake.
+         * configuration object for data lake.
          * 
          * The option is a:
          * &lt;code&gt;org.apache.camel.component.azure.storage.datalake.DataLakeConfiguration&lt;/code&gt; type.
@@ -281,7 +281,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
             return this;
         }
         /**
-         * path in azure datalake for operations.
+         * path in azure data lake for operations.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -372,7 +372,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -388,7 +388,7 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 76f86380385..69b8021295f 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-activemq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "activemq",
     "extendsScheme": "jms",
     "syntax": "activemq:destinationType:destinationName",
@@ -34,7 +34,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-amqp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "amqp",
     "extendsScheme": "jms",
     "syntax": "amqp:destinationType:destinationName",
@@ -57,7 +57,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-arangodb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "arangodb",
     "extendsScheme": "",
     "syntax": "arangodb:database",
@@ -80,7 +80,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-as2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "as2",
     "extendsScheme": "",
     "syntax": "as2:apiName\/methodName",
@@ -104,7 +104,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-asterisk",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "asterisk",
     "extendsScheme": "",
     "syntax": "asterisk:name",
@@ -127,7 +127,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-atmosphere-websocket",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "atmosphere-websocket",
     "extendsScheme": "servlet",
     "syntax": "atmosphere-websocket:servicePath",
@@ -150,7 +150,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-atom",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "atom",
     "extendsScheme": "",
     "syntax": "atom:feedUri",
@@ -173,7 +173,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-avro-rpc",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "avro",
     "extendsScheme": "",
     "syntax": "avro:transport:host:port\/messageName",
@@ -196,7 +196,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-athena",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-athena",
     "extendsScheme": "",
     "syntax": "aws2-athena:label",
@@ -219,7 +219,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-cw",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-cw",
     "extendsScheme": "",
     "syntax": "aws2-cw:namespace",
@@ -242,7 +242,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ddb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-ddb",
     "extendsScheme": "",
     "syntax": "aws2-ddb:tableName",
@@ -265,7 +265,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ddb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-ddbstream",
     "extendsScheme": "",
     "syntax": "aws2-ddbstream:tableName",
@@ -288,7 +288,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ec2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-ec2",
     "extendsScheme": "",
     "syntax": "aws2-ec2:label",
@@ -311,7 +311,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ecs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-ecs",
     "extendsScheme": "",
     "syntax": "aws2-ecs:label",
@@ -334,7 +334,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-eks",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-eks",
     "extendsScheme": "",
     "syntax": "aws2-eks:label",
@@ -357,7 +357,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-eventbridge",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-eventbridge",
     "extendsScheme": "",
     "syntax": "aws2-eventbridge:\/\/eventbusNameOrArn",
@@ -380,7 +380,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-iam",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-iam",
     "extendsScheme": "",
     "syntax": "aws2-iam:label",
@@ -403,7 +403,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-kinesis",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-kinesis",
     "extendsScheme": "",
     "syntax": "aws2-kinesis:streamName",
@@ -426,7 +426,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-kinesis",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-kinesis-firehose",
     "extendsScheme": "",
     "syntax": "aws2-kinesis-firehose:streamName",
@@ -449,7 +449,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-kms",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-kms",
     "extendsScheme": "",
     "syntax": "aws2-kms:label",
@@ -472,7 +472,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-lambda",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-lambda",
     "extendsScheme": "",
     "syntax": "aws2-lambda:function",
@@ -495,7 +495,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-mq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-mq",
     "extendsScheme": "",
     "syntax": "aws2-mq:label",
@@ -518,7 +518,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-msk",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-msk",
     "extendsScheme": "",
     "syntax": "aws2-msk:label",
@@ -541,7 +541,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-redshift",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-redshift-data",
     "extendsScheme": "",
     "syntax": "aws2-redshift-data:label",
@@ -564,7 +564,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-s3",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-s3",
     "extendsScheme": "",
     "syntax": "aws2-s3:\/\/bucketNameOrArn",
@@ -587,7 +587,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-ses",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-ses",
     "extendsScheme": "",
     "syntax": "aws2-ses:from",
@@ -610,7 +610,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-sns",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-sns",
     "extendsScheme": "",
     "syntax": "aws2-sns:topicNameOrArn",
@@ -633,7 +633,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-sqs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-sqs",
     "extendsScheme": "",
     "syntax": "aws2-sqs:queueNameOrArn",
@@ -656,7 +656,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-step-functions",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-step-functions",
     "extendsScheme": "",
     "syntax": "aws2-step-functions:label",
@@ -679,7 +679,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-sts",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-sts",
     "extendsScheme": "",
     "syntax": "aws2-sts:label",
@@ -702,7 +702,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-timestream",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-timestream",
     "extendsScheme": "",
     "syntax": "aws2-timestream:clientType:label",
@@ -725,7 +725,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws2-translate",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws2-translate",
     "extendsScheme": "",
     "syntax": "aws2-translate:label",
@@ -748,7 +748,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws-cloudtrail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws-cloudtrail",
     "extendsScheme": "",
     "syntax": "aws-cloudtrail:label",
@@ -771,7 +771,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws-config",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws-config",
     "extendsScheme": "",
     "syntax": "aws-config:label",
@@ -794,7 +794,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-aws-secrets-manager",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "aws-secrets-manager",
     "extendsScheme": "",
     "syntax": "aws-secrets-manager:label",
@@ -817,7 +817,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-cosmosdb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-cosmosdb",
     "extendsScheme": "",
     "syntax": "azure-cosmosdb:databaseName\/containerName",
@@ -840,7 +840,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-eventhubs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-eventhubs",
     "extendsScheme": "",
     "syntax": "azure-eventhubs:namespace\/eventHubName",
@@ -863,7 +863,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-files",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-files",
     "extendsScheme": "file",
     "syntax": "azure-files:account\/share",
@@ -886,7 +886,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-key-vault",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-key-vault",
     "extendsScheme": "",
     "syntax": "azure-key-vault:vaultName",
@@ -909,7 +909,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-servicebus",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-servicebus",
     "extendsScheme": "",
     "syntax": "azure-servicebus:topicOrQueueName",
@@ -932,7 +932,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-blob",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-storage-blob",
     "extendsScheme": "",
     "syntax": "azure-storage-blob:accountName\/containerName",
@@ -946,8 +946,8 @@
   "AzureStorageDatalakeComponentBuilderFactory": {
     "kind": "component",
     "name": "azure-storage-datalake",
-    "title": "Azure Storage Datalake Service",
-    "description": "Sends and receives files to\/from Azure DataLake Storage.",
+    "title": "Azure Storage Data Lake Service",
+    "description": "Sends and receives files to\/from Azure Data Lake Storage.",
     "deprecated": false,
     "firstVersion": "3.8.0",
     "label": "cloud,file,bigdata",
@@ -955,7 +955,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-datalake",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-storage-datalake",
     "extendsScheme": "",
     "syntax": "azure-storage-datalake:accountName\/fileSystemName",
@@ -978,7 +978,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-queue",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "azure-storage-queue",
     "extendsScheme": "",
     "syntax": "azure-storage-queue:accountName\/queueName",
@@ -1001,7 +1001,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-bean",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "bean",
     "extendsScheme": "",
     "syntax": "bean:beanName",
@@ -1024,7 +1024,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-bean-validator",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "bean-validator",
     "extendsScheme": "",
     "syntax": "bean-validator:label",
@@ -1047,7 +1047,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-bonita",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "bonita",
     "extendsScheme": "",
     "syntax": "bonita:operation",
@@ -1070,7 +1070,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-box",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "box",
     "extendsScheme": "",
     "syntax": "box:apiName\/methodName",
@@ -1094,7 +1094,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-braintree",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "braintree",
     "extendsScheme": "",
     "syntax": "braintree:apiName\/methodName",
@@ -1118,7 +1118,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-browse",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "browse",
     "extendsScheme": "",
     "syntax": "browse:name",
@@ -1141,7 +1141,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-caffeine",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "caffeine-cache",
     "extendsScheme": "",
     "syntax": "caffeine-cache:cacheName",
@@ -1164,7 +1164,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-caffeine",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "caffeine-loadcache",
     "extendsScheme": "",
     "syntax": "caffeine-loadcache:cacheName",
@@ -1187,7 +1187,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-chatscript",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "chatscript",
     "extendsScheme": "",
     "syntax": "chatscript:host:port\/botName",
@@ -1210,7 +1210,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-chunk",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "chunk",
     "extendsScheme": "",
     "syntax": "chunk:resourceUri",
@@ -1233,7 +1233,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-bean",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "class",
     "extendsScheme": "",
     "syntax": "class:beanName",
@@ -1256,7 +1256,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cm-sms",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cm-sms",
     "extendsScheme": "",
     "syntax": "cm-sms:host",
@@ -1279,7 +1279,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-coap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "coap",
     "extendsScheme": "",
     "alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
@@ -1303,7 +1303,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-coap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "coap+tcp",
     "extendsScheme": "",
     "alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
@@ -1327,7 +1327,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-coap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "coaps",
     "extendsScheme": "",
     "alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
@@ -1351,7 +1351,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-coap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "coaps+tcp",
     "extendsScheme": "",
     "alternativeSchemes": "coap,coaps,coap+tcp,coaps+tcp",
@@ -1375,7 +1375,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cometd",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cometd",
     "extendsScheme": "",
     "alternativeSchemes": "cometd,cometds",
@@ -1399,7 +1399,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cometd",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cometds",
     "extendsScheme": "",
     "alternativeSchemes": "cometd,cometds",
@@ -1423,7 +1423,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-consul",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "consul",
     "extendsScheme": "",
     "syntax": "consul:apiEndpoint",
@@ -1446,7 +1446,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-controlbus",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "controlbus",
     "extendsScheme": "",
     "syntax": "controlbus:command:language",
@@ -1469,7 +1469,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-couchbase",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "couchbase",
     "extendsScheme": "",
     "syntax": "couchbase:protocol:\/\/hostname:port",
@@ -1492,7 +1492,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-couchdb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "couchdb",
     "extendsScheme": "",
     "syntax": "couchdb:protocol:hostname:port\/database",
@@ -1515,7 +1515,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cassandraql",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cql",
     "extendsScheme": "",
     "syntax": "cql:beanRef:hosts:port\/keyspace",
@@ -1538,7 +1538,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cron",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cron",
     "extendsScheme": "",
     "syntax": "cron:name",
@@ -1561,7 +1561,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-crypto",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "crypto",
     "extendsScheme": "",
     "syntax": "crypto:cryptoOperation:name",
@@ -1584,7 +1584,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cxf-soap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cxf",
     "extendsScheme": "",
     "syntax": "cxf:beanId:address",
@@ -1607,7 +1607,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-cxf-rest",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "cxfrs",
     "extendsScheme": "",
     "syntax": "cxfrs:beanId:address",
@@ -1630,7 +1630,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dataformat",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dataformat",
     "extendsScheme": "",
     "syntax": "dataformat:name:operation",
@@ -1653,7 +1653,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dataset",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dataset",
     "extendsScheme": "",
     "syntax": "dataset:name",
@@ -1676,7 +1676,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dataset",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dataset-test",
     "extendsScheme": "",
     "syntax": "dataset-test:name",
@@ -1699,7 +1699,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-db2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-db2",
     "extendsScheme": "",
     "syntax": "debezium-db2:name",
@@ -1722,7 +1722,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-mongodb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-mongodb",
     "extendsScheme": "",
     "syntax": "debezium-mongodb:name",
@@ -1745,7 +1745,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-mysql",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-mysql",
     "extendsScheme": "",
     "syntax": "debezium-mysql:name",
@@ -1768,7 +1768,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-oracle",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-oracle",
     "extendsScheme": "",
     "syntax": "debezium-oracle:name",
@@ -1791,7 +1791,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-postgres",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-postgres",
     "extendsScheme": "",
     "syntax": "debezium-postgres:name",
@@ -1814,7 +1814,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-sqlserver",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "debezium-sqlserver",
     "extendsScheme": "",
     "syntax": "debezium-sqlserver:name",
@@ -1837,7 +1837,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dhis2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dhis2",
     "extendsScheme": "",
     "syntax": "dhis2:apiName\/methodName",
@@ -1861,7 +1861,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-digitalocean",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "digitalocean",
     "extendsScheme": "",
     "syntax": "digitalocean:operation",
@@ -1884,7 +1884,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-direct",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "direct",
     "extendsScheme": "",
     "syntax": "direct:name",
@@ -1907,7 +1907,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-disruptor",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "disruptor",
     "extendsScheme": "",
     "alternativeSchemes": "disruptor,disruptor-vm",
@@ -1931,7 +1931,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-disruptor",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "disruptor-vm",
     "extendsScheme": "",
     "alternativeSchemes": "disruptor,disruptor-vm",
@@ -1955,7 +1955,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-djl",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "djl",
     "extendsScheme": "",
     "syntax": "djl:application",
@@ -1978,7 +1978,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dns",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dns",
     "extendsScheme": "",
     "syntax": "dns:dnsType",
@@ -2001,7 +2001,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-docker",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "docker",
     "extendsScheme": "",
     "syntax": "docker:operation",
@@ -2024,7 +2024,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-drill",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "drill",
     "extendsScheme": "",
     "syntax": "drill:host",
@@ -2047,7 +2047,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dropbox",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dropbox",
     "extendsScheme": "",
     "syntax": "dropbox:operation",
@@ -2070,7 +2070,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dynamic-router",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dynamic-router",
     "extendsScheme": "",
     "syntax": "dynamic-router:channel",
@@ -2093,7 +2093,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-dynamic-router",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "dynamic-router-control",
     "extendsScheme": "",
     "syntax": "dynamic-router-control:controlAction",
@@ -2116,7 +2116,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ehcache",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ehcache",
     "extendsScheme": "",
     "syntax": "ehcache:cacheName",
@@ -2139,7 +2139,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-elasticsearch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "elasticsearch",
     "extendsScheme": "",
     "syntax": "elasticsearch:clusterName",
@@ -2162,7 +2162,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-elasticsearch-rest-client",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "elasticsearch-rest-client",
     "extendsScheme": "",
     "syntax": "elasticsearch-rest-client:clusterName",
@@ -2185,7 +2185,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-etcd3",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "etcd3",
     "extendsScheme": "",
     "syntax": "etcd3:path",
@@ -2208,7 +2208,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-exec",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "exec",
     "extendsScheme": "",
     "syntax": "exec:executable",
@@ -2231,7 +2231,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-fhir",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "fhir",
     "extendsScheme": "",
     "syntax": "fhir:apiName\/methodName",
@@ -2255,7 +2255,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-file",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "file",
     "extendsScheme": "",
     "syntax": "file:directoryName",
@@ -2278,7 +2278,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-file-watch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "file-watch",
     "extendsScheme": "",
     "syntax": "file-watch:path",
@@ -2301,7 +2301,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-flatpack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "flatpack",
     "extendsScheme": "",
     "syntax": "flatpack:type:resourceUri",
@@ -2324,7 +2324,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-flink",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "flink",
     "extendsScheme": "",
     "syntax": "flink:endpointType",
@@ -2347,7 +2347,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-fop",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "fop",
     "extendsScheme": "",
     "syntax": "fop:outputType",
@@ -2370,7 +2370,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-freemarker",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "freemarker",
     "extendsScheme": "",
     "syntax": "freemarker:resourceUri",
@@ -2393,7 +2393,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ftp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ftp",
     "extendsScheme": "file",
     "syntax": "ftp:host:port\/directoryName",
@@ -2417,7 +2417,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ftp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ftps",
     "extendsScheme": "file",
     "syntax": "ftps:host:port\/directoryName",
@@ -2441,7 +2441,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-geocoder",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "geocoder",
     "extendsScheme": "",
     "syntax": "geocoder:address:latlng",
@@ -2464,7 +2464,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-git",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "git",
     "extendsScheme": "",
     "syntax": "git:localPath",
@@ -2487,7 +2487,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-github",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "github",
     "extendsScheme": "",
     "syntax": "github:type\/branchName",
@@ -2510,7 +2510,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-bigquery",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-bigquery",
     "extendsScheme": "",
     "syntax": "google-bigquery:projectId:datasetId:tableId",
@@ -2533,7 +2533,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-bigquery",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-bigquery-sql",
     "extendsScheme": "",
     "syntax": "google-bigquery-sql:projectId:queryString",
@@ -2556,7 +2556,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-calendar",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-calendar",
     "extendsScheme": "",
     "syntax": "google-calendar:apiName\/methodName",
@@ -2580,7 +2580,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-calendar",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-calendar-stream",
     "extendsScheme": "",
     "syntax": "google-calendar-stream:index",
@@ -2603,7 +2603,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-drive",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-drive",
     "extendsScheme": "",
     "syntax": "google-drive:apiName\/methodName",
@@ -2627,7 +2627,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-functions",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-functions",
     "extendsScheme": "",
     "syntax": "google-functions:functionName",
@@ -2650,7 +2650,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-mail",
     "extendsScheme": "",
     "syntax": "google-mail:apiName\/methodName",
@@ -2674,7 +2674,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-mail-stream",
     "extendsScheme": "",
     "syntax": "google-mail-stream:index",
@@ -2697,7 +2697,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-pubsub",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-pubsub",
     "extendsScheme": "",
     "syntax": "google-pubsub:projectId:destinationName",
@@ -2720,7 +2720,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-secret-manager",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-secret-manager",
     "extendsScheme": "",
     "syntax": "google-secret-manager:project",
@@ -2743,7 +2743,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-sheets",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-sheets",
     "extendsScheme": "",
     "syntax": "google-sheets:apiName\/methodName",
@@ -2767,7 +2767,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-sheets",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-sheets-stream",
     "extendsScheme": "",
     "syntax": "google-sheets-stream:spreadsheetId",
@@ -2790,7 +2790,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-google-storage",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "google-storage",
     "extendsScheme": "",
     "syntax": "google-storage:bucketName",
@@ -2813,7 +2813,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-grape",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "grape",
     "extendsScheme": "",
     "syntax": "grape:defaultCoordinates",
@@ -2836,7 +2836,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-graphql",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "graphql",
     "extendsScheme": "",
     "syntax": "graphql:httpUri",
@@ -2859,7 +2859,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-grpc",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "grpc",
     "extendsScheme": "",
     "syntax": "grpc:host:port\/service",
@@ -2882,7 +2882,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-guava-eventbus",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "guava-eventbus",
     "extendsScheme": "",
     "syntax": "guava-eventbus:eventBusRef",
@@ -2905,7 +2905,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hashicorp-vault",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hashicorp-vault",
     "extendsScheme": "",
     "syntax": "hashicorp-vault:secretsEngine",
@@ -2928,7 +2928,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-atomicvalue",
     "extendsScheme": "",
     "syntax": "hazelcast-atomicvalue:cacheName",
@@ -2951,7 +2951,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-instance",
     "extendsScheme": "",
     "syntax": "hazelcast-instance:cacheName",
@@ -2974,7 +2974,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-list",
     "extendsScheme": "",
     "syntax": "hazelcast-list:cacheName",
@@ -2997,7 +2997,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-map",
     "extendsScheme": "",
     "syntax": "hazelcast-map:cacheName",
@@ -3020,7 +3020,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-multimap",
     "extendsScheme": "",
     "syntax": "hazelcast-multimap:cacheName",
@@ -3043,7 +3043,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-queue",
     "extendsScheme": "",
     "syntax": "hazelcast-queue:cacheName",
@@ -3066,7 +3066,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-replicatedmap",
     "extendsScheme": "",
     "syntax": "hazelcast-replicatedmap:cacheName",
@@ -3089,7 +3089,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-ringbuffer",
     "extendsScheme": "",
     "syntax": "hazelcast-ringbuffer:cacheName",
@@ -3112,7 +3112,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-seda",
     "extendsScheme": "",
     "syntax": "hazelcast-seda:cacheName",
@@ -3135,7 +3135,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-set",
     "extendsScheme": "",
     "syntax": "hazelcast-set:cacheName",
@@ -3158,7 +3158,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-hazelcast",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hazelcast-topic",
     "extendsScheme": "",
     "syntax": "hazelcast-topic:cacheName",
@@ -3181,7 +3181,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-http",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "http",
     "extendsScheme": "",
     "alternativeSchemes": "http,https",
@@ -3205,7 +3205,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-http",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "https",
     "extendsScheme": "",
     "alternativeSchemes": "http,https",
@@ -3229,7 +3229,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-dms",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-dms",
     "extendsScheme": "",
     "syntax": "hwcloud-dms:operation",
@@ -3252,7 +3252,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-frs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-frs",
     "extendsScheme": "",
     "syntax": "hwcloud-frs:operation",
@@ -3275,7 +3275,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-functiongraph",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-functiongraph",
     "extendsScheme": "",
     "syntax": "hwcloud-functiongraph:operation",
@@ -3298,7 +3298,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-iam",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-iam",
     "extendsScheme": "",
     "syntax": "hwcloud-iam:operation",
@@ -3321,7 +3321,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-imagerecognition",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-imagerecognition",
     "extendsScheme": "",
     "syntax": "hwcloud-imagerecognition:operation",
@@ -3344,7 +3344,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-obs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-obs",
     "extendsScheme": "",
     "syntax": "hwcloud-obs:operation",
@@ -3367,7 +3367,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-huaweicloud-smn",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "hwcloud-smn",
     "extendsScheme": "",
     "syntax": "hwcloud-smn:smnService",
@@ -3390,7 +3390,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-iec60870",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "iec60870-client",
     "extendsScheme": "",
     "syntax": "iec60870-client:uriPath",
@@ -3413,7 +3413,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-iec60870",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "iec60870-server",
     "extendsScheme": "",
     "syntax": "iec60870-server:uriPath",
@@ -3436,7 +3436,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-cache",
     "extendsScheme": "",
     "syntax": "ignite-cache:cacheName",
@@ -3459,7 +3459,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-compute",
     "extendsScheme": "",
     "syntax": "ignite-compute:endpointId",
@@ -3482,7 +3482,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-events",
     "extendsScheme": "",
     "syntax": "ignite-events:endpointId",
@@ -3505,7 +3505,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-idgen",
     "extendsScheme": "",
     "syntax": "ignite-idgen:name",
@@ -3528,7 +3528,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-messaging",
     "extendsScheme": "",
     "syntax": "ignite-messaging:topic",
@@ -3551,7 +3551,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-queue",
     "extendsScheme": "",
     "syntax": "ignite-queue:name",
@@ -3574,7 +3574,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ignite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ignite-set",
     "extendsScheme": "",
     "syntax": "ignite-set:name",
@@ -3597,7 +3597,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "imap",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -3622,7 +3622,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "imaps",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -3647,7 +3647,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-infinispan",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "infinispan",
     "extendsScheme": "",
     "syntax": "infinispan:cacheName",
@@ -3670,7 +3670,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-infinispan-embedded",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "infinispan-embedded",
     "extendsScheme": "",
     "syntax": "infinispan-embedded:cacheName",
@@ -3693,7 +3693,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-influxdb2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "influxdb2",
     "extendsScheme": "",
     "syntax": "influxdb2:connectionBean",
@@ -3716,7 +3716,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-influxdb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "influxdb",
     "extendsScheme": "",
     "syntax": "influxdb:connectionBean",
@@ -3739,7 +3739,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-irc",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "irc",
     "extendsScheme": "",
     "syntax": "irc:hostname:port",
@@ -3763,7 +3763,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ironmq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ironmq",
     "extendsScheme": "",
     "syntax": "ironmq:queueName",
@@ -3786,7 +3786,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jcache",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jcache",
     "extendsScheme": "",
     "syntax": "jcache:cacheName",
@@ -3809,7 +3809,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jcr",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jcr",
     "extendsScheme": "",
     "syntax": "jcr:host\/base",
@@ -3833,7 +3833,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jdbc",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jdbc",
     "extendsScheme": "",
     "syntax": "jdbc:dataSourceName",
@@ -3856,7 +3856,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jetty",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jetty",
     "extendsScheme": "http",
     "syntax": "jetty:httpUri",
@@ -3879,7 +3879,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jgroups",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jgroups",
     "extendsScheme": "",
     "syntax": "jgroups:clusterName",
@@ -3902,7 +3902,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jgroups-raft",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jgroups-raft",
     "extendsScheme": "",
     "syntax": "jgroups-raft:clusterName",
@@ -3925,7 +3925,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jira",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jira",
     "extendsScheme": "",
     "syntax": "jira:type",
@@ -3948,7 +3948,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jms",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jms",
     "extendsScheme": "",
     "syntax": "jms:destinationType:destinationName",
@@ -3971,7 +3971,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jmx",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jmx",
     "extendsScheme": "",
     "syntax": "jmx:serverURL",
@@ -3994,7 +3994,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jolt",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jolt",
     "extendsScheme": "",
     "syntax": "jolt:resourceUri",
@@ -4017,7 +4017,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jooq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jooq",
     "extendsScheme": "",
     "syntax": "jooq:entityType",
@@ -4040,7 +4040,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jpa",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jpa",
     "extendsScheme": "",
     "syntax": "jpa:entityType",
@@ -4063,7 +4063,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jslt",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jslt",
     "extendsScheme": "",
     "syntax": "jslt:resourceUri",
@@ -4086,7 +4086,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-json-patch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "json-patch",
     "extendsScheme": "",
     "syntax": "json-patch:resourceUri",
@@ -4109,7 +4109,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-json-validator",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "json-validator",
     "extendsScheme": "",
     "syntax": "json-validator:resourceUri",
@@ -4132,7 +4132,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jsonata",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jsonata",
     "extendsScheme": "",
     "syntax": "jsonata:resourceUri",
@@ -4155,7 +4155,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jt400",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jt400",
     "extendsScheme": "",
     "syntax": "jt400:userID:password@systemName\/QSYS.LIB\/objectPath.type",
@@ -4178,7 +4178,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jte",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "jte",
     "extendsScheme": "",
     "syntax": "jte:resourceUri",
@@ -4201,7 +4201,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kafka",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kafka",
     "extendsScheme": "",
     "syntax": "kafka:topic",
@@ -4224,7 +4224,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kamelet",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kamelet",
     "extendsScheme": "",
     "syntax": "kamelet:templateId\/routeId",
@@ -4247,7 +4247,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-knative",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "knative",
     "extendsScheme": "",
     "syntax": "knative:type\/typeId",
@@ -4270,7 +4270,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-config-maps",
     "extendsScheme": "",
     "syntax": "kubernetes-config-maps:masterUrl",
@@ -4293,7 +4293,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-cronjob",
     "extendsScheme": "",
     "syntax": "kubernetes-cronjob:masterUrl",
@@ -4316,7 +4316,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-custom-resources",
     "extendsScheme": "",
     "syntax": "kubernetes-custom-resources:masterUrl",
@@ -4339,7 +4339,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-deployments",
     "extendsScheme": "",
     "syntax": "kubernetes-deployments:masterUrl",
@@ -4362,7 +4362,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-events",
     "extendsScheme": "",
     "syntax": "kubernetes-events:masterUrl",
@@ -4385,7 +4385,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-hpa",
     "extendsScheme": "",
     "syntax": "kubernetes-hpa:masterUrl",
@@ -4408,7 +4408,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-job",
     "extendsScheme": "",
     "syntax": "kubernetes-job:masterUrl",
@@ -4431,7 +4431,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-namespaces",
     "extendsScheme": "",
     "syntax": "kubernetes-namespaces:masterUrl",
@@ -4454,7 +4454,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-nodes",
     "extendsScheme": "",
     "syntax": "kubernetes-nodes:masterUrl",
@@ -4477,7 +4477,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-persistent-volumes-claims",
     "extendsScheme": "",
     "syntax": "kubernetes-persistent-volumes-claims:masterUrl",
@@ -4500,7 +4500,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-persistent-volumes",
     "extendsScheme": "",
     "syntax": "kubernetes-persistent-volumes:masterUrl",
@@ -4523,7 +4523,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-pods",
     "extendsScheme": "",
     "syntax": "kubernetes-pods:masterUrl",
@@ -4546,7 +4546,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-replication-controllers",
     "extendsScheme": "",
     "syntax": "kubernetes-replication-controllers:masterUrl",
@@ -4569,7 +4569,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-resources-quota",
     "extendsScheme": "",
     "syntax": "kubernetes-resources-quota:masterUrl",
@@ -4592,7 +4592,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-secrets",
     "extendsScheme": "",
     "syntax": "kubernetes-secrets:masterUrl",
@@ -4615,7 +4615,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-service-accounts",
     "extendsScheme": "",
     "syntax": "kubernetes-service-accounts:masterUrl",
@@ -4638,7 +4638,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kubernetes-services",
     "extendsScheme": "",
     "syntax": "kubernetes-services:masterUrl",
@@ -4661,7 +4661,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kudu",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "kudu",
     "extendsScheme": "",
     "syntax": "kudu:host:port\/tableName",
@@ -4684,7 +4684,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-language",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "language",
     "extendsScheme": "",
     "syntax": "language:languageName:resourceUri",
@@ -4707,7 +4707,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ldap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ldap",
     "extendsScheme": "",
     "syntax": "ldap:dirContextName",
@@ -4730,7 +4730,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ldif",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ldif",
     "extendsScheme": "",
     "syntax": "ldif:ldapConnectionName",
@@ -4753,7 +4753,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-log",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "log",
     "extendsScheme": "",
     "syntax": "log:loggerName",
@@ -4776,7 +4776,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-printer",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "lpr",
     "extendsScheme": "",
     "syntax": "lpr:hostname:port\/printername",
@@ -4799,7 +4799,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-lucene",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "lucene",
     "extendsScheme": "",
     "syntax": "lucene:host:operation",
@@ -4822,7 +4822,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-lumberjack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "lumberjack",
     "extendsScheme": "",
     "syntax": "lumberjack:host:port",
@@ -4845,7 +4845,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mapstruct",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mapstruct",
     "extendsScheme": "",
     "syntax": "mapstruct:className",
@@ -4868,7 +4868,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-master",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "master",
     "extendsScheme": "",
     "syntax": "master:namespace:delegateUri",
@@ -4891,7 +4891,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-metrics",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "metrics",
     "extendsScheme": "",
     "syntax": "metrics:metricsType:metricsName",
@@ -4914,7 +4914,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-micrometer",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "micrometer",
     "extendsScheme": "",
     "syntax": "micrometer:metricsType:metricsName",
@@ -4937,7 +4937,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mina",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mina",
     "extendsScheme": "",
     "syntax": "mina:protocol:host:port",
@@ -4960,7 +4960,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-minio",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "minio",
     "extendsScheme": "",
     "syntax": "minio:bucketName",
@@ -4983,7 +4983,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mllp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mllp",
     "extendsScheme": "",
     "syntax": "mllp:hostname:port",
@@ -5006,7 +5006,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mock",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mock",
     "extendsScheme": "",
     "syntax": "mock:name",
@@ -5029,7 +5029,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mongodb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mongodb",
     "extendsScheme": "",
     "syntax": "mongodb:connectionBean",
@@ -5052,7 +5052,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mongodb-gridfs",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mongodb-gridfs",
     "extendsScheme": "",
     "syntax": "mongodb-gridfs:connectionBean",
@@ -5075,7 +5075,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mustache",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mustache",
     "extendsScheme": "",
     "syntax": "mustache:resourceUri",
@@ -5098,7 +5098,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mvel",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mvel",
     "extendsScheme": "",
     "syntax": "mvel:resourceUri",
@@ -5121,7 +5121,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mybatis",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mybatis-bean",
     "extendsScheme": "",
     "syntax": "mybatis-bean:beanName:methodName",
@@ -5144,7 +5144,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mybatis",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "mybatis",
     "extendsScheme": "",
     "syntax": "mybatis:statement",
@@ -5167,7 +5167,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-nats",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "nats",
     "extendsScheme": "",
     "syntax": "nats:topic",
@@ -5190,7 +5190,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-netty",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "netty",
     "extendsScheme": "",
     "syntax": "netty:protocol:\/\/host:port",
@@ -5213,7 +5213,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-netty-http",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "netty-http",
     "extendsScheme": "netty",
     "syntax": "netty-http:protocol:\/\/host:port\/path",
@@ -5236,7 +5236,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-nitrite",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "nitrite",
     "extendsScheme": "",
     "syntax": "nitrite:database",
@@ -5259,7 +5259,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-oaipmh",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "oaipmh",
     "extendsScheme": "",
     "syntax": "oaipmh:baseUrl",
@@ -5282,7 +5282,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-olingo2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "olingo2",
     "extendsScheme": "",
     "syntax": "olingo2:apiName\/methodName",
@@ -5306,7 +5306,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-olingo4",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "olingo4",
     "extendsScheme": "",
     "syntax": "olingo4:apiName\/methodName",
@@ -5330,7 +5330,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-opensearch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "opensearch",
     "extendsScheme": "",
     "syntax": "opensearch:clusterName",
@@ -5353,7 +5353,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openshift-build-configs",
     "extendsScheme": "",
     "syntax": "openshift-build-configs:masterUrl",
@@ -5376,7 +5376,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openshift-builds",
     "extendsScheme": "",
     "syntax": "openshift-builds:masterUrl",
@@ -5399,7 +5399,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kubernetes",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openshift-deploymentconfigs",
     "extendsScheme": "",
     "syntax": "openshift-deploymentconfigs:masterUrl",
@@ -5422,7 +5422,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-cinder",
     "extendsScheme": "",
     "syntax": "openstack-cinder:host",
@@ -5445,7 +5445,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-glance",
     "extendsScheme": "",
     "syntax": "openstack-glance:host",
@@ -5468,7 +5468,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-keystone",
     "extendsScheme": "",
     "syntax": "openstack-keystone:host",
@@ -5491,7 +5491,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-neutron",
     "extendsScheme": "",
     "syntax": "openstack-neutron:host",
@@ -5514,7 +5514,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-nova",
     "extendsScheme": "",
     "syntax": "openstack-nova:host",
@@ -5537,7 +5537,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-openstack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "openstack-swift",
     "extendsScheme": "",
     "syntax": "openstack-swift:host",
@@ -5560,7 +5560,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-optaplanner",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "optaplanner",
     "extendsScheme": "",
     "syntax": "optaplanner:problemName",
@@ -5583,7 +5583,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-paho",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "paho",
     "extendsScheme": "",
     "syntax": "paho:topic",
@@ -5606,7 +5606,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-paho-mqtt5",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "paho-mqtt5",
     "extendsScheme": "",
     "syntax": "paho-mqtt5:topic",
@@ -5629,7 +5629,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-pdf",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pdf",
     "extendsScheme": "",
     "syntax": "pdf:operation",
@@ -5652,7 +5652,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-pg-replication-slot",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pg-replication-slot",
     "extendsScheme": "",
     "syntax": "pg-replication-slot:host:port\/database\/slot:outputPlugin",
@@ -5675,7 +5675,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-pgevent",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pgevent",
     "extendsScheme": "",
     "syntax": "pgevent:host:port\/database\/channel",
@@ -5698,7 +5698,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-platform-http",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "platform-http",
     "extendsScheme": "",
     "syntax": "platform-http:path",
@@ -5721,7 +5721,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-plc4x",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "plc4x",
     "extendsScheme": "",
     "syntax": "plc4x:driver",
@@ -5744,7 +5744,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pop3",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -5769,7 +5769,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pop3s",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -5794,7 +5794,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-pubnub",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pubnub",
     "extendsScheme": "",
     "syntax": "pubnub:channel",
@@ -5817,7 +5817,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-pulsar",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "pulsar",
     "extendsScheme": "",
     "syntax": "pulsar:persistence:\/\/tenant\/namespace\/topic",
@@ -5840,7 +5840,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-quartz",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "quartz",
     "extendsScheme": "",
     "syntax": "quartz:groupName\/triggerName",
@@ -5863,7 +5863,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-quickfix",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "quickfix",
     "extendsScheme": "",
     "syntax": "quickfix:configurationName",
@@ -5886,7 +5886,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-reactive-streams",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "reactive-streams",
     "extendsScheme": "",
     "syntax": "reactive-streams:stream",
@@ -5909,7 +5909,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ref",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ref",
     "extendsScheme": "",
     "syntax": "ref:name",
@@ -5932,7 +5932,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-rest",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "rest-api",
     "extendsScheme": "",
     "syntax": "rest-api:path",
@@ -5955,7 +5955,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-rest",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "rest",
     "extendsScheme": "",
     "syntax": "rest:method:path:uriTemplate",
@@ -5978,7 +5978,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-rest-openapi",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "rest-openapi",
     "extendsScheme": "",
     "syntax": "rest-openapi:specificationUri#operationId",
@@ -6001,7 +6001,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-robotframework",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "robotframework",
     "extendsScheme": "",
     "syntax": "robotframework:resourceUri",
@@ -6024,7 +6024,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-rocketmq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "rocketmq",
     "extendsScheme": "",
     "syntax": "rocketmq:topicName",
@@ -6047,7 +6047,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-rss",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "rss",
     "extendsScheme": "atom",
     "syntax": "rss:feedUri",
@@ -6070,7 +6070,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-saga",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "saga",
     "extendsScheme": "",
     "syntax": "saga:action",
@@ -6093,7 +6093,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-salesforce",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "salesforce",
     "extendsScheme": "",
     "syntax": "salesforce:operationName:topicName",
@@ -6116,7 +6116,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-sap-netweaver",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sap-netweaver",
     "extendsScheme": "",
     "syntax": "sap-netweaver:url",
@@ -6139,7 +6139,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-scheduler",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "scheduler",
     "extendsScheme": "",
     "syntax": "scheduler:name",
@@ -6162,7 +6162,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-schematron",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "schematron",
     "extendsScheme": "",
     "syntax": "schematron:path",
@@ -6185,7 +6185,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jsch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "scp",
     "extendsScheme": "ftp",
     "syntax": "scp:host:port\/directoryName",
@@ -6208,7 +6208,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-seda",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "seda",
     "extendsScheme": "",
     "syntax": "seda:name",
@@ -6231,7 +6231,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-service",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "service",
     "extendsScheme": "",
     "syntax": "service:delegateUri",
@@ -6254,7 +6254,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-servicenow",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "servicenow",
     "extendsScheme": "",
     "syntax": "servicenow:instanceName",
@@ -6277,7 +6277,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-servlet",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "servlet",
     "extendsScheme": "http",
     "syntax": "servlet:contextPath",
@@ -6300,7 +6300,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ftp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sftp",
     "extendsScheme": "file",
     "syntax": "sftp:host:port\/directoryName",
@@ -6323,7 +6323,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-sjms2",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sjms2",
     "extendsScheme": "sjms",
     "syntax": "sjms2:destinationType:destinationName",
@@ -6346,7 +6346,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-sjms",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sjms",
     "extendsScheme": "",
     "syntax": "sjms:destinationType:destinationName",
@@ -6369,7 +6369,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-slack",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "slack",
     "extendsScheme": "",
     "syntax": "slack:channel",
@@ -6392,7 +6392,7 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-smb",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "smb",
     "extendsScheme": "",
     "syntax": "smb:hostname:port\/shareName",
@@ -6415,7 +6415,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-smpp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "smpp",
     "extendsScheme": "",
     "alternativeSchemes": "smpp,smpps",
@@ -6439,7 +6439,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-smpp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "smpps",
     "extendsScheme": "",
     "alternativeSchemes": "smpp,smpps",
@@ -6463,7 +6463,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "smtp",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -6488,7 +6488,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-mail",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "smtps",
     "extendsScheme": "",
     "alternativeSchemes": "imap,imaps,pop3,pop3s,smtp,smtps",
@@ -6513,7 +6513,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-snmp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "snmp",
     "extendsScheme": "",
     "syntax": "snmp:host:port",
@@ -6536,7 +6536,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "splunk",
     "extendsScheme": "",
     "syntax": "splunk:name",
@@ -6559,7 +6559,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk-hec",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "splunk-hec",
     "extendsScheme": "",
     "syntax": "splunk-hec:splunkURL",
@@ -6582,7 +6582,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-batch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-batch",
     "extendsScheme": "",
     "syntax": "spring-batch:jobName",
@@ -6605,7 +6605,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-event",
     "extendsScheme": "",
     "syntax": "spring-event:name",
@@ -6628,7 +6628,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-jdbc",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-jdbc",
     "extendsScheme": "",
     "syntax": "spring-jdbc:dataSourceName",
@@ -6651,7 +6651,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-ldap",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-ldap",
     "extendsScheme": "",
     "syntax": "spring-ldap:templateName",
@@ -6674,7 +6674,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-rabbitmq",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-rabbitmq",
     "extendsScheme": "",
     "syntax": "spring-rabbitmq:exchangeName",
@@ -6697,7 +6697,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-redis",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-redis",
     "extendsScheme": "",
     "syntax": "spring-redis:host:port",
@@ -6720,7 +6720,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-spring-ws",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "spring-ws",
     "extendsScheme": "",
     "syntax": "spring-ws:type:lookupKey:webServiceEndpointUri",
@@ -6743,7 +6743,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-sql",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sql",
     "extendsScheme": "",
     "syntax": "sql:query",
@@ -6766,7 +6766,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-sql",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "sql-stored",
     "extendsScheme": "",
     "syntax": "sql-stored:template",
@@ -6789,7 +6789,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-ssh",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "ssh",
     "extendsScheme": "",
     "syntax": "ssh:host:port",
@@ -6813,7 +6813,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stax",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "stax",
     "extendsScheme": "",
     "syntax": "stax:contentHandlerClass",
@@ -6836,7 +6836,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stitch",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "stitch",
     "extendsScheme": "",
     "syntax": "stitch:tableName",
@@ -6859,7 +6859,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stomp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "stomp",
     "extendsScheme": "",
     "syntax": "stomp:destination",
@@ -6882,7 +6882,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stream",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "stream",
     "extendsScheme": "",
     "syntax": "stream:kind",
@@ -6905,7 +6905,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stringtemplate",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "string-template",
     "extendsScheme": "",
     "syntax": "string-template:resourceUri",
@@ -6928,7 +6928,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-stub",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "stub",
     "extendsScheme": "",
     "syntax": "stub:name",
@@ -6951,7 +6951,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-telegram",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "telegram",
     "extendsScheme": "",
     "syntax": "telegram:type",
@@ -6974,7 +6974,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-thrift",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "thrift",
     "extendsScheme": "",
     "syntax": "thrift:host:port\/service",
@@ -6997,7 +6997,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-thymeleaf",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "thymeleaf",
     "extendsScheme": "",
     "syntax": "thymeleaf:resourceUri",
@@ -7020,7 +7020,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-tika",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "tika",
     "extendsScheme": "",
     "syntax": "tika:operation",
@@ -7043,7 +7043,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-timer",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "timer",
     "extendsScheme": "",
     "syntax": "timer:timerName",
@@ -7066,7 +7066,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-twilio",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "twilio",
     "extendsScheme": "",
     "syntax": "twilio:apiName\/methodName",
@@ -7090,7 +7090,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-twitter",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "twitter-directmessage",
     "extendsScheme": "",
     "syntax": "twitter-directmessage:user",
@@ -7113,7 +7113,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-twitter",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "twitter-search",
     "extendsScheme": "",
     "syntax": "twitter-search:keywords",
@@ -7136,7 +7136,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-twitter",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "twitter-timeline",
     "extendsScheme": "",
     "syntax": "twitter-timeline:timelineType",
@@ -7159,7 +7159,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-undertow",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "undertow",
     "extendsScheme": "",
     "syntax": "undertow:httpURI",
@@ -7182,7 +7182,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-validator",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "validator",
     "extendsScheme": "",
     "syntax": "validator:resourceUri",
@@ -7205,7 +7205,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-velocity",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "velocity",
     "extendsScheme": "",
     "syntax": "velocity:resourceUri",
@@ -7228,7 +7228,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-vertx",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "vertx",
     "extendsScheme": "",
     "syntax": "vertx:address",
@@ -7251,7 +7251,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-vertx-http",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "vertx-http",
     "extendsScheme": "",
     "syntax": "vertx-http:httpUri",
@@ -7274,7 +7274,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-vertx-websocket",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "vertx-websocket",
     "extendsScheme": "",
     "syntax": "vertx-websocket:host:port\/path",
@@ -7297,7 +7297,7 @@
     "supportLevel": "Experimental",
     "groupId": "org.apache.camel",
     "artifactId": "camel-wasm",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "wasm",
     "extendsScheme": "",
     "syntax": "wasm:functionName",
@@ -7320,7 +7320,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-weather",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "weather",
     "extendsScheme": "",
     "syntax": "weather:name",
@@ -7343,7 +7343,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-web3j",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "web3j",
     "extendsScheme": "",
     "syntax": "web3j:nodeAddress",
@@ -7366,7 +7366,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-webhook",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "webhook",
     "extendsScheme": "",
     "syntax": "webhook:endpointUri",
@@ -7389,7 +7389,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-whatsapp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "whatsapp",
     "extendsScheme": "",
     "syntax": "whatsapp:phoneNumberId",
@@ -7412,7 +7412,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-wordpress",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "wordpress",
     "extendsScheme": "",
     "syntax": "wordpress:operation",
@@ -7435,7 +7435,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-workday",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "workday",
     "extendsScheme": "",
     "syntax": "workday:entity:path",
@@ -7458,7 +7458,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xchange",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xchange",
     "extendsScheme": "",
     "syntax": "xchange:name",
@@ -7481,7 +7481,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xj",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xj",
     "extendsScheme": "",
     "syntax": "xj:resourceUri",
@@ -7504,7 +7504,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xmlsecurity",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xmlsecurity-sign",
     "extendsScheme": "",
     "syntax": "xmlsecurity-sign:name",
@@ -7527,7 +7527,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xmlsecurity",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xmlsecurity-verify",
     "extendsScheme": "",
     "syntax": "xmlsecurity-verify:name",
@@ -7550,7 +7550,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xmpp",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xmpp",
     "extendsScheme": "",
     "syntax": "xmpp:host:port\/participant",
@@ -7574,7 +7574,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-saxon",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xquery",
     "extendsScheme": "",
     "syntax": "xquery:resourceUri",
@@ -7597,7 +7597,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xslt",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xslt",
     "extendsScheme": "",
     "syntax": "xslt:resourceUri",
@@ -7620,7 +7620,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-xslt-saxon",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "xslt-saxon",
     "extendsScheme": "",
     "syntax": "xslt-saxon:resourceUri",
@@ -7643,7 +7643,7 @@
     "supportLevel": "Experimental",
     "groupId": "org.apache.camel",
     "artifactId": "camel-zeebe",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "zeebe",
     "extendsScheme": "",
     "syntax": "zeebe:operationName",
@@ -7666,7 +7666,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-zendesk",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "zendesk",
     "extendsScheme": "",
     "syntax": "zendesk:methodName",
@@ -7690,7 +7690,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-zookeeper",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "zookeeper",
     "extendsScheme": "",
     "syntax": "zookeeper:serverUrls\/path",
@@ -7713,7 +7713,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-zookeeper-master",
-    "version": "4.4.1-SNAPSHOT",
+    "version": "4.4.2-SNAPSHOT",
     "scheme": "zookeeper-master",
     "extendsScheme": "",
     "syntax": "zookeeper-master:groupName:consumerEndpointUri",
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 6324171acc0..b81066a5347 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
@@ -1904,8 +1904,8 @@ public class StaticEndpointBuilders {
         return org.apache.camel.builder.endpoint.dsl.BlobEndpointBuilderFactory.endpointBuilder(componentName, path);
     }
     /**
-     * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Sends and receives files to/from Azure DataLake Storage.
+     * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+     * Sends and receives files to/from Azure Data Lake Storage.
      * 
      * Category: cloud,file,bigdata
      * Since: 3.8
@@ -1927,8 +1927,8 @@ public class StaticEndpointBuilders {
         return org.apache.camel.builder.endpoint.dsl.DataLakeEndpointBuilderFactory.endpointBuilder("azure-storage-datalake", path);
     }
     /**
-     * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Sends and receives files to/from Azure DataLake Storage.
+     * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+     * Sends and receives files to/from Azure Data Lake Storage.
      * 
      * Category: cloud,file,bigdata
      * Since: 3.8
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
index f6d8c935384..bad34347a2f 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
@@ -27,7 +27,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * Sends and receives files to/from Azure DataLake Storage.
+ * Sends and receives files to/from Azure Data Lake Storage.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -36,7 +36,7 @@ public interface DataLakeEndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint consumers for the Azure Storage Datalake Service
+     * Builder for endpoint consumers for the Azure Storage Data Lake Service
      * component.
      */
     public interface DataLakeEndpointConsumerBuilder
@@ -185,7 +185,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -201,7 +201,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -424,7 +424,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * path in azure datalake for operations.
+         * path in azure data lake for operations.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -559,7 +559,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -575,7 +575,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -591,7 +591,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -607,7 +607,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -1336,7 +1336,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint consumers for the Azure Storage Datalake
+     * Advanced builder for endpoint consumers for the Azure Storage Data Lake
      * Service component.
      */
     public interface AdvancedDataLakeEndpointConsumerBuilder
@@ -1511,7 +1511,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * Builder for endpoint producers for the Azure Storage Datalake Service
+     * Builder for endpoint producers for the Azure Storage Data Lake Service
      * component.
      */
     public interface DataLakeEndpointProducerBuilder
@@ -1660,7 +1660,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -1676,7 +1676,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -1899,7 +1899,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * path in azure datalake for operations.
+         * path in azure data lake for operations.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -2034,7 +2034,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2050,7 +2050,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2066,7 +2066,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -2082,7 +2082,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -2332,7 +2332,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint producers for the Azure Storage Datalake
+     * Advanced builder for endpoint producers for the Azure Storage Data Lake
      * Service component.
      */
     public interface AdvancedDataLakeEndpointProducerBuilder
@@ -2393,7 +2393,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * Builder for endpoint for the Azure Storage Datalake Service component.
+     * Builder for endpoint for the Azure Storage Data Lake Service component.
      */
     public interface DataLakeEndpointBuilder
             extends
@@ -2541,7 +2541,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2557,7 +2557,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * service client of datalake.
+         * service client of data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2777,7 +2777,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * path in azure datalake for operations.
+         * path in azure data lake for operations.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -2912,7 +2912,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2928,7 +2928,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * datalake service client for azure storage datalake.
+         * data lake service client for azure storage data lake.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.file.datalake.DataLakeServiceClient&lt;/code&gt; type.
@@ -2943,7 +2943,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option is a:
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -2959,7 +2959,7 @@ public interface DataLakeEndpointBuilderFactory {
             return this;
         }
         /**
-         * shared key credential for azure datalake gen2.
+         * shared key credential for azure data lake gen2.
          * 
          * The option will be converted to a
          * &lt;code&gt;com.azure.storage.common.StorageSharedKeyCredential&lt;/code&gt; type.
@@ -3174,7 +3174,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the Azure Storage Datalake Service
+     * Advanced builder for endpoint for the Azure Storage Data Lake Service
      * component.
      */
     public interface AdvancedDataLakeEndpointBuilder
@@ -3188,8 +3188,8 @@ public interface DataLakeEndpointBuilderFactory {
 
     public interface DataLakeBuilders {
         /**
-         * Azure Storage Datalake Service (camel-azure-storage-datalake)
-         * Sends and receives files to/from Azure DataLake Storage.
+         * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+         * Sends and receives files to/from Azure Data Lake Storage.
          * 
          * Category: cloud,file,bigdata
          * Since: 3.8
@@ -3201,8 +3201,8 @@ public interface DataLakeEndpointBuilderFactory {
             return DataLakeHeaderNameBuilder.INSTANCE;
         }
         /**
-         * Azure Storage Datalake Service (camel-azure-storage-datalake)
-         * Sends and receives files to/from Azure DataLake Storage.
+         * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+         * Sends and receives files to/from Azure Data Lake Storage.
          * 
          * Category: cloud,file,bigdata
          * Since: 3.8
@@ -3224,8 +3224,8 @@ public interface DataLakeEndpointBuilderFactory {
             return DataLakeEndpointBuilderFactory.endpointBuilder("azure-storage-datalake", path);
         }
         /**
-         * Azure Storage Datalake Service (camel-azure-storage-datalake)
-         * Sends and receives files to/from Azure DataLake Storage.
+         * Azure Storage Data Lake Service (camel-azure-storage-datalake)
+         * Sends and receives files to/from Azure Data Lake Storage.
          * 
          * Category: cloud,file,bigdata
          * Since: 3.8
@@ -3253,7 +3253,7 @@ public interface DataLakeEndpointBuilderFactory {
     }
 
     /**
-     * The builder of headers' name for the Azure Storage Datalake Service
+     * The builder of headers' name for the Azure Storage Data Lake Service
      * component.
      */
     public static class DataLakeHeaderNameBuilder {
@@ -3309,8 +3309,8 @@ public interface DataLakeEndpointBuilderFactory {
         }
 
         /**
-         * Name of the file system in azure datalake on which operation is to be
-         * performed. Please make sure that filesystem name is all lowercase.
+         * Name of the file system in azure data lake on which operation is to
+         * be performed. Please make sure that filesystem name is all lowercase.
          * 
          * The option is a: {@code String} type.
          * 
@@ -3324,7 +3324,7 @@ public interface DataLakeEndpointBuilderFactory {
         }
 
         /**
-         * Name of the directory in azure datalake on which operation is to be
+         * Name of the directory in azure data lake on which operation is to be
          * performed.
          * 
          * The option is a: {@code String} type.
@@ -3339,7 +3339,7 @@ public interface DataLakeEndpointBuilderFactory {
         }
 
         /**
-         * Name of the file in azure datalake on which operation is to be
+         * Name of the file in azure data lake on which operation is to be
          * performed.
          * 
          * The option is a: {@code String} type.
@@ -3924,7 +3924,7 @@ public interface DataLakeEndpointBuilderFactory {
         }
 
         /**
-         * The link that can be used to download the file from datalake.
+         * The link that can be used to download the file from data lake.
          * 
          * The option is a: {@code String} type.
          * 


(camel) 01/06: Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 00bbf4ddda8faf72b8b55074d9ef0eddb04e0e6f
Author: John Poth <po...@gmail.com>
AuthorDate: Mon Mar 18 11:25:42 2024 +0100

    Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)
    
    * CAMEL-20257: make it possible to define restConfiguration ins xml-io-dsl
    
    * CAMEL-20257: make it possible to define restConfiguration ins xml-jaxb-dsl
---
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java | 24 +++++++++
 .../camel/dsl/xml/io/XmlRoutesBuilderLoader.java   | 13 +++++
 .../apache/camel/dsl/xml/io/XmlLoadAppTest.java    | 34 ++++++++++++
 .../org/apache/camel/dsl/xml/io/camel-app12.xml    | 26 +++++++++
 .../LoadRestConfigurationFromXmlTest.java          | 61 ++++++++++++++++++++++
 .../dsl/xml/jaxb/definition/restConfiguration.xml  | 24 +++++++++
 .../dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java   |  9 ++++
 7 files changed, 191 insertions(+)

diff --git a/core/camel-xml-jaxb/src/main/java/org/apache/camel/xml/jaxb/JaxbHelper.java b/core/camel-xml-jaxb/src/main/java/org/apache/camel/xml/jaxb/JaxbHelper.java
index 41099653e46..712f2d6d4be 100644
--- a/core/camel-xml-jaxb/src/main/java/org/apache/camel/xml/jaxb/JaxbHelper.java
+++ b/core/camel-xml-jaxb/src/main/java/org/apache/camel/xml/jaxb/JaxbHelper.java
@@ -57,6 +57,7 @@ import org.apache.camel.model.TemplatedRouteDefinition;
 import org.apache.camel.model.TemplatedRoutesDefinition;
 import org.apache.camel.model.ToDynamicDefinition;
 import org.apache.camel.model.language.ExpressionDefinition;
+import org.apache.camel.model.rest.RestConfigurationDefinition;
 import org.apache.camel.model.rest.RestDefinition;
 import org.apache.camel.model.rest.RestsDefinition;
 import org.apache.camel.spi.NamespaceAware;
@@ -549,6 +550,29 @@ public final class JaxbHelper {
         return answer;
     }
 
+    public static RestConfigurationDefinition loadRestConfigurationDefinition(CamelContext context, InputStream inputStream)
+            throws Exception {
+        // load rest configuration using JAXB
+        Document dom = newXmlConverter(context).toDOMDocument(inputStream, null);
+
+        if (!CAMEL_NS.equals(dom.getDocumentElement().getNamespaceURI())) {
+            addNamespaceToDom(dom);
+        }
+        Unmarshaller unmarshaller = getJAXBContext(context).createUnmarshaller();
+        Object result = unmarshaller.unmarshal(dom);
+
+        if (result == null) {
+            throw new IOException("Cannot unmarshal to rest configuration using JAXB from input stream: " + inputStream);
+        }
+
+        if (result instanceof RestConfigurationDefinition) {
+            return (RestConfigurationDefinition) result;
+        } else {
+            // ignore not supported type
+            return null;
+        }
+    }
+
     private static void removeNoiseFromUris(Element element) {
         final NamedNodeMap attrs = element.getAttributes();
 
diff --git a/dsl/camel-xml-io-dsl/src/main/java/org/apache/camel/dsl/xml/io/XmlRoutesBuilderLoader.java b/dsl/camel-xml-io-dsl/src/main/java/org/apache/camel/dsl/xml/io/XmlRoutesBuilderLoader.java
index e19fb750a58..d8e0e8e8e0d 100644
--- a/dsl/camel-xml-io-dsl/src/main/java/org/apache/camel/dsl/xml/io/XmlRoutesBuilderLoader.java
+++ b/dsl/camel-xml-io-dsl/src/main/java/org/apache/camel/dsl/xml/io/XmlRoutesBuilderLoader.java
@@ -51,6 +51,7 @@ import org.apache.camel.model.TemplatedRouteDefinition;
 import org.apache.camel.model.TemplatedRoutesDefinition;
 import org.apache.camel.model.app.BeansDefinition;
 import org.apache.camel.model.app.RegistryBeanDefinition;
+import org.apache.camel.model.rest.RestConfigurationDefinition;
 import org.apache.camel.model.rest.RestDefinition;
 import org.apache.camel.model.rest.RestsDefinition;
 import org.apache.camel.spi.ExchangeFactory;
@@ -195,6 +196,18 @@ public class XmlRoutesBuilderLoader extends RouteBuilderLoaderSupport {
                 // org.apache.camel.main.BaseMainSupport.postProcessCamelRegistry() (if given Main implementation
                 // decides to do so)
 
+                if (app.getRestConfigurations().size() > 1) {
+                    throw new RuntimeException("There should only be one <restConfiguration>");
+                }
+                if (app.getRestConfigurations().size() == 1) {
+                    RestConfigurationDefinition config = app.getRestConfigurations().get(0);
+                    try {
+                        config.asRestConfiguration(getCamelContext(), getCamelContext().getRestConfiguration());
+                    } catch (Exception e) {
+                        throw new RuntimeException(e);
+                    }
+                }
+
                 app.getRests().forEach(r -> {
                     r.setResource(getResource());
                     List<RestDefinition> list = new ArrayList<>();
diff --git a/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadAppTest.java b/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadAppTest.java
index 83700f09df1..b5fe1debb42 100644
--- a/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadAppTest.java
+++ b/dsl/camel-xml-io-dsl/src/test/java/org/apache/camel/dsl/xml/io/XmlLoadAppTest.java
@@ -16,11 +16,16 @@
  */
 package org.apache.camel.dsl.xml.io;
 
+import java.util.Map;
+
 import org.apache.camel.component.mock.MockEndpoint;
+import org.apache.camel.component.rest.DummyRestConsumerFactory;
+import org.apache.camel.component.rest.DummyRestProcessorFactory;
 import org.apache.camel.dsl.xml.io.beans.GreeterMessage;
 import org.apache.camel.dsl.xml.io.beans.MyDestroyBean;
 import org.apache.camel.impl.DefaultCamelContext;
 import org.apache.camel.spi.Resource;
+import org.apache.camel.spi.RestConfiguration;
 import org.apache.camel.spi.RoutesLoader;
 import org.apache.camel.support.PluginHelper;
 import org.junit.jupiter.api.Test;
@@ -277,4 +282,33 @@ public class XmlLoadAppTest {
         }
     }
 
+    @Test
+    public void testLoadCamelAppRestConfiguration() throws Exception {
+        try (DefaultCamelContext context = new DefaultCamelContext()) {
+            context.getCamelContextExtension().getRegistry().bind("dummy-rest", new DummyRestConsumerFactory());
+            context.getCamelContextExtension().getRegistry().bind("dummy-rest", new DummyRestProcessorFactory());
+
+            context.start();
+
+            Resource resource = PluginHelper.getResourceLoader(context).resolveResource(
+                    "/org/apache/camel/dsl/xml/io/camel-app12.xml");
+
+            RoutesLoader routesLoader = PluginHelper.getRoutesLoader(context);
+            routesLoader.preParseRoute(resource, false);
+            routesLoader.loadRoutes(resource);
+
+            RestConfiguration restConfiguration = context.getRestConfiguration();
+            assertNotNull(restConfiguration, "There should be a rest configuration");
+            assertEquals("dummy-rest", restConfiguration.getApiComponent());
+            assertEquals("dummy-rest", restConfiguration.getComponent());
+            assertEquals("api", restConfiguration.getContextPath());
+            assertEquals("api-doc", restConfiguration.getApiContextPath());
+
+            Map<String, Object> apiProperties = restConfiguration.getApiProperties();
+            assertEquals("test", apiProperties.get("api.title"));
+            assertEquals("3.0", apiProperties.get("openapi.version"));
+
+            context.stop();
+        }
+    }
 }
diff --git a/dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/camel-app12.xml b/dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/camel-app12.xml
new file mode 100644
index 00000000000..37392431201
--- /dev/null
+++ b/dsl/camel-xml-io-dsl/src/test/resources/org/apache/camel/dsl/xml/io/camel-app12.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<camel xmlns="http://camel.apache.org/schema/spring">
+    <restConfiguration contextPath="api" apiContextPath="api-doc"
+                       apiComponent="dummy-rest" component="dummy-rest" bindingMode="auto">
+        <apiProperty key="api.title" value="test"/>
+        <apiProperty key="openapi.version" value="3.0"/>
+    </restConfiguration>
+</camel>
diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java
new file mode 100644
index 00000000000..36a281bc0e3
--- /dev/null
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.dsl.xml.jaxb.definition;
+
+import java.util.Map;
+
+import org.apache.camel.ContextTestSupport;
+import org.apache.camel.component.rest.DummyRestConsumerFactory;
+import org.apache.camel.component.rest.DummyRestProcessorFactory;
+import org.apache.camel.spi.Registry;
+import org.apache.camel.spi.Resource;
+import org.apache.camel.spi.RestConfiguration;
+import org.apache.camel.support.PluginHelper;
+import org.junit.jupiter.api.Test;
+
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
+
+public class LoadRestConfigurationFromXmlTest extends ContextTestSupport {
+
+    @Override
+    protected Registry createCamelRegistry() throws Exception {
+        Registry jndi = super.createCamelRegistry();
+        jndi.bind("dummy-rest", new DummyRestConsumerFactory());
+        jndi.bind("dummy-rest-api", new DummyRestProcessorFactory());
+        return jndi;
+    }
+
+    @Test
+    public void testLoadRestsDefinitionFromXml() throws Exception {
+        // load rest configuration from XML and add it to the existing camel context
+        Resource resource = PluginHelper.getResourceLoader(context)
+                .resolveResource("org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml");
+        PluginHelper.getRoutesLoader(context).loadRoutes(resource);
+
+        RestConfiguration restConfiguration = context.getRestConfiguration();
+        assertNotNull(restConfiguration, "There should be a rest configuration");
+        assertEquals("dummy-rest", restConfiguration.getApiComponent());
+        assertEquals("dummy-rest", restConfiguration.getComponent());
+        assertEquals("api", restConfiguration.getContextPath());
+        assertEquals("api-doc", restConfiguration.getApiContextPath());
+
+        Map<String, Object> apiProperties = restConfiguration.getApiProperties();
+        assertEquals("test", apiProperties.get("api.title"));
+        assertEquals("3.0", apiProperties.get("openapi.version"));
+    }
+}
diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/src/test/resources/org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/resources/org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml
new file mode 100644
index 00000000000..70a8e1cc416
--- /dev/null
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/resources/org/apache/camel/dsl/xml/jaxb/definition/restConfiguration.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<restConfiguration contextPath="api" apiContextPath="api-doc"
+                   apiComponent="dummy-rest" component="dummy-rest" bindingMode="auto">
+    <apiProperty key="api.title" value="test"/>
+    <apiProperty key="openapi.version" value="3.0"/>
+</restConfiguration>
diff --git a/dsl/camel-xml-jaxb-dsl/src/main/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java b/dsl/camel-xml-jaxb-dsl/src/main/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java
index ae9ccc5adf0..639a8ff0ed8 100644
--- a/dsl/camel-xml-jaxb-dsl/src/main/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java
+++ b/dsl/camel-xml-jaxb-dsl/src/main/java/org/apache/camel/dsl/xml/jaxb/JaxbXmlRoutesBuilderLoader.java
@@ -29,10 +29,12 @@ import org.apache.camel.model.RouteDefinition;
 import org.apache.camel.model.RouteTemplatesDefinition;
 import org.apache.camel.model.RoutesDefinition;
 import org.apache.camel.model.TemplatedRoutesDefinition;
+import org.apache.camel.model.rest.RestConfigurationDefinition;
 import org.apache.camel.model.rest.RestsDefinition;
 import org.apache.camel.spi.Resource;
 import org.apache.camel.spi.annotations.RoutesLoader;
 
+import static org.apache.camel.xml.jaxb.JaxbHelper.loadRestConfigurationDefinition;
 import static org.apache.camel.xml.jaxb.JaxbHelper.loadRestsDefinition;
 import static org.apache.camel.xml.jaxb.JaxbHelper.loadRouteConfigurationsDefinition;
 import static org.apache.camel.xml.jaxb.JaxbHelper.loadRouteTemplatesDefinition;
@@ -90,6 +92,13 @@ public class JaxbXmlRoutesBuilderLoader extends RouteBuilderLoaderSupport {
                         }
                     }
                 }
+
+                try (InputStream is = resourceInputStream(resource)) {
+                    RestConfigurationDefinition config = loadRestConfigurationDefinition(getCamelContext(), is);
+                    if (config != null) {
+                        config.asRestConfiguration(getCamelContext(), getCamelContext().getRestConfiguration());
+                    }
+                }
             }
 
             @Override


(camel) 05/06: Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5f57e963c62730fc1e0a4fb32182b08343885201
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 18 11:41:02 2024 +0100

    Camel 20567 make it possible to define restconfiguration in xml-io-dsl and xml-jaxb-dsl (#13488)
---
 .../dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java
index 36a281bc0e3..e11652a53f8 100644
--- a/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/src/test/java/org/apache/camel/dsl/xml/jaxb/definition/LoadRestConfigurationFromXmlTest.java
@@ -33,8 +33,8 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
 public class LoadRestConfigurationFromXmlTest extends ContextTestSupport {
 
     @Override
-    protected Registry createCamelRegistry() throws Exception {
-        Registry jndi = super.createCamelRegistry();
+    protected Registry createRegistry() throws Exception {
+        Registry jndi = super.createRegistry();
         jndi.bind("dummy-rest", new DummyRestConsumerFactory());
         jndi.bind("dummy-rest-api", new DummyRestProcessorFactory());
         return jndi;


(camel) 02/06: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 711022eb86c41b92c81d84bda4293f782cf3b021
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 18 11:32:15 2024 +0100

    Regen
---
 .../camel-aws-config/src/main/docs/aws-config-component.adoc     | 2 +-
 .../src/main/docs/elasticsearch-rest-client-component.adoc       | 2 +-
 .../component/platform/http/PlatformHttpEndpointUriFactory.java  | 9 ++++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
index a908354c1a1..71e59944608 100644
--- a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
+++ b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
@@ -4,7 +4,7 @@
 :artifactid: camel-aws-config
 :description: Manage AWS Config service.
 :since: 4.3
-:supportlevel: Preview
+:supportlevel: Stable
 :tabs-sync-option:
 :component-header: Only producer is supported
 //Manually maintained attributes
diff --git a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
index dd8d647b05f..ab1fec9e2d9 100644
--- a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
+++ b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
@@ -4,7 +4,7 @@
 :artifactid: camel-elasticsearch-rest-client
 :description: Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client).
 :since: 4.3
-:supportlevel: Preview
+:supportlevel: Stable
 :tabs-sync-option:
 :component-header: Only producer is supported
 //Manually maintained attributes
diff --git a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
index 78a658d5a8a..e90d7621fd8 100644
--- a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
+++ b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
@@ -21,9 +21,15 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com
     private static final Set<String> SECRET_PROPERTY_NAMES;
     private static final Set<String> MULTI_VALUE_PREFIXES;
     static {
-        Set<String> props = new HashSet<>(13);
+        Set<String> props = new HashSet<>(20);
         props.add("bridgeErrorHandler");
         props.add("consumes");
+        props.add("cookieDomain");
+        props.add("cookieHttpOnly");
+        props.add("cookieMaxAge");
+        props.add("cookiePath");
+        props.add("cookieSameSite");
+        props.add("cookieSecure");
         props.add("exceptionHandler");
         props.add("exchangePattern");
         props.add("fileNameExtWhitelist");
@@ -34,6 +40,7 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com
         props.add("path");
         props.add("platformHttpEngine");
         props.add("produces");
+        props.add("useCookieHandler");
         props.add("useStreaming");
         PROPERTY_NAMES = Collections.unmodifiableSet(props);
         SECRET_PROPERTY_NAMES = Collections.emptySet();


(camel) 04/06: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 471f29e4d57c03e096e88e79daa6d355ddfd0175
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 18 11:39:28 2024 +0100

    Regen
---
 .../camel-aws-config/src/main/docs/aws-config-component.adoc     | 2 +-
 .../src/main/docs/elasticsearch-rest-client-component.adoc       | 2 +-
 .../component/platform/http/PlatformHttpEndpointUriFactory.java  | 9 +--------
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
index 71e59944608..a908354c1a1 100644
--- a/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
+++ b/components/camel-aws/camel-aws-config/src/main/docs/aws-config-component.adoc
@@ -4,7 +4,7 @@
 :artifactid: camel-aws-config
 :description: Manage AWS Config service.
 :since: 4.3
-:supportlevel: Stable
+:supportlevel: Preview
 :tabs-sync-option:
 :component-header: Only producer is supported
 //Manually maintained attributes
diff --git a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
index ab1fec9e2d9..dd8d647b05f 100644
--- a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
+++ b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc
@@ -4,7 +4,7 @@
 :artifactid: camel-elasticsearch-rest-client
 :description: Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client).
 :since: 4.3
-:supportlevel: Stable
+:supportlevel: Preview
 :tabs-sync-option:
 :component-header: Only producer is supported
 //Manually maintained attributes
diff --git a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
index e90d7621fd8..78a658d5a8a 100644
--- a/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
+++ b/components/camel-platform-http/src/generated/java/org/apache/camel/component/platform/http/PlatformHttpEndpointUriFactory.java
@@ -21,15 +21,9 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com
     private static final Set<String> SECRET_PROPERTY_NAMES;
     private static final Set<String> MULTI_VALUE_PREFIXES;
     static {
-        Set<String> props = new HashSet<>(20);
+        Set<String> props = new HashSet<>(13);
         props.add("bridgeErrorHandler");
         props.add("consumes");
-        props.add("cookieDomain");
-        props.add("cookieHttpOnly");
-        props.add("cookieMaxAge");
-        props.add("cookiePath");
-        props.add("cookieSameSite");
-        props.add("cookieSecure");
         props.add("exceptionHandler");
         props.add("exchangePattern");
         props.add("fileNameExtWhitelist");
@@ -40,7 +34,6 @@ public class PlatformHttpEndpointUriFactory extends org.apache.camel.support.com
         props.add("path");
         props.add("platformHttpEngine");
         props.add("produces");
-        props.add("useCookieHandler");
         props.add("useStreaming");
         PROPERTY_NAMES = Collections.unmodifiableSet(props);
         SECRET_PROPERTY_NAMES = Collections.emptySet();