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 2021/12/16 08:20:17 UTC

[camel] branch main updated: Polished component description

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 1369dc9  Polished component description
1369dc9 is described below

commit 1369dc9934862c1ed637c881b7790d8e5cec1d2c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 16 09:19:36 2021 +0100

    Polished component description
---
 .../component/azure/eventhubs/azure-eventhubs.json |  2 +-
 .../src/main/docs/azure-eventhubs-component.adoc   |  2 +-
 .../azure/eventhubs/EventHubsEndpoint.java         |  4 +--
 .../azure/servicebus/azure-servicebus.json         |  2 +-
 .../src/main/docs/azure-servicebus-component.adoc  |  2 +-
 .../azure/servicebus/ServiceBusEndpoint.java       |  5 +--
 .../azure/storage/blob/azure-storage-blob.json     |  2 +-
 .../main/docs/azure-storage-blob-component.adoc    |  2 +-
 .../component/azure/storage/blob/BlobEndpoint.java |  2 +-
 .../storage/datalake/azure-storage-datalake.json   |  4 +--
 .../docs/azure-storage-datalake-component.adoc     |  2 +-
 .../azure/storage/datalake/DataLakeEndpoint.java   |  6 +++-
 .../azure/storage/queue/azure-storage-queue.json   |  2 +-
 .../main/docs/azure-storage-queue-component.adoc   |  2 +-
 .../azure/storage/queue/QueueEndpoint.java         |  3 +-
 .../component/ComponentsBuilderFactory.java        | 21 ++++-------
 .../dsl/AzureEventhubsComponentBuilderFactory.java | 10 ++----
 .../AzureServicebusComponentBuilderFactory.java    | 13 ++-----
 .../AzureStorageBlobComponentBuilderFactory.java   |  4 +--
 ...zureStorageDatalakeComponentBuilderFactory.java |  6 ++--
 .../AzureStorageQueueComponentBuilderFactory.java  |  6 ++--
 .../src/generated/resources/metadata.json          | 12 +++----
 .../builder/endpoint/StaticEndpointBuilders.java   | 42 +++++++---------------
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   |  8 ++---
 .../dsl/DataLakeEndpointBuilderFactory.java        | 10 +++---
 .../dsl/EventHubsEndpointBuilderFactory.java       | 15 ++------
 .../endpoint/dsl/QueueEndpointBuilderFactory.java  |  9 ++---
 .../dsl/ServiceBusEndpointBuilderFactory.java      | 20 ++---------
 28 files changed, 72 insertions(+), 146 deletions(-)

diff --git a/components/camel-azure/camel-azure-eventhubs/src/generated/resources/org/apache/camel/component/azure/eventhubs/azure-eventhubs.json b/components/camel-azure/camel-azure-eventhubs/src/generated/resources/org/apache/camel/component/azure/eventhubs/azure-eventhubs.json
index b1cb1ad..ea105d6 100644
--- a/components/camel-azure/camel-azure-eventhubs/src/generated/resources/org/apache/camel/component/azure/eventhubs/azure-eventhubs.json
+++ b/components/camel-azure/camel-azure-eventhubs/src/generated/resources/org/apache/camel/component/azure/eventhubs/azure-eventhubs.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-eventhubs",
     "title": "Azure Event Hubs",
-    "description": "The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.",
+    "description": "Send and receive events to\/from Azure Event Hubs using AMQP protocol.",
     "deprecated": false,
     "firstVersion": "3.5.0",
     "label": "cloud,messaging",
diff --git a/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc b/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
index 28cb9e7..3889748 100644
--- a/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
+++ b/components/camel-azure/camel-azure-eventhubs/src/main/docs/azure-eventhubs-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure Event Hubs
 :shortname: azure-eventhubs
 :artifactid: camel-azure-eventhubs
-:description: The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
+:description: Send and receive events to/from Azure Event Hubs using AMQP protocol.
 :since: 3.5
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
diff --git a/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsEndpoint.java b/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsEndpoint.java
index b9010e8..6699aa1 100644
--- a/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsEndpoint.java
+++ b/components/camel-azure/camel-azure-eventhubs/src/main/java/org/apache/camel/component/azure/eventhubs/EventHubsEndpoint.java
@@ -26,9 +26,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly
- * scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple
- * consumers.
+ * Send and receive events to/from Azure Event Hubs using AMQP protocol.
  */
 @UriEndpoint(firstVersion = "3.5.0", scheme = "azure-eventhubs", title = "Azure Event Hubs",
              syntax = "azure-eventhubs:namespace/eventHubName", category = {
diff --git a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
index 07b200a..3c38805 100644
--- a/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
+++ b/components/camel-azure/camel-azure-servicebus/src/generated/resources/org/apache/camel/component/azure/servicebus/azure-servicebus.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-servicebus",
     "title": "Azure ServiceBus",
-    "description": "The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. Data is transferred between different applications and services using messages.",
+    "description": "Send and receive messages to\/from Azure Event Bus.",
     "deprecated": false,
     "firstVersion": "3.12.0",
     "label": "cloud,messaging",
diff --git a/components/camel-azure/camel-azure-servicebus/src/main/docs/azure-servicebus-component.adoc b/components/camel-azure/camel-azure-servicebus/src/main/docs/azure-servicebus-component.adoc
index f1bb32a..70d49d2 100644
--- a/components/camel-azure/camel-azure-servicebus/src/main/docs/azure-servicebus-component.adoc
+++ b/components/camel-azure/camel-azure-servicebus/src/main/docs/azure-servicebus-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure ServiceBus
 :shortname: azure-servicebus
 :artifactid: camel-azure-servicebus
-:description: The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. Data is transferred between different applications and services using messages.
+:description: Send and receive messages to/from Azure Event Bus.
 :since: 3.12
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
diff --git a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
index 0ac3df6..a9fee8a 100644
--- a/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
+++ b/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusEndpoint.java
@@ -26,10 +26,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise
- * integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and
- * secure platform for asynchronous transfer of data and state. Data is transferred between different applications and
- * services using messages.
+ * Send and receive messages to/from Azure Event Bus.
  */
 @UriEndpoint(firstVersion = "3.12.0", scheme = "azure-servicebus", title = "Azure ServiceBus",
              syntax = "azure-servicebus:queueNameOrTopicName", category = {
diff --git a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
index dfa64d7..ebd0704 100644
--- a/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
+++ b/components/camel-azure/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-storage-blob",
     "title": "Azure Storage Blob Service",
-    "description": "Store and retrieve blobs from Azure Storage Blob Service using SDK v12.",
+    "description": "Store and retrieve blobs from Azure Storage Blob Service.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,file",
diff --git a/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc b/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
index f6d866c..e35a501 100644
--- a/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
+++ b/components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure Storage Blob Service
 :shortname: azure-storage-blob
 :artifactid: camel-azure-storage-blob
-:description: Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+:description: Store and retrieve blobs from Azure Storage Blob Service.
 :since: 3.3
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
diff --git a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobEndpoint.java b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobEndpoint.java
index 174c23e..4f0b00d 100644
--- a/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobEndpoint.java
+++ b/components/camel-azure/camel-azure-storage-blob/src/main/java/org/apache/camel/component/azure/storage/blob/BlobEndpoint.java
@@ -34,7 +34,7 @@ import org.apache.camel.support.ScheduledPollEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
 /**
- * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+ * Store and retrieve blobs from Azure Storage Blob Service.
  */
 @UriEndpoint(firstVersion = "3.3.0", scheme = "azure-storage-blob", title = "Azure Storage Blob Service",
              syntax = "azure-storage-blob:accountName/containerName", category = { Category.CLOUD, Category.FILE })
diff --git a/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json b/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
index 36d6884..2ab58dc 100644
--- a/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
+++ b/components/camel-azure/camel-azure-storage-datalake/src/generated/resources/org/apache/camel/component/azure/storage/datalake/azure-storage-datalake.json
@@ -3,10 +3,10 @@
     "kind": "component",
     "name": "azure-storage-datalake",
     "title": "Azure Storage Datalake Service",
-    "description": "Camel Azure Datalake Gen2 Component",
+    "description": "Sends and receives files to\/from Azure DataLake Storage.",
     "deprecated": false,
     "firstVersion": "3.8.0",
-    "label": "cloud,file",
+    "label": "cloud,file,bigdata",
     "javaType": "org.apache.camel.component.azure.storage.datalake.DataLakeComponent",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
diff --git a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
index 3de16c6..066fbe4 100644
--- a/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
+++ b/components/camel-azure/camel-azure-storage-datalake/src/main/docs/azure-storage-datalake-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure Storage Datalake Service
 :shortname: azure-storage-datalake
 :artifactid: camel-azure-storage-datalake
-:description: Camel Azure Datalake Gen2 Component
+:description: Sends and receives files to/from Azure DataLake Storage.
 :since: 3.8
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
diff --git a/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java b/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java
index 30a0953..5c22fdc 100644
--- a/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java
+++ b/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java
@@ -30,8 +30,12 @@ import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.ScheduledPollEndpoint;
 
+/**
+ * Sends and receives files to/from Azure DataLake Storage.
+ */
 @UriEndpoint(firstVersion = "3.8.0", scheme = "azure-storage-datalake", title = "Azure Storage Datalake Service",
-             syntax = "azure-storage-datalake:accountName/fileSystemName", category = { Category.CLOUD, Category.FILE })
+             syntax = "azure-storage-datalake:accountName/fileSystemName",
+             category = { Category.CLOUD, Category.FILE, Category.BIGDATA })
 public class DataLakeEndpoint extends ScheduledPollEndpoint {
 
     @UriParam(description = "service client of datalake")
diff --git a/components/camel-azure/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json b/components/camel-azure/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
index 919c9f9..d7e8587 100644
--- a/components/camel-azure/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
+++ b/components/camel-azure/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-storage-queue",
     "title": "Azure Storage Queue Service",
-    "description": "The azure-storage-queue component is used for storing and retrieving the messages to\/from Azure Storage Queue using Azure SDK v12.",
+    "description": "Stores and retrieves messages to\/from Azure Storage Queue.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,messaging",
diff --git a/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc b/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
index c90bfd1..3245e58 100644
--- a/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
+++ b/components/camel-azure/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
@@ -2,7 +2,7 @@
 :doctitle: Azure Storage Queue Service
 :shortname: azure-storage-queue
 :artifactid: camel-azure-storage-queue
-:description: The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
+:description: Stores and retrieves messages to/from Azure Storage Queue.
 :since: 3.3
 :supportlevel: Stable
 :component-header: Both producer and consumer are supported
diff --git a/components/camel-azure/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java b/components/camel-azure/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
index 494f980..a28c20c 100644
--- a/components/camel-azure/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
+++ b/components/camel-azure/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
@@ -29,8 +29,7 @@ import org.apache.camel.support.ScheduledPollEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
 /**
- * The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using
- * Azure SDK v12.
+ * Stores and retrieves messages to/from Azure Storage Queue.
  */
 @UriEndpoint(firstVersion = "3.3.0", scheme = "azure-storage-queue", title = "Azure Storage Queue Service",
              syntax = "azure-storage-queue:accountName/queueName", category = { Category.CLOUD, Category.MESSAGING })
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 5eae77c..9cec5f2 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -600,10 +600,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Azure Event Hubs (camel-azure-eventhubs)
-     * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
-     * protocol. Azure EventHubs is a highly scalable publish-subscribe service
-     * that can ingest millions of events per second and stream them to multiple
-     * consumers.
+     * Send and receive events to/from Azure Event Hubs using AMQP protocol.
      * 
      * Category: cloud,messaging
      * Since: 3.5
@@ -616,12 +613,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Azure ServiceBus (camel-azure-servicebus)
-     * The azure-servicebus component that integrates Azure ServiceBus. Azure
-     * ServiceBus is a fully managed enterprise integration message broker.
-     * Service Bus can decouple applications and services. Service Bus offers a
-     * reliable and secure platform for asynchronous transfer of data and state.
-     * Data is transferred between different applications and services using
-     * messages.
+     * Send and receive messages to/from Azure Event Bus.
      * 
      * Category: cloud,messaging
      * Since: 3.12
@@ -634,7 +626,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Azure Storage Blob Service (camel-azure-storage-blob)
-     * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+     * Store and retrieve blobs from Azure Storage Blob Service.
      * 
      * Category: cloud,file
      * Since: 3.3
@@ -647,9 +639,9 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Camel Azure Datalake Gen2 Component
+     * Sends and receives files to/from Azure DataLake Storage.
      * 
-     * Category: cloud,file
+     * Category: cloud,file,bigdata
      * Since: 3.8
      * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
      * 
@@ -660,8 +652,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * Azure Storage Queue Service (camel-azure-storage-queue)
-     * The azure-storage-queue component is used for storing and retrieving the
-     * messages to/from Azure Storage Queue using Azure SDK v12.
+     * Stores and retrieves messages to/from Azure Storage Queue.
      * 
      * Category: cloud,messaging
      * Since: 3.3
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
index 10fbe2b..9f0e9d1 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
@@ -23,10 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.azure.eventhubs.EventHubsComponent;
 
 /**
- * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
- * protocol. Azure EventHubs is a highly scalable publish-subscribe service that
- * can ingest millions of events per second and stream them to multiple
- * consumers.
+ * Send and receive events to/from Azure Event Hubs using AMQP protocol.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -35,10 +32,7 @@ public interface AzureEventhubsComponentBuilderFactory {
 
     /**
      * Azure Event Hubs (camel-azure-eventhubs)
-     * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
-     * protocol. Azure EventHubs is a highly scalable publish-subscribe service
-     * that can ingest millions of events per second and stream them to multiple
-     * consumers.
+     * Send and receive events to/from Azure Event Hubs using AMQP protocol.
      * 
      * Category: cloud,messaging
      * Since: 3.5
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
index 52ec6c3..b8c9948 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureServicebusComponentBuilderFactory.java
@@ -23,11 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.azure.servicebus.ServiceBusComponent;
 
 /**
- * The azure-servicebus component that integrates Azure ServiceBus. Azure
- * ServiceBus is a fully managed enterprise integration message broker. Service
- * Bus can decouple applications and services. Service Bus offers a reliable and
- * secure platform for asynchronous transfer of data and state. Data is
- * transferred between different applications and services using messages.
+ * Send and receive messages to/from Azure Event Bus.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -36,12 +32,7 @@ public interface AzureServicebusComponentBuilderFactory {
 
     /**
      * Azure ServiceBus (camel-azure-servicebus)
-     * The azure-servicebus component that integrates Azure ServiceBus. Azure
-     * ServiceBus is a fully managed enterprise integration message broker.
-     * Service Bus can decouple applications and services. Service Bus offers a
-     * reliable and secure platform for asynchronous transfer of data and state.
-     * Data is transferred between different applications and services using
-     * messages.
+     * Send and receive messages to/from Azure Event Bus.
      * 
      * Category: cloud,messaging
      * Since: 3.12
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
index 2c3252d..b8ef756 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageBlobComponentBuilderFactory.java
@@ -23,7 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.azure.storage.blob.BlobComponent;
 
 /**
- * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+ * Store and retrieve blobs from Azure Storage Blob Service.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,7 +32,7 @@ public interface AzureStorageBlobComponentBuilderFactory {
 
     /**
      * Azure Storage Blob Service (camel-azure-storage-blob)
-     * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+     * Store and retrieve blobs from Azure Storage Blob Service.
      * 
      * Category: cloud,file
      * Since: 3.3
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
index bcd0b9b..2f63559 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageDatalakeComponentBuilderFactory.java
+++ b/core/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;
 
 /**
- * Camel Azure Datalake Gen2 Component
+ * Sends and receives files to/from Azure DataLake Storage.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,9 +32,9 @@ public interface AzureStorageDatalakeComponentBuilderFactory {
 
     /**
      * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Camel Azure Datalake Gen2 Component
+     * Sends and receives files to/from Azure DataLake Storage.
      * 
-     * Category: cloud,file
+     * Category: cloud,file,bigdata
      * Since: 3.8
      * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
      * 
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageQueueComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageQueueComponentBuilderFactory.java
index 4663df5..ef6579a 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageQueueComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureStorageQueueComponentBuilderFactory.java
@@ -23,8 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.azure.storage.queue.QueueComponent;
 
 /**
- * The azure-storage-queue component is used for storing and retrieving the
- * messages to/from Azure Storage Queue using Azure SDK v12.
+ * Stores and retrieves messages to/from Azure Storage Queue.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -33,8 +32,7 @@ public interface AzureStorageQueueComponentBuilderFactory {
 
     /**
      * Azure Storage Queue Service (camel-azure-storage-queue)
-     * The azure-storage-queue component is used for storing and retrieving the
-     * messages to/from Azure Storage Queue using Azure SDK v12.
+     * Stores and retrieves messages to/from Azure Storage Queue.
      * 
      * Category: cloud,messaging
      * Since: 3.3
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json
index e15c525..9953522 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -932,7 +932,7 @@
     "kind": "component",
     "name": "azure-eventhubs",
     "title": "Azure Event Hubs",
-    "description": "The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.",
+    "description": "Send and receive events to\/from Azure Event Hubs using AMQP protocol.",
     "deprecated": false,
     "firstVersion": "3.5.0",
     "label": "cloud,messaging",
@@ -954,7 +954,7 @@
     "kind": "component",
     "name": "azure-servicebus",
     "title": "Azure ServiceBus",
-    "description": "The azure-servicebus component that integrates Azure ServiceBus. Azure ServiceBus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. Data is transferred between different applications and services using messages.",
+    "description": "Send and receive messages to\/from Azure Event Bus.",
     "deprecated": false,
     "firstVersion": "3.12.0",
     "label": "cloud,messaging",
@@ -976,7 +976,7 @@
     "kind": "component",
     "name": "azure-storage-blob",
     "title": "Azure Storage Blob Service",
-    "description": "Store and retrieve blobs from Azure Storage Blob Service using SDK v12.",
+    "description": "Store and retrieve blobs from Azure Storage Blob Service.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,file",
@@ -998,10 +998,10 @@
     "kind": "component",
     "name": "azure-storage-datalake",
     "title": "Azure Storage Datalake Service",
-    "description": "Camel Azure Datalake Gen2 Component",
+    "description": "Sends and receives files to\/from Azure DataLake Storage.",
     "deprecated": false,
     "firstVersion": "3.8.0",
-    "label": "cloud,file",
+    "label": "cloud,file,bigdata",
     "javaType": "org.apache.camel.component.azure.storage.datalake.DataLakeComponent",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
@@ -1020,7 +1020,7 @@
     "kind": "component",
     "name": "azure-storage-queue",
     "title": "Azure Storage Queue Service",
-    "description": "The azure-storage-queue component is used for storing and retrieving the messages to\/from Azure Storage Queue using Azure SDK v12.",
+    "description": "Stores and retrieves messages to\/from Azure Storage Queue.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,messaging",
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index f8a1d4a..ef37ff2 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1892,10 +1892,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Event Hubs (camel-azure-eventhubs)
-     * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
-     * protocol. Azure EventHubs is a highly scalable publish-subscribe service
-     * that can ingest millions of events per second and stream them to multiple
-     * consumers.
+     * Send and receive events to/from Azure Event Hubs using AMQP protocol.
      * 
      * Category: cloud,messaging
      * Since: 3.5
@@ -1918,10 +1915,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Event Hubs (camel-azure-eventhubs)
-     * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
-     * protocol. Azure EventHubs is a highly scalable publish-subscribe service
-     * that can ingest millions of events per second and stream them to multiple
-     * consumers.
+     * Send and receive events to/from Azure Event Hubs using AMQP protocol.
      * 
      * Category: cloud,messaging
      * Since: 3.5
@@ -1947,12 +1941,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure ServiceBus (camel-azure-servicebus)
-     * The azure-servicebus component that integrates Azure ServiceBus. Azure
-     * ServiceBus is a fully managed enterprise integration message broker.
-     * Service Bus can decouple applications and services. Service Bus offers a
-     * reliable and secure platform for asynchronous transfer of data and state.
-     * Data is transferred between different applications and services using
-     * messages.
+     * Send and receive messages to/from Azure Event Bus.
      * 
      * Category: cloud,messaging
      * Since: 3.12
@@ -1975,12 +1964,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure ServiceBus (camel-azure-servicebus)
-     * The azure-servicebus component that integrates Azure ServiceBus. Azure
-     * ServiceBus is a fully managed enterprise integration message broker.
-     * Service Bus can decouple applications and services. Service Bus offers a
-     * reliable and secure platform for asynchronous transfer of data and state.
-     * Data is transferred between different applications and services using
-     * messages.
+     * Send and receive messages to/from Azure Event Bus.
      * 
      * Category: cloud,messaging
      * Since: 3.12
@@ -2006,7 +1990,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Blob Service (camel-azure-storage-blob)
-     * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+     * Store and retrieve blobs from Azure Storage Blob Service.
      * 
      * Category: cloud,file
      * Since: 3.3
@@ -2029,7 +2013,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Blob Service (camel-azure-storage-blob)
-     * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+     * Store and retrieve blobs from Azure Storage Blob Service.
      * 
      * Category: cloud,file
      * Since: 3.3
@@ -2055,9 +2039,9 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Camel Azure Datalake Gen2 Component
+     * Sends and receives files to/from Azure DataLake Storage.
      * 
-     * Category: cloud,file
+     * Category: cloud,file,bigdata
      * Since: 3.8
      * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
      * 
@@ -2078,9 +2062,9 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Datalake Service (camel-azure-storage-datalake)
-     * Camel Azure Datalake Gen2 Component
+     * Sends and receives files to/from Azure DataLake Storage.
      * 
-     * Category: cloud,file
+     * Category: cloud,file,bigdata
      * Since: 3.8
      * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
      * 
@@ -2104,8 +2088,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Queue Service (camel-azure-storage-queue)
-     * The azure-storage-queue component is used for storing and retrieving the
-     * messages to/from Azure Storage Queue using Azure SDK v12.
+     * Stores and retrieves messages to/from Azure Storage Queue.
      * 
      * Category: cloud,messaging
      * Since: 3.3
@@ -2129,8 +2112,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * Azure Storage Queue Service (camel-azure-storage-queue)
-     * The azure-storage-queue component is used for storing and retrieving the
-     * messages to/from Azure Storage Queue using Azure SDK v12.
+     * Stores and retrieves messages to/from Azure Storage Queue.
      * 
      * Category: cloud,messaging
      * Since: 3.3
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
index acfb9db..d3d629e 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java
@@ -31,7 +31,7 @@ import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.PollingConsumerPollStrategy;
 
 /**
- * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+ * Store and retrieve blobs from Azure Storage Blob Service.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -2660,8 +2660,7 @@ public interface BlobEndpointBuilderFactory {
     public interface BlobBuilders {
         /**
          * Azure Storage Blob Service (camel-azure-storage-blob)
-         * Store and retrieve blobs from Azure Storage Blob Service using SDK
-         * v12.
+         * Store and retrieve blobs from Azure Storage Blob Service.
          * 
          * Category: cloud,file
          * Since: 3.3
@@ -2684,8 +2683,7 @@ public interface BlobEndpointBuilderFactory {
         }
         /**
          * Azure Storage Blob Service (camel-azure-storage-blob)
-         * Store and retrieve blobs from Azure Storage Blob Service using SDK
-         * v12.
+         * Store and retrieve blobs from Azure Storage Blob Service.
          * 
          * Category: cloud,file
          * Since: 3.3
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
index 63b5b30..e42841e 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java
@@ -32,7 +32,7 @@ import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.PollingConsumerPollStrategy;
 
 /**
- * Camel Azure Datalake Gen2 Component
+ * Sends and receives files to/from Azure DataLake Storage.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -2958,9 +2958,9 @@ public interface DataLakeEndpointBuilderFactory {
     public interface DataLakeBuilders {
         /**
          * Azure Storage Datalake Service (camel-azure-storage-datalake)
-         * Camel Azure Datalake Gen2 Component
+         * Sends and receives files to/from Azure DataLake Storage.
          * 
-         * Category: cloud,file
+         * Category: cloud,file,bigdata
          * Since: 3.8
          * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
          * 
@@ -2981,9 +2981,9 @@ public interface DataLakeEndpointBuilderFactory {
         }
         /**
          * Azure Storage Datalake Service (camel-azure-storage-datalake)
-         * Camel Azure Datalake Gen2 Component
+         * Sends and receives files to/from Azure DataLake Storage.
          * 
-         * Category: cloud,file
+         * Category: cloud,file,bigdata
          * Since: 3.8
          * Maven coordinates: org.apache.camel:camel-azure-storage-datalake
          * 
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
index 0ee225a..8e191d6 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
@@ -25,10 +25,7 @@ import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 import org.apache.camel.spi.ExceptionHandler;
 
 /**
- * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
- * protocol. Azure EventHubs is a highly scalable publish-subscribe service that
- * can ingest millions of events per second and stream them to multiple
- * consumers.
+ * Send and receive events to/from Azure Event Hubs using AMQP protocol.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -951,10 +948,7 @@ public interface EventHubsEndpointBuilderFactory {
     public interface EventHubsBuilders {
         /**
          * Azure Event Hubs (camel-azure-eventhubs)
-         * The azure-eventhubs component that integrates Azure Event Hubs using
-         * AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe
-         * service that can ingest millions of events per second and stream them
-         * to multiple consumers.
+         * Send and receive events to/from Azure Event Hubs using AMQP protocol.
          * 
          * Category: cloud,messaging
          * Since: 3.5
@@ -976,10 +970,7 @@ public interface EventHubsEndpointBuilderFactory {
         }
         /**
          * Azure Event Hubs (camel-azure-eventhubs)
-         * The azure-eventhubs component that integrates Azure Event Hubs using
-         * AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe
-         * service that can ingest millions of events per second and stream them
-         * to multiple consumers.
+         * Send and receive events to/from Azure Event Hubs using AMQP protocol.
          * 
          * Category: cloud,messaging
          * Since: 3.5
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java
index 95e2c78..fe89d7b 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java
@@ -30,8 +30,7 @@ import org.apache.camel.spi.ExceptionHandler;
 import org.apache.camel.spi.PollingConsumerPollStrategy;
 
 /**
- * The azure-storage-queue component is used for storing and retrieving the
- * messages to/from Azure Storage Queue using Azure SDK v12.
+ * Stores and retrieves messages to/from Azure Storage Queue.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -1728,8 +1727,7 @@ public interface QueueEndpointBuilderFactory {
     public interface QueueBuilders {
         /**
          * Azure Storage Queue Service (camel-azure-storage-queue)
-         * The azure-storage-queue component is used for storing and retrieving
-         * the messages to/from Azure Storage Queue using Azure SDK v12.
+         * Stores and retrieves messages to/from Azure Storage Queue.
          * 
          * Category: cloud,messaging
          * Since: 3.3
@@ -1752,8 +1750,7 @@ public interface QueueEndpointBuilderFactory {
         }
         /**
          * Azure Storage Queue Service (camel-azure-storage-queue)
-         * The azure-storage-queue component is used for storing and retrieving
-         * the messages to/from Azure Storage Queue using Azure SDK v12.
+         * Stores and retrieves messages to/from Azure Storage Queue.
          * 
          * Category: cloud,messaging
          * Since: 3.3
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
index 76cc138..47ed74f 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java
@@ -26,11 +26,7 @@ import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 import org.apache.camel.spi.ExceptionHandler;
 
 /**
- * The azure-servicebus component that integrates Azure ServiceBus. Azure
- * ServiceBus is a fully managed enterprise integration message broker. Service
- * Bus can decouple applications and services. Service Bus offers a reliable and
- * secure platform for asynchronous transfer of data and state. Data is
- * transferred between different applications and services using messages.
+ * Send and receive messages to/from Azure Event Bus.
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -1370,12 +1366,7 @@ public interface ServiceBusEndpointBuilderFactory {
     public interface ServiceBusBuilders {
         /**
          * Azure ServiceBus (camel-azure-servicebus)
-         * The azure-servicebus component that integrates Azure ServiceBus.
-         * Azure ServiceBus is a fully managed enterprise integration message
-         * broker. Service Bus can decouple applications and services. Service
-         * Bus offers a reliable and secure platform for asynchronous transfer
-         * of data and state. Data is transferred between different applications
-         * and services using messages.
+         * Send and receive messages to/from Azure Event Bus.
          * 
          * Category: cloud,messaging
          * Since: 3.12
@@ -1397,12 +1388,7 @@ public interface ServiceBusEndpointBuilderFactory {
         }
         /**
          * Azure ServiceBus (camel-azure-servicebus)
-         * The azure-servicebus component that integrates Azure ServiceBus.
-         * Azure ServiceBus is a fully managed enterprise integration message
-         * broker. Service Bus can decouple applications and services. Service
-         * Bus offers a reliable and secure platform for asynchronous transfer
-         * of data and state. Data is transferred between different applications
-         * and services using messages.
+         * Send and receive messages to/from Azure Event Bus.
          * 
          * Category: cloud,messaging
          * Since: 3.12