This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1808 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit cd9035346226e548fb461867ef03c35d448294d5 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 18 11:56:11 2023 +0100 Kamelets spec errors in v4.2.0 Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/aws-cloudwatch-sink.kamelet.yaml | 2 -- kamelets/aws-kinesis-source.kamelet.yaml | 2 -- kamelets/aws-lambda-sink.kamelet.yaml | 1 - kamelets/aws-sns-fifo-sink.kamelet.yaml | 4 ---- kamelets/azure-cosmosdb-source.kamelet.yaml | 2 -- kamelets/http-secured-source.kamelet.yaml | 1 - .../src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml | 2 -- .../src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 2 -- .../src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml | 1 - .../src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml | 4 ---- .../src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml | 2 -- .../src/main/resources/kamelets/http-secured-source.kamelet.yaml | 1 - 12 files changed, 24 deletions(-) diff --git a/kamelets/aws-cloudwatch-sink.kamelet.yaml b/kamelets/aws-cloudwatch-sink.kamelet.yaml index 11cc39d0..7a2408f4 100644 --- a/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -78,7 +78,6 @@ spec: title: Default Credentials Provider description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -88,7 +87,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:core" diff --git a/kamelets/aws-kinesis-source.kamelet.yaml b/kamelets/aws-kinesis-source.kamelet.yaml index f548660e..c0569643 100644 --- a/kamelets/aws-kinesis-source.kamelet.yaml +++ b/kamelets/aws-kinesis-source.kamelet.yaml @@ -71,7 +71,6 @@ spec: title: Default Credentials Provider description: If true, the Kinesis client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -81,7 +80,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false delay: title: Delay diff --git a/kamelets/aws-lambda-sink.kamelet.yaml b/kamelets/aws-lambda-sink.kamelet.yaml index 5c5c4927..fa995fae 100644 --- a/kamelets/aws-lambda-sink.kamelet.yaml +++ b/kamelets/aws-lambda-sink.kamelet.yaml @@ -69,7 +69,6 @@ spec: title: Default Credentials Provider description: If true, the Lambda client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-lambda" diff --git a/kamelets/aws-sns-fifo-sink.kamelet.yaml b/kamelets/aws-sns-fifo-sink.kamelet.yaml index 1c4f5d33..17a93b51 100644 --- a/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -74,18 +74,15 @@ spec: description: Use content-based deduplication (should be enabled in the SQS FIFO queue first) type: boolean default: false - x-descriptors: autoCreateTopic: title: Autocreate Topic description: Setting the autocreation of the SNS topic. type: boolean - x-descriptors: default: false useDefaultCredentialsProvider: title: Default Credentials Provider description: Set whether the SNS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -95,7 +92,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-sns" diff --git a/kamelets/azure-cosmosdb-source.kamelet.yaml b/kamelets/azure-cosmosdb-source.kamelet.yaml index 4869ae04..963cf235 100644 --- a/kamelets/azure-cosmosdb-source.kamelet.yaml +++ b/kamelets/azure-cosmosdb-source.kamelet.yaml @@ -67,13 +67,11 @@ spec: title: Autocreate Lease Database description: Sets if the component should create Cosmos lease database for the consumer automatically in case it doesn’t exist in Cosmos account. type: boolean - x-descriptors: default: false createLeaseContainerIfNotExists: title: Autocreate Lease Container description: Sets if the component should create Cosmos lease container for the consumer automatically in case it doesn’t exist in Cosmos database. type: boolean - x-descriptors: default: false databaseEndpoint: title: Database Endpoint diff --git a/kamelets/http-secured-source.kamelet.yaml b/kamelets/http-secured-source.kamelet.yaml index ee0e079c..83c335eb 100644 --- a/kamelets/http-secured-source.kamelet.yaml +++ b/kamelets/http-secured-source.kamelet.yaml @@ -61,7 +61,6 @@ spec: title: Authentication Preemptive description: If this option is true, camel-http sends preemptive basic authentication to the server. type: boolean - x-descriptors: default: false authUsername: title: Authentication Username diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml index 11cc39d0..7a2408f4 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-cloudwatch-sink.kamelet.yaml @@ -78,7 +78,6 @@ spec: title: Default Credentials Provider description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -88,7 +87,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:core" diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml index f548660e..c0569643 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml @@ -71,7 +71,6 @@ spec: title: Default Credentials Provider description: If true, the Kinesis client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -81,7 +80,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false delay: title: Delay diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml index 5c5c4927..fa995fae 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-lambda-sink.kamelet.yaml @@ -69,7 +69,6 @@ spec: title: Default Credentials Provider description: If true, the Lambda client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key). type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-lambda" diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml index 1c4f5d33..17a93b51 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml @@ -74,18 +74,15 @@ spec: description: Use content-based deduplication (should be enabled in the SQS FIFO queue first) type: boolean default: false - x-descriptors: autoCreateTopic: title: Autocreate Topic description: Setting the autocreation of the SNS topic. type: boolean - x-descriptors: default: false useDefaultCredentialsProvider: title: Default Credentials Provider description: Set whether the SNS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. type: boolean - x-descriptors: default: false uriEndpointOverride: title: Overwrite Endpoint URI @@ -95,7 +92,6 @@ spec: title: Endpoint Overwrite description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option. type: boolean - x-descriptors: default: false dependencies: - "camel:aws2-sns" diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml index 4869ae04..963cf235 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/azure-cosmosdb-source.kamelet.yaml @@ -67,13 +67,11 @@ spec: title: Autocreate Lease Database description: Sets if the component should create Cosmos lease database for the consumer automatically in case it doesn’t exist in Cosmos account. type: boolean - x-descriptors: default: false createLeaseContainerIfNotExists: title: Autocreate Lease Container description: Sets if the component should create Cosmos lease container for the consumer automatically in case it doesn’t exist in Cosmos database. type: boolean - x-descriptors: default: false databaseEndpoint: title: Database Endpoint diff --git a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml index ee0e079c..83c335eb 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/http-secured-source.kamelet.yaml @@ -61,7 +61,6 @@ spec: title: Authentication Preemptive description: If this option is true, camel-http sends preemptive basic authentication to the server. type: boolean - x-descriptors: default: false authUsername: title: Authentication Username
