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

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit e3122a7ae811cd218dc6a6e0fd93a2c358b1345e
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu Dec 8 00:36:56 2022 +0100

    chore: regen.
---
 .../camel-aws-cloudtrail-source-source.json        |  64 +++++++
 .../camel-aws-ddb-experimental-sink-sink.json      |  78 ++++++++
 .../connectors/camel-aws-s3-cdc-source-source.json | 105 +++++++++++
 .../camel-aws-s3-experimental-source-source.json   | 105 +++++++++++
 ...camel-azure-storage-blob-cdc-source-source.json |  70 +++++++
 .../camel-google-storage-cdc-source-source.json    |  65 +++++++
 .../resources/descriptors/connectors.properties    |   1 -
 .../pom.xml                                        | 151 ---------------
 .../descriptors/connector-source.properties        |   1 -
 ...s-exchange-online-imap-oauth-source-source.json |  65 -------
 .../src/main/assembly/package.xml                  |  56 ------
 ...onlineimapoauthsourceSourceConnector.properties |  38 ----
 ...changeonlineimapoauthsourceSourceConnector.java |  36 ----
 ...onlineimapoauthsourceSourceConnectorConfig.java |  76 --------
 ...lMsexchangeonlineimapoauthsourceSourceTask.java |  38 ----
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 ...-exchange-online-imap-oauth-source.kamelet.yaml | 105 -----------
 docs/modules/ROOT/nav.adoc                         |   2 -
 docs/modules/ROOT/pages/reference/index.adoc       |   3 +-
 20 files changed, 488 insertions(+), 785 deletions(-)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-cloudtrail-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-cloudtrail-source-source.json
new file mode 100644
index 000000000..21500b256
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-cloudtrail-source-source.json
@@ -0,0 +1,64 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awscloudtrailsource.CamelAwscloudtrailsourceSourceConnector",
+               "artifactId": "camel-aws-cloudtrail-source-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-cloudtrail-source-source",
+               "type": "source",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Receive data from an AWS Cloudtrail.\n\nThe 
basic authentication method for the Cloudtrail service is to specify an access 
key and a secret key. These parameters are optional because the Kamelet 
provides a default credentials provider."
+       },
+       "properties": {
+               "camel.kamelet.aws-cloudtrail-source.accessKey": {
+                       "name": "camel.kamelet.aws-cloudtrail-source.accessKey",
+                       "description": "The access key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.secretKey": {
+                       "name": "camel.kamelet.aws-cloudtrail-source.secretKey",
+                       "description": "The secret key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.region": {
+                       "name": "camel.kamelet.aws-cloudtrail-source.region",
+                       "description": "The AWS region to access.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               
"camel.kamelet.aws-cloudtrail-source.useDefaultCredentialsProvider": {
+                       "name": 
"camel.kamelet.aws-cloudtrail-source.useDefaultCredentialsProvider",
+                       "description": "If true, the Cloudtrail client loads 
credentials through a default credentials provider. If false, it uses the basic 
authentication method (access key and secret key).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.uriEndpointOverride": {
+                       "name": 
"camel.kamelet.aws-cloudtrail-source.uriEndpointOverride",
+                       "description": "The overriding endpoint URI. To use 
this option, you must also select the `overrideEndpoint` option.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.overrideEndpoint": {
+                       "name": 
"camel.kamelet.aws-cloudtrail-source.overrideEndpoint",
+                       "description": "Select this option to override the 
endpoint URI. To use this option, you must also provide a URI for the 
`uriEndpointOverride` option.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.maxResults": {
+                       "name": 
"camel.kamelet.aws-cloudtrail-source.maxResults",
+                       "description": "Maximum number of records that will be 
fetched in each poll.",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-cloudtrail-source.eventSource": {
+                       "name": 
"camel.kamelet.aws-cloudtrail-source.eventSource",
+                       "description": "Specify an event source to select 
events. Example: secretsmanager.amazonaws.com",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ddb-experimental-sink-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ddb-experimental-sink-sink.json
new file mode 100644
index 000000000..8671ed2e5
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ddb-experimental-sink-sink.json
@@ -0,0 +1,78 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsddbexperimentalsink.CamelAwsddbexperimentalsinkSinkConnector",
+               "artifactId": "camel-aws-ddb-experimental-sink-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-ddb-experimental-sink-sink",
+               "type": "sink",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Send data to Amazon DynamoDB. The sent data 
inserts, updates, or deletes an item on the specified AWS DynamoDB 
table.\n\nThe basic authentication method for the AWS DynamoDB service is to 
specify an access key and a secret key. These parameters are optional because 
the Kamelet provides a default credentials provider.\n\nIf you use the default 
credentials provider, the DynamoDB client loads the credentials through this 
provider and doesn't use the basic authentication me [...]
+       },
+       "properties": {
+               "camel.kamelet.aws-ddb-experimental-sink.table": {
+                       "name": "camel.kamelet.aws-ddb-experimental-sink.table",
+                       "description": "The name of the DynamoDB table.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.accessKey": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.accessKey",
+                       "description": "The access key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.secretKey": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.secretKey",
+                       "description": "The secret key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.region": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.region",
+                       "description": "The AWS region to access.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.operation": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.operation",
+                       "description": "The operation to perform. The options 
are PutItem, UpdateItem, or DeleteItem. Example: PutItem",
+                       "defaultValue": "\"PutItem\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.writeCapacity": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.writeCapacity",
+                       "description": "The provisioned throughput to reserve 
for writing resources to your table.",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.kamelet.aws-ddb-experimental-sink.useDefaultCredentialsProvider": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.useDefaultCredentialsProvider",
+                       "description": "If true, the DynamoDB client loads 
credentials through a default credentials provider. If false, it uses the basic 
authentication method (access key and secret key).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.uriEndpointOverride": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.uriEndpointOverride",
+                       "description": "The overriding endpoint URI. To use 
this option, you must also select the `overrideEndpoint` option.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.overrideEndpoint": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.overrideEndpoint",
+                       "description": "Select this option to override the 
endpoint URI. To use this option, you must also provide a URI for the 
`uriEndpointOverride` option.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-ddb-experimental-sink.inputFormat": {
+                       "name": 
"camel.kamelet.aws-ddb-experimental-sink.inputFormat",
+                       "description": "Specify the input type for this 
Kamelet. The Kamelet will automatically apply conversion logic in order to 
transform message content to this data type. Example: json",
+                       "defaultValue": "\"json\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-cdc-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-cdc-source-source.json
new file mode 100644
index 000000000..8437fb5c7
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-cdc-source-source.json
@@ -0,0 +1,105 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awss3cdcsource.CamelAwss3cdcsourceSourceConnector",
+               "artifactId": "camel-aws-s3-cdc-source-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-s3-cdc-source-source",
+               "type": "source",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Receive data from AWS SQS subscribed to 
Eventbridge Bus reporting events related to an S3 bucket or multiple 
buckets.\nAccess Key\/Secret Key are the basic method for authenticating to the 
AWS SQS Service.\nTo use this Kamelet you'll need to set up Eventbridge on your 
bucket and subscribe Eventbridge bus to an SQS Queue.\nFor doing this you'll 
need to enable Evenbridge notification on your bucket and creating a rule on 
Eventbridge console related to all the events on S3 [...]
+       },
+       "properties": {
+               "camel.kamelet.aws-s3-cdc-source.queueNameOrArn": {
+                       "name": 
"camel.kamelet.aws-s3-cdc-source.queueNameOrArn",
+                       "description": "The SQS Queue Name or ARN",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-cdc-source.deleteAfterRead": {
+                       "name": 
"camel.kamelet.aws-s3-cdc-source.deleteAfterRead",
+                       "description": "Delete messages after consuming them",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.accessKey": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.accessKey",
+                       "description": "The access key obtained from AWS.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-cdc-source.secretKey": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.secretKey",
+                       "description": "The secret key obtained from AWS.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-cdc-source.region": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.region",
+                       "description": "The AWS region to access.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-cdc-source.autoCreateQueue": {
+                       "name": 
"camel.kamelet.aws-s3-cdc-source.autoCreateQueue",
+                       "description": "Setting the autocreation of the SQS 
queue.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.amazonAWSHost": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.amazonAWSHost",
+                       "description": "The hostname of the Amazon AWS cloud.",
+                       "defaultValue": "\"amazonaws.com\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.protocol": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.protocol",
+                       "description": "The underlying protocol used to 
communicate with SQS Example: http or https",
+                       "defaultValue": "\"https\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.queueURL": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.queueURL",
+                       "description": "The full SQS Queue URL (required if 
using KEDA)",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.uriEndpointOverride": {
+                       "name": 
"camel.kamelet.aws-s3-cdc-source.uriEndpointOverride",
+                       "description": "The overriding endpoint URI. To use 
this option, you must also select the `overrideEndpoint` option.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.overrideEndpoint": {
+                       "name": 
"camel.kamelet.aws-s3-cdc-source.overrideEndpoint",
+                       "description": "Select this option to override the 
endpoint URI. To use this option, you must also provide a URI for the 
`uriEndpointOverride` option.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.delay": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.delay",
+                       "description": "The number of milliseconds before the 
next poll of the selected stream",
+                       "defaultValue": "500",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.greedy": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.greedy",
+                       "description": "If greedy is enabled, then the polling 
will happen immediately again, if the previous run polled 1 or more messages.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-cdc-source.getObject": {
+                       "name": "camel.kamelet.aws-s3-cdc-source.getObject",
+                       "description": "If getObject is enabled, then the file 
created in the bucket will be get and returned as body, if not only the event 
will returned as body.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-experimental-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-experimental-source-source.json
new file mode 100644
index 000000000..30e76d2be
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-s3-experimental-source-source.json
@@ -0,0 +1,105 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awss3experimentalsource.CamelAwss3experimentalsourceSourceConnector",
+               "artifactId": 
"camel-aws-s3-experimental-source-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-s3-experimental-source-source",
+               "type": "source",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Receive data from an Amazon S3 Bucket.\n\nThe 
basic authentication method for the S3 service is to specify an access key and 
a secret key. These parameters are optional because the Kamelet provides a 
default credentials provider.\n\nIf you use the default credentials provider, 
the S3 client loads the credentials through this provider and doesn't use the 
basic authentication method.\n\nTwo headers will be duplicated with different 
names for clarity at sink level, CamelAw [...]
+       },
+       "properties": {
+               "camel.kamelet.aws-s3-experimental-source.bucketNameOrArn": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.bucketNameOrArn",
+                       "description": "The S3 Bucket name or Amazon Resource 
Name (ARN).",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-experimental-source.deleteAfterRead": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.deleteAfterRead",
+                       "description": "Specifies to delete objects after 
consuming them.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.accessKey": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.accessKey",
+                       "description": "The access key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.secretKey": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.secretKey",
+                       "description": "The secret key obtained from AWS.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.region": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.region",
+                       "description": "The AWS region to access.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.aws-s3-experimental-source.autoCreateBucket": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.autoCreateBucket",
+                       "description": "Specifies to automatically create the 
S3 bucket.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.includeBody": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.includeBody",
+                       "description": "If true, the exchange is consumed and 
put into the body and closed. If false, the S3Object stream is put raw into the 
body and the headers are set with the S3 object metadata.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.prefix": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.prefix",
+                       "description": "The AWS S3 bucket prefix to consider 
while searching. Example: folder\/",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.ignoreBody": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.ignoreBody",
+                       "description": "If true, the S3 Object body is ignored. 
Setting this to true overrides any behavior defined by the `includeBody` 
option. If false, the S3 object is put in the body.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.kamelet.aws-s3-experimental-source.useDefaultCredentialsProvider": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.useDefaultCredentialsProvider",
+                       "description": "If true, the S3 client loads 
credentials through a default credentials provider. If false, it uses the basic 
authentication method (access key and secret key).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.uriEndpointOverride": 
{
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.uriEndpointOverride",
+                       "description": "The overriding endpoint URI. To use 
this option, you must also select the `overrideEndpoint` option.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.overrideEndpoint": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.overrideEndpoint",
+                       "description": "Select this option to override the 
endpoint URI. To use this option, you must also provide a URI for the 
`uriEndpointOverride` option.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.delay": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.delay",
+                       "description": "The number of milliseconds before the 
next poll of the selected bucket.",
+                       "defaultValue": "500",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.aws-s3-experimental-source.outputFormat": {
+                       "name": 
"camel.kamelet.aws-s3-experimental-source.outputFormat",
+                       "description": "Choose the output type for this 
Kamelet. The Kamelet supports different output types and performs automatic 
message conversion according to this data type. Example: binary",
+                       "defaultValue": "\"binary\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-azure-storage-blob-cdc-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-azure-storage-blob-cdc-source-source.json
new file mode 100644
index 000000000..cd1c62e0c
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-azure-storage-blob-cdc-source-source.json
@@ -0,0 +1,70 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.azurestorageblobcdcsource.CamelAzurestorageblobcdcsourceSourceConnector",
+               "artifactId": 
"camel-azure-storage-blob-cdc-source-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-azure-storage-blob-cdc-source-source",
+               "type": "source",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Receive data from Azure Service Bus subscribed 
to Azure Eventgrid reporting events related to a Azure Storage Blob 
account.\n\nConnection string is the basic method for authenticating to the 
Azure Servicebus Queue.\n\nTo use this Kamelet you'll need to set up Events on 
your Azure Storage Blob account and select as an endpoint an Azure Servicebus 
Queue."
+       },
+       "properties": {
+               "camel.kamelet.azure-storage-blob-cdc-source.topicOrQueueName": 
{
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.topicOrQueueName",
+                       "description": "Topic Or Queue Name for the Azure 
Servicebus instance",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.connectionString": 
{
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.connectionString",
+                       "description": "Connection String for Azure Servicebus 
instance",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               
"camel.kamelet.azure-storage-blob-cdc-source.serviceBusReceiveMode": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.serviceBusReceiveMode",
+                       "description": "Sets the receive mode for the receiver, 
possible values are PEEK_LOCK and RECEIVE_AND_DELETE",
+                       "defaultValue": "\"RECEIVE_AND_DELETE\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.subscriptionName": 
{
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.subscriptionName",
+                       "description": "Sets the name of the subscription in 
the topic to listen to. This parameter is mandatory in case of topic.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.accountName": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.accountName",
+                       "description": "The Azure Storage Blob account name.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.containerName": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.containerName",
+                       "description": "The Azure Storage Blob container name.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.accessKey": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.accessKey",
+                       "description": "The Azure Storage Blob access key.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.credentialType": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.credentialType",
+                       "description": "Determines the credential strategy to 
adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and 
AZURE_IDENTITY",
+                       "defaultValue": "\"SHARED_ACCOUNT_KEY\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.azure-storage-blob-cdc-source.getBlob": {
+                       "name": 
"camel.kamelet.azure-storage-blob-cdc-source.getBlob",
+                       "description": "If getBlob is enabled, then the file 
created in the container will be get and returned as body, if not only the 
event will be returned as body.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-cdc-source-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-cdc-source-source.json
new file mode 100644
index 000000000..30cfa011b
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-google-storage-cdc-source-source.json
@@ -0,0 +1,65 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.googlestoragecdcsource.CamelGooglestoragecdcsourceSourceConnector",
+               "artifactId": "camel-google-storage-cdc-source-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-google-storage-cdc-source-source",
+               "type": "source",
+               "version": "3.19.0-SNAPSHOT",
+               "description": "Receive data from Google Pubsub reporting 
events related to a Google Storage bucket.\n\nService account key is the basic 
method for authenticating to the Google Pubsub and Google Storage.\n\nTo use 
this Kamelet you'll need to set up Events notification for your Google Storage 
Bucket.\n\nYou must encode the `serviceAccountKey` property before you pass it 
as a parameter."
+       },
+       "properties": {
+               "camel.kamelet.google-storage-cdc-source.projectId": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.projectId",
+                       "description": "The Google Cloud Pub\/Sub Project ID.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.google-storage-cdc-source.subscriptionName": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.subscriptionName",
+                       "description": "The subscription name.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.google-storage-cdc-source.serviceAccountKey": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.serviceAccountKey",
+                       "description": "The service account key to use as 
credentials for the Pub\/Sub publisher\/subscriber. You must encode this value 
in base64.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.google-storage-cdc-source.synchronousPull": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.synchronousPull",
+                       "description": "Specifies to synchronously pull batches 
of messages.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.google-storage-cdc-source.maxMessagesPerPoll": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.maxMessagesPerPoll",
+                       "description": "The maximum number of messages to 
receive from the server in a single API call.",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.google-storage-cdc-source.concurrentConsumers": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.concurrentConsumers",
+                       "description": "The number of parallel streams to 
consume from the subscription.",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.kamelet.google-storage-cdc-source.bucketNameOrArn": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.bucketNameOrArn",
+                       "description": "The Google Cloud Storage bucket name or 
Bucket Amazon Resource Name (ARN).",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.kamelet.google-storage-cdc-source.getObject": {
+                       "name": 
"camel.kamelet.google-storage-cdc-source.getObject",
+                       "description": "If getObject is enabled, then the file 
created in the Bucket will be get and returned as body, if not only the event 
will be returned as body.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
 
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
index 937fab163..b7ac202b6 100644
--- 
a/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/descriptors/connectors.properties
@@ -127,7 +127,6 @@ camel-mqtt-sink-sink
 camel-mqtt-source-source
 camel-mqtt5-sink-sink
 camel-mqtt5-source-source
-camel-ms-exchange-online-imap-oauth-source-source
 camel-mysql-sink-sink
 camel-mysql-source-source
 camel-nats-sink-sink
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/pom.xml 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/pom.xml
deleted file mode 100644
index e56fba97f..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/pom.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?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.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.camel.kafkaconnector</groupId>
-    <artifactId>connectors</artifactId>
-    <version>3.19.0-SNAPSHOT</version>
-  </parent>
-  
<artifactId>camel-ms-exchange-online-imap-oauth-source-kafka-connector</artifactId>
-  <name>Camel-Kafka-Connector :: ms-exchange-online-imap-oauth-source</name>
-  <description>Camel Kafka Connector for 
ms-exchange-online-imap-oauth-source</description>
-  <dependencies>
-    <!-- Kafka -->
-    <dependency>
-      <groupId>org.apache.kafka</groupId>
-      <artifactId>connect-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.kafka</groupId>
-      <artifactId>connect-transforms</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <!-- Camel -->
-    <!--START OF GENERATED CODE-->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-mail</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-mail-microsoft-oauth</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel.kafkaconnector</groupId>
-      <artifactId>camel-kafka-connector</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-yaml-dsl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-kamelet</artifactId>
-    </dependency>
-    <!--END OF GENERATED CODE-->
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>${version.maven.surefire.plugin}</version>
-        <configuration>
-          <failIfNoTests>false</failIfNoTests>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>${version.maven.jar}</version>
-        <configuration>
-          <archive>
-            <manifest>
-              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-            </manifest>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.5.1</version>
-        <inherited>true</inherited>
-        <configuration>
-          <source>1.8</source>
-          <target>1.8</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>3.3.0</version>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/package.xml</descriptor>
-          </descriptors>
-        </configuration>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  <!--START OF GENERATED CODE-->
-  <repositories>
-    <!-- camel-jira -->
-    <repository>
-      <id>atlassian-public</id>
-      <url>https://packages.atlassian.com/maven-external</url>
-      <name>Atlassian Public Repo</name>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-    <!-- camel-ipfs and camel-weka -->
-    <repository>
-      <id>jboss.thirdparty</id>
-      <name>JBoss Thirdparty Repository</name>
-      
<url>https://repository.jboss.org/nexus/service/local/repositories/thirdparty-releases/content/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  <!--END OF GENERATED CODE-->
-</project>
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/descriptors/connector-source.properties
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/descriptors/connector-source.properties
deleted file mode 100644
index 97abe4ba0..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/descriptors/connector-source.properties
+++ /dev/null
@@ -1 +0,0 @@
-camel-ms-exchange-online-imap-oauth-source-source
\ No newline at end of file
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/resources/camel-ms-exchange-online-imap-oauth-source-source.json
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/resources/camel-ms-exchange-online-imap-oauth-source-source.json
deleted file mode 100644
index ce68312a1..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/generated/resources/camel-ms-exchange-online-imap-oauth-source-source.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
-       "connector": {
-               "class": 
"org.apache.camel.kafkaconnector.msexchangeonlineimapoauthsource.CamelMsexchangeonlineimapoauthsourceSourceConnector",
-               "artifactId": 
"camel-ms-exchange-online-imap-oauth-source-kafka-connector",
-               "groupId": "org.apache.camel.kafkaconnector",
-               "id": "camel-ms-exchange-online-imap-oauth-source-source",
-               "type": "source",
-               "version": "3.19.0-SNAPSHOT",
-               "description": "Receive unread emails from an IMAP Microsoft 
Exchange mail server, marking them as read once they are received.\nIt uses 
OAuth2 to authenticate IMAP session."
-       },
-       "properties": {
-               
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionHost": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionHost",
-                       "description": "The IMAP server host",
-                       "defaultValue": "\"outlook.office365.com\"",
-                       "priority": "MEDIUM",
-                       "required": "false"
-               },
-               
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionPort": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionPort",
-                       "description": "The IMAP server port",
-                       "defaultValue": "\"993\"",
-                       "priority": "MEDIUM",
-                       "required": "false"
-               },
-               "camel.kamelet.ms-exchange-online-imap-oauth-source.tenantId": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.tenantId",
-                       "description": "Azure Active Directory Tenant ID",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.ms-exchange-online-imap-oauth-source.clientId": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.clientId",
-                       "description": "Azure Active Directory Application 
Client ID",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               
"camel.kamelet.ms-exchange-online-imap-oauth-source.clientSecret": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.clientSecret",
-                       "description": "The Azure Active Directory Application 
Client Secret",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.ms-exchange-online-imap-oauth-source.username": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.username",
-                       "description": "The username to access the mail box 
Example: [email protected]",
-                       "priority": "HIGH",
-                       "required": "true"
-               },
-               "camel.kamelet.ms-exchange-online-imap-oauth-source.fetchSize": 
{
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.fetchSize",
-                       "description": "The number of messages fetched for each 
poll (-1 for no limits)",
-                       "defaultValue": "10",
-                       "priority": "MEDIUM",
-                       "required": "false"
-               },
-               "camel.kamelet.ms-exchange-online-imap-oauth-source.delay": {
-                       "name": 
"camel.kamelet.ms-exchange-online-imap-oauth-source.delay",
-                       "description": "The delay between fetches in 
milliseconds",
-                       "defaultValue": "60000",
-                       "priority": "MEDIUM",
-                       "required": "false"
-               }
-       }
-}
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/assembly/package.xml
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/assembly/package.xml
deleted file mode 100644
index 05f0b1a7e..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/assembly/package.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?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.
-
--->
-<assembly>
-  <!-- Assembles a packaged version targeting OS installation. -->
-  <id>package</id>
-  <formats>
-    <format>tar.gz</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory>${project.basedir}/../..</directory>
-      <outputDirectory>${project.artifactId}/</outputDirectory>
-      <includes>
-        <include>README*</include>
-        <include>LICENSE*</include>
-        <include>NOTICE*</include>
-        <include>licenses/</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>${project.basedir}/src/main/docs</directory>
-      <outputDirectory>docs/</outputDirectory>
-      <includes>
-        <include>**/*</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-  <dependencySets>
-    <dependencySet>
-      <outputDirectory>${project.artifactId}/</outputDirectory>
-      <useProjectArtifact>true</useProjectArtifact>
-      <useTransitiveFiltering>true</useTransitiveFiltering>
-      <excludes>
-        <exclude>org.apache.kafka:connect-api</exclude>
-      </excludes>
-    </dependencySet>
-  </dependencySets>
-</assembly>
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/docs/examples/CamelMsexchangeonlineimapoauthsourceSourceConnector.properties
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/docs/examples/CamelMsexchangeonlineimapoauthsourceSourceConnector.properties
deleted file mode 100644
index d823db15b..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/docs/examples/CamelMsexchangeonlineimapoauthsourceSourceConnector.properties
+++ /dev/null
@@ -1,38 +0,0 @@
-## ---------------------------------------------------------------------------
-## 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.
-## ---------------------------------------------------------------------------
-
-name=CamelMs-exchange-online-imap-oauth-sourceSourceConnector
-connector.class=org.apache.camel.kafkaconnector.msexchangeonlineimapoauthsource.CamelMsexchangeonlineimapoauthsourceSourceConnector
-tasks.max=1
-
-# use the kafka converters that better suit your needs, these are just 
defaults:
-key.converter=org.apache.kafka.connect.storage.StringConverter
-value.converter=org.apache.kafka.connect.storage.StringConverter
-
-# comma separated topics to send messages into
-topics=
-
-# mandatory properties (for a complete properties list see the connector 
documentation):
-
-# Azure Active Directory Application Client ID
-camel.kamelet.ms-exchange-online-imap-oauth-source.clientId=
-# The Azure Active Directory Application Client Secret
-camel.kamelet.ms-exchange-online-imap-oauth-source.clientSecret=
-# Azure Active Directory Tenant ID
-camel.kamelet.ms-exchange-online-imap-oauth-source.tenantId=
-# The username to access the mail box Example: [email protected]
-camel.kamelet.ms-exchange-online-imap-oauth-source.username=
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnector.java
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnector.java
deleted file mode 100644
index 5351c8b3f..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnector.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * 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.kafkaconnector.msexchangeonlineimapoauthsource;
-
-import javax.annotation.Generated;
-import org.apache.camel.kafkaconnector.CamelSourceConnector;
-import org.apache.kafka.common.config.ConfigDef;
-import org.apache.kafka.connect.connector.Task;
-
-@Generated("This class has been generated by 
camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent 
it from being generated.")
-public class CamelMsexchangeonlineimapoauthsourceSourceConnector
-        extends
-            CamelSourceConnector {
-
-    @Override
-    public ConfigDef config() {
-        return 
CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig.conf();
-    }
-    @Override
-    public Class<? extends Task> taskClass() {
-        return CamelMsexchangeonlineimapoauthsourceSourceTask.class;
-    }
-}
\ No newline at end of file
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig.java
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig.java
deleted file mode 100644
index 276fd83be..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * 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.kafkaconnector.msexchangeonlineimapoauthsource;
-
-import java.util.Map;
-import javax.annotation.Generated;
-import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig;
-import org.apache.kafka.common.config.ConfigDef;
-
-@Generated("This class has been generated by 
camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent 
it from being generated.")
-public class CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig
-        extends
-            CamelSourceConnectorConfig {
-
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionHost";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_DOC = "The 
IMAP server host";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_DEFAULT = 
"outlook.office365.com";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.connectionPort";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_DOC = "The 
IMAP server port";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_DEFAULT = 
"993";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.tenantId";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_DOC = "Azure 
Active Directory Tenant ID";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_DEFAULT = null;
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.clientId";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_DOC = "Azure 
Active Directory Application Client ID";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_DEFAULT = null;
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.clientSecret";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_DOC = "The 
Azure Active Directory Application Client Secret";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_DEFAULT = 
null;
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.username";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_DOC = "The 
username to access the mail box Example: [email protected]";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_DEFAULT = null;
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.fetchSize";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_DOC = "The 
number of messages fetched for each poll (-1 for no limits)";
-    public static final Integer 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_DEFAULT = 10;
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_CONF = 
"camel.kamelet.ms-exchange-online-imap-oauth-source.delay";
-    public static final String 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_DOC = "The delay 
between fetches in milliseconds";
-    public static final Integer 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_DEFAULT = 60000;
-
-    public CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig(
-            ConfigDef config,
-            Map<String, String> parsedConfig) {
-        super(config, parsedConfig);
-    }
-
-    public CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig(
-            Map<String, String> parsedConfig) {
-        this(conf(), parsedConfig);
-    }
-
-    public static ConfigDef conf() {
-        ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf());
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_CONF,
 ConfigDef.Type.STRING, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_DEFAULT, 
ConfigDef.Importance.MEDIUM, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_HOST_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_CONF,
 ConfigDef.Type.STRING, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_DEFAULT, 
ConfigDef.Importance.MEDIUM, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CONNECTION_PORT_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_CONF,
 ConfigDef.Type.STRING, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_DEFAULT, 
ConfigDef.Importance.HIGH, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_TENANT_ID_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_CONF,
 ConfigDef.Type.STRING, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_DEFAULT, 
ConfigDef.Importance.HIGH, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_ID_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_CONF,
 ConfigDef.Type.PASSWORD, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_DEFAULT, 
ConfigDef.Importance.HIGH, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_CLIENT_SECRET_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_CONF, 
ConfigDef.Type.STRING, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_DEFAULT, 
ConfigDef.Importance.HIGH, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_USERNAME_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_CONF,
 ConfigDef.Type.INT, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_DEFAULT, 
ConfigDef.Importance.MEDIUM, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_FETCH_SIZE_DOC);
-        
conf.define(CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_CONF, 
ConfigDef.Type.INT, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_DEFAULT, 
ConfigDef.Importance.MEDIUM, 
CAMEL_SOURCE_MSEXCHANGEONLINEIMAPOAUTHSOURCE_KAMELET_DELAY_DOC);
-        return conf;
-    }
-}
\ No newline at end of file
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceTask.java
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceTask.java
deleted file mode 100644
index 539ceb8e8..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/msexchangeonlineimapoauthsource/CamelMsexchangeonlineimapoauthsourceSourceTask.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * 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.kafkaconnector.msexchangeonlineimapoauthsource;
-
-import java.util.HashMap;
-import java.util.Map;
-import javax.annotation.Generated;
-import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig;
-import org.apache.camel.kafkaconnector.CamelSourceTask;
-
-@Generated("This class has been generated by 
camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent 
it from being generated.")
-public class CamelMsexchangeonlineimapoauthsourceSourceTask
-        extends
-            CamelSourceTask {
-
-    @Override
-    protected CamelSourceConnectorConfig getCamelSourceConnectorConfig(
-            Map<String, String> props) {
-        return new 
CamelMsexchangeonlineimapoauthsourceSourceConnectorConfig(props);
-    }
-    @Override
-    protected String getSourceKamelet() {
-        return "kamelet:ms-exchange-online-imap-oauth-source";
-    }
-}
\ No newline at end of file
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/LICENSE.txt
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/LICENSE.txt
deleted file mode 100644
index 6b0b1270f..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed 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.
-
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/NOTICE.txt
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100644
index 2e215bf2e..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-   =========================================================================
-   ==  NOTICE file corresponding to the section 4 d of                    ==
-   ==  the Apache License, Version 2.0,                                   ==
-   ==  in this case for the Apache Camel distribution.                    ==
-   =========================================================================
-
-   This product includes software developed by
-   The Apache Software Foundation (http://www.apache.org/).
-
-   Please read the different LICENSE files present in the licenses directory of
-   this distribution.
diff --git 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml
 
b/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml
deleted file mode 100644
index 257f94011..000000000
--- 
a/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-connector/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml
+++ /dev/null
@@ -1,105 +0,0 @@
-# ---------------------------------------------------------------------------
-# 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.
-# ---------------------------------------------------------------------------
-apiVersion: camel.apache.org/v1alpha1
-kind: Kamelet
-metadata:
-  name: ms-exchange-online-imap-oauth-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
-    camel.apache.org/catalog.version: "0.10.0"
-    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjQgOCA1NSA0OCI+PHRpdGxlPkV4Y2hhbmdlXzY0eDwvdGl0bGU+PHBhdGggZD0iTTU1LjUwOTc3LDhoLTEyLjIwN0EzLjQ4ODM1LDMuNDg4MzUsMCwwLDAsNDAuODM1LDkuMDIyNDZMMTIuMDIyNDYsMzcuODM1QTMuNDg4MzUsMy40ODgzNSwwLDAsMCwxMSw0MC4zMDI3M3YxMi4yMDdBMy40OTAwNiwzLjQ5MDA2LDAsMCwwLDE0LjQ5MDIzLDU2aDEyLjIwN0EzLjQ4ODM1LDMuNDg4MzUsMCwwLDAsMjkuMTY1LDU0Ljk3NzU0TDU3Ljk3OCwyNi4xNjVBMy40ODk5NCwzLjQ4OTk0LDAsMC
 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Mail"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Microsoft Exchange IMAP OAuth2 Source"
-    description: |-
-      Receive unread emails from an IMAP Microsoft Exchange mail server, 
marking them as read once they are received.
-      It uses OAuth2 to authenticate IMAP session.
-    required:
-      - tenantId
-      - clientId
-      - clientSecret
-      - username
-    type: object
-    properties:
-      connectionHost:
-        title: Connection Host
-        description: The IMAP server host
-        type: string
-        default: outlook.office365.com
-      connectionPort:
-        title: Connection Port
-        description: The IMAP server port
-        type: string
-        default: 993
-      tenantId:
-        title: Tenant ID
-        description: Azure Active Directory Tenant ID
-        type: string
-      clientId:
-        title: Client ID
-        description: Azure Active Directory Application Client ID
-        type: string
-        x-descriptors:
-          - urn:camel:group:credentials
-      clientSecret:
-        title: Client Secret
-        description: The Azure Active Directory Application Client Secret
-        type: string
-        format: password
-        x-descriptors:
-          - urn:alm:descriptor:com.tectonic.ui:password
-          - urn:camel:group:credentials
-      username:
-        title: Username
-        description: The username to access the mail box
-        type: string
-        example: [email protected]
-        x-descriptors:
-          - urn:camel:group:credentials
-      fetchSize:
-        title: Fetch Size
-        description: The number of messages fetched for each poll (-1 for no 
limits)
-        type: integer
-        default: 10
-      delay:
-        title: Delay
-        description: The delay between fetches in milliseconds
-        type: integer
-        default: 60000
-  dependencies:
-    - "camel:core"
-    - "camel:kamelet"
-    - "camel:mail-microsoft-oauth"
-    - "camel:mail"
-  template:
-    beans:
-      - name: exchangeAuthenticator
-        type: 
"#class:org.apache.camel.component.mail.microsoft.authenticator.MicrosoftExchangeOnlineOAuth2MailAuthenticator({{tenantId}},
 {{clientId}}, {{clientSecret}}, {{username}})"
-    from:
-      uri: "imaps:{{connectionHost}}:{{connectionPort}}"
-      parameters:
-        mail.imaps.auth.mechanisms: "XOAUTH2"
-        username: "{{username}}"
-        fetchSize: "{{fetchSize}}"
-        delay: "{{delay}}"
-        authenticator: "#bean:{{exchangeAuthenticator}}"
-      steps:
-        - to: "kamelet:sink"
\ No newline at end of file
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index e027daf5e..22fb05495 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -276,8 +276,6 @@
 **** xref:reference/connectors/camel-mqtt5-sink-kafka-sink-connector.adoc[Sink 
Docs]
 *** camel-mqtt5-source-kafka-connector
 **** 
xref:reference/connectors/camel-mqtt5-source-kafka-source-connector.adoc[Source 
Docs]
-*** camel-ms-exchange-online-imap-oauth-source-kafka-connector
-**** 
xref:reference/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-source-connector.adoc[Source
 Docs]
 *** camel-mysql-sink-kafka-connector
 **** xref:reference/connectors/camel-mysql-sink-kafka-sink-connector.adoc[Sink 
Docs]
 *** camel-mysql-source-kafka-connector
diff --git a/docs/modules/ROOT/pages/reference/index.adoc 
b/docs/modules/ROOT/pages/reference/index.adoc
index 391ba5061..d396e3bbd 100644
--- a/docs/modules/ROOT/pages/reference/index.adoc
+++ b/docs/modules/ROOT/pages/reference/index.adoc
@@ -2,7 +2,7 @@
 = Supported connectors and documentation
 
 // kafka-connectors list: START
-Number of Camel Kafka connectors: 171 
+Number of Camel Kafka connectors: 170 
 
 [width="100%",cols="4,1,1,1,1,1",options="header"]
 |===
@@ -132,7 +132,6 @@ Number of Camel Kafka connectors: 171
 | *camel-mqtt-source-kafka-connector* | false | true |  | 
xref:reference/connectors/camel-mqtt-source-kafka-source-connector.adoc[Source 
Docs] | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-mqtt-source-kafka-connector/3.18.2/camel-mqtt-source-kafka-connector-3.18.2-package.tar.gz[Download]
 | *camel-mqtt5-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-mqtt5-sink-kafka-sink-connector.adoc[Sink Docs] 
|  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-mqtt5-sink-kafka-connector/3.18.2/camel-mqtt5-sink-kafka-connector-3.18.2-package.tar.gz[Download]
 | *camel-mqtt5-source-kafka-connector* | false | true |  | 
xref:reference/connectors/camel-mqtt5-source-kafka-source-connector.adoc[Source 
Docs] | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-mqtt5-source-kafka-connector/3.18.2/camel-mqtt5-source-kafka-connector-3.18.2-package.tar.gz[Download]
-| *camel-ms-exchange-online-imap-oauth-source-kafka-connector* | false | true 
|  | 
xref:reference/connectors/camel-ms-exchange-online-imap-oauth-source-kafka-source-connector.adoc[Source
 Docs] | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-ms-exchange-online-imap-oauth-source-kafka-connector/3.18.2/camel-ms-exchange-online-imap-oauth-source-kafka-connector-3.18.2-package.tar.gz[Download]
 | *camel-mysql-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-mysql-sink-kafka-sink-connector.adoc[Sink Docs] 
|  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-mysql-sink-kafka-connector/3.18.2/camel-mysql-sink-kafka-connector-3.18.2-package.tar.gz[Download]
 | *camel-mysql-source-kafka-connector* | false | true |  | 
xref:reference/connectors/camel-mysql-source-kafka-source-connector.adoc[Source 
Docs] | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-mysql-source-kafka-connector/3.18.2/camel-mysql-source-kafka-connector-3.18.2-package.tar.gz[Download]
 | *camel-nats-sink-kafka-connector* | true | false | 
xref:reference/connectors/camel-nats-sink-kafka-sink-connector.adoc[Sink Docs] 
|  | 
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-nats-sink-kafka-connector/3.18.2/camel-nats-sink-kafka-connector-3.18.2-package.tar.gz[Download]

Reply via email to