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

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


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

commit ccc2d27bef2dc966d4a4d5ed9ae6d68e0af9c0c8
Author: Luca Burgazzoli <lburgazz...@users.noreply.github.com>
AuthorDate: Mon Feb 26 09:20:17 2024 +0100

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

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

Reply via email to