This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 75a0bc1452a74158b9a14af5af2c5f111d47cf4d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 15 16:55:16 2023 +0100 Remove tectonic.ui related metadata Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/avro-deserialize-action.kamelet.yaml | 1 - kamelets/avro-serialize-action.kamelet.yaml | 1 - kamelets/extract-field-action.kamelet.yaml | 3 --- kamelets/kafka-not-secured-source.kamelet.yaml | 3 --- kamelets/log-action.kamelet.yaml | 30 ++++++++-------------- kamelets/log-sink.kamelet.yaml | 30 ++++++++-------------- kamelets/ogcapi-features-action.kamelet.yaml | 1 - kamelets/pulsar-sink.kamelet.yaml | 5 ---- kamelets/pulsar-source.kamelet.yaml | 3 --- kamelets/set-kafka-key-action.kamelet.yaml | 1 - .../kamelets/avro-deserialize-action.kamelet.yaml | 1 - .../kamelets/avro-serialize-action.kamelet.yaml | 1 - .../kamelets/extract-field-action.kamelet.yaml | 3 --- .../kamelets/kafka-not-secured-source.kamelet.yaml | 3 --- .../resources/kamelets/log-action.kamelet.yaml | 30 ++++++++-------------- .../main/resources/kamelets/log-sink.kamelet.yaml | 30 ++++++++-------------- .../kamelets/ogcapi-features-action.kamelet.yaml | 1 - .../resources/kamelets/pulsar-sink.kamelet.yaml | 5 ---- .../resources/kamelets/pulsar-source.kamelet.yaml | 3 --- .../kamelets/set-kafka-key-action.kamelet.yaml | 1 - 20 files changed, 40 insertions(+), 116 deletions(-) diff --git a/kamelets/avro-deserialize-action.kamelet.yaml b/kamelets/avro-deserialize-action.kamelet.yaml index 8df9e557..d1da566b 100644 --- a/kamelets/avro-deserialize-action.kamelet.yaml +++ b/kamelets/avro-deserialize-action.kamelet.yaml @@ -44,7 +44,6 @@ spec: description: Indicates if the content must be validated against the schema type: boolean default: true - x-descriptors: dependencies: - "camel:kamelet" - "camel:core" diff --git a/kamelets/avro-serialize-action.kamelet.yaml b/kamelets/avro-serialize-action.kamelet.yaml index 4867484b..c1149ebd 100644 --- a/kamelets/avro-serialize-action.kamelet.yaml +++ b/kamelets/avro-serialize-action.kamelet.yaml @@ -44,7 +44,6 @@ spec: description: Indicates if the content must be validated against the schema type: boolean default: true - x-descriptors: dependencies: - "camel:kamelet" - "camel:core" diff --git a/kamelets/extract-field-action.kamelet.yaml b/kamelets/extract-field-action.kamelet.yaml index eb4277af..c5f127d2 100644 --- a/kamelets/extract-field-action.kamelet.yaml +++ b/kamelets/extract-field-action.kamelet.yaml @@ -57,7 +57,6 @@ spec: description: If enable the action will store the extracted field in an header named CamelKameletsExtractFieldName type: boolean default: false - x-descriptors: headerOutputName: title: Header Output Name description: A custom name for the header containing the extracted field @@ -68,13 +67,11 @@ spec: description: If enabled the action will check if the header output name (custom or default) has been used already in the exchange. If so, the extracted field will be stored in the message body, if not, the extracted field will be stored in the selected header (custom or default). type: boolean default: false - x-descriptors: trimField: title: Trim Field description: If enabled we return the Raw extracted field type: boolean default: false - x-descriptors: type: object dependencies: - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT" diff --git a/kamelets/kafka-not-secured-source.kamelet.yaml b/kamelets/kafka-not-secured-source.kamelet.yaml index c28c49a1..41a63dd9 100644 --- a/kamelets/kafka-not-secured-source.kamelet.yaml +++ b/kamelets/kafka-not-secured-source.kamelet.yaml @@ -57,13 +57,11 @@ spec: description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer type: boolean default: true - x-descriptors: allowManualCommit: title: Allow Manual Commit description: Whether to allow doing manual commits type: boolean default: false - x-descriptors: pollOnError: title: Poll On Error Behavior description: What to do if kafka threw an exception while polling for new messages. There are 5 enums and the value can be one of DISCARD, ERROR_HANDLER, RECONNECT, RETRY, STOP @@ -88,7 +86,6 @@ spec: title: Automatically Deserialize Headers description: When enabled the Kamelet source will deserialize all message headers to String representation. type: boolean - x-descriptors: default: true dependencies: - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT" diff --git a/kamelets/log-action.kamelet.yaml b/kamelets/log-action.kamelet.yaml index ddd1ae69..49f51299 100644 --- a/kamelets/log-action.kamelet.yaml +++ b/kamelets/log-action.kamelet.yaml @@ -49,8 +49,7 @@ spec: title: Log Mask description: Mask sensitive information like password or passphrase in the log type: boolean - default: false - x-descriptors: + default: false marker: title: Marker description: An optional Marker name to use @@ -59,56 +58,47 @@ spec: title: Multiline description: If enabled then each information is outputted on a newline type: boolean - default: false - x-descriptors: + default: false showAllProperties: title: Show All Properties description: Show all of the exchange properties (both internal and custom) type: boolean - default: false - x-descriptors: + default: false showBody: title: Show Body description: Show the message body type: boolean - default: true - x-descriptors: + default: true showBodyType: title: Show Body Type description: Show the body Java type type: boolean - default: true - x-descriptors: + default: true showExchangePattern: title: Show Exchange Pattern description: Shows the Message Exchange Pattern (or MEP for short) type: boolean - default: true - x-descriptors: + default: true showHeaders: title: Show Headers description: Show the headers received type: boolean - default: false - x-descriptors: + default: false showProperties: title: Show Properties description: Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties. type: boolean - default: false - x-descriptors: + default: false showStreams: title: Show Streams description: Show the stream bodies (they may not be available in following steps) type: boolean - default: false - x-descriptors: + default: false showCachedStreams: title: Show Cached Streams description: Whether Camel should show cached stream bodies or not. type: boolean - default: true - x-descriptors: + default: true dependencies: - "camel:kamelet" - "camel:log" diff --git a/kamelets/log-sink.kamelet.yaml b/kamelets/log-sink.kamelet.yaml index 9eaa0f37..0322c0d0 100644 --- a/kamelets/log-sink.kamelet.yaml +++ b/kamelets/log-sink.kamelet.yaml @@ -49,8 +49,7 @@ spec: title: Log Mask description: Mask sensitive information like password or passphrase in the log type: boolean - default: false - x-descriptors: + default: false marker: title: Marker description: An optional Marker name to use @@ -59,56 +58,47 @@ spec: title: Multiline description: If enabled then each information is outputted on a newline type: boolean - default: false - x-descriptors: + default: false showAllProperties: title: Show All Properties description: Show all of the exchange properties (both internal and custom) type: boolean - default: false - x-descriptors: + default: false showBody: title: Show Body description: Show the message body type: boolean - default: true - x-descriptors: + default: true showBodyType: title: Show Body Type description: Show the body Java type type: boolean - default: true - x-descriptors: + default: true showExchangePattern: title: Show Exchange Pattern description: Shows the Message Exchange Pattern (or MEP for short) type: boolean - default: true - x-descriptors: + default: true showHeaders: title: Show Headers description: Show the headers received type: boolean - default: false - x-descriptors: + default: false showProperties: title: Show Properties description: Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties. type: boolean - default: false - x-descriptors: + default: false showStreams: title: Show Streams description: Show the stream bodies (they may not be available in following steps) type: boolean - default: false - x-descriptors: + default: false showCachedStreams: title: Show Cached Streams description: Whether Camel should show cached stream bodies or not. type: boolean - default: true - x-descriptors: + default: true dependencies: - "camel:kamelet" - "camel:log" diff --git a/kamelets/ogcapi-features-action.kamelet.yaml b/kamelets/ogcapi-features-action.kamelet.yaml index a93ec853..023ad406 100644 --- a/kamelets/ogcapi-features-action.kamelet.yaml +++ b/kamelets/ogcapi-features-action.kamelet.yaml @@ -68,7 +68,6 @@ spec: description: "When true, instead of returning the full geojson, split the message into each feature." type: boolean default: false - x-descriptors: query: title: "Query" description: "Separated list by `&` of properties we want to query." diff --git a/kamelets/pulsar-sink.kamelet.yaml b/kamelets/pulsar-sink.kamelet.yaml index 8b4a40cc..51e3a093 100644 --- a/kamelets/pulsar-sink.kamelet.yaml +++ b/kamelets/pulsar-sink.kamelet.yaml @@ -71,13 +71,11 @@ spec: title: Authentication Params description: The Authentication Parameters to be used while creating the client from URI. type: string - x-descriptors: batchingEnabled: title: Enable Batching description: Control whether automatic batching of messages is enabled for the producer. type: boolean default: true - x-descriptors: batchingMaxMessages: title: Batching Maximum Messages description: "The maximum size to batch messages." @@ -93,7 +91,6 @@ spec: description: "Whether to block the producing thread if pending messages queue is full or to throw a ProducerQueueIsFullError." type: boolean default: false - x-descriptors: compressionType: title: Compression Type description: "Compression type to use." @@ -110,7 +107,6 @@ spec: description: "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the [...] type: boolean default: false - x-descriptors: maxPendingMessages: title: Maximum Pending Messages description: "Size of the pending massages queue. When the queue is full, by default, any further sends will fail unless blockIfQueueFull=true." @@ -126,7 +122,6 @@ spec: description: "Message Routing Mode to use." type: string default: "RoundRobinPartition" - x-descriptors: enum: ["SinglePartition", "RoundRobinPartition", "CustomPartition"] producerName: title: Producer Name diff --git a/kamelets/pulsar-source.kamelet.yaml b/kamelets/pulsar-source.kamelet.yaml index 1c6f4d14..04d93034 100644 --- a/kamelets/pulsar-source.kamelet.yaml +++ b/kamelets/pulsar-source.kamelet.yaml @@ -99,7 +99,6 @@ spec: description: "Whether to use the messageListener interface, or to receive messages using a separate thread pool." type: boolean default: true - x-descriptors: numberOfConsumers: title: Number Of Consumers description: "Number of consumers." @@ -115,7 +114,6 @@ spec: description: "Enable compacted topic reading." type: boolean default: false - x-descriptors: subscriptionInitialPosition: title: Subscription Initial Position description: "Control the initial position in the topic of a newly created subscription. Default is latest message." @@ -144,7 +142,6 @@ spec: description: "Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace." type: boolean default: false - x-descriptors: type: object template: from: diff --git a/kamelets/set-kafka-key-action.kamelet.yaml b/kamelets/set-kafka-key-action.kamelet.yaml index 4132fa45..d886d800 100644 --- a/kamelets/set-kafka-key-action.kamelet.yaml +++ b/kamelets/set-kafka-key-action.kamelet.yaml @@ -45,7 +45,6 @@ spec: title: Force Header Deletion description: If true, it will remove the header with name headerName from the Exchange after setting it as Kafka Key type: boolean - x-descriptors: default: false type: object dependencies: diff --git a/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml index 8df9e557..d1da566b 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml @@ -44,7 +44,6 @@ spec: description: Indicates if the content must be validated against the schema type: boolean default: true - x-descriptors: dependencies: - "camel:kamelet" - "camel:core" diff --git a/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml index 4867484b..c1149ebd 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml @@ -44,7 +44,6 @@ spec: description: Indicates if the content must be validated against the schema type: boolean default: true - x-descriptors: dependencies: - "camel:kamelet" - "camel:core" diff --git a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml index eb4277af..c5f127d2 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml @@ -57,7 +57,6 @@ spec: description: If enable the action will store the extracted field in an header named CamelKameletsExtractFieldName type: boolean default: false - x-descriptors: headerOutputName: title: Header Output Name description: A custom name for the header containing the extracted field @@ -68,13 +67,11 @@ spec: description: If enabled the action will check if the header output name (custom or default) has been used already in the exchange. If so, the extracted field will be stored in the message body, if not, the extracted field will be stored in the selected header (custom or default). type: boolean default: false - x-descriptors: trimField: title: Trim Field description: If enabled we return the Raw extracted field type: boolean default: false - x-descriptors: type: object dependencies: - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT" diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml index c28c49a1..41a63dd9 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml @@ -57,13 +57,11 @@ spec: description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer type: boolean default: true - x-descriptors: allowManualCommit: title: Allow Manual Commit description: Whether to allow doing manual commits type: boolean default: false - x-descriptors: pollOnError: title: Poll On Error Behavior description: What to do if kafka threw an exception while polling for new messages. There are 5 enums and the value can be one of DISCARD, ERROR_HANDLER, RECONNECT, RETRY, STOP @@ -88,7 +86,6 @@ spec: title: Automatically Deserialize Headers description: When enabled the Kamelet source will deserialize all message headers to String representation. type: boolean - x-descriptors: default: true dependencies: - "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.2.0-SNAPSHOT" diff --git a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml index ddd1ae69..49f51299 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml @@ -49,8 +49,7 @@ spec: title: Log Mask description: Mask sensitive information like password or passphrase in the log type: boolean - default: false - x-descriptors: + default: false marker: title: Marker description: An optional Marker name to use @@ -59,56 +58,47 @@ spec: title: Multiline description: If enabled then each information is outputted on a newline type: boolean - default: false - x-descriptors: + default: false showAllProperties: title: Show All Properties description: Show all of the exchange properties (both internal and custom) type: boolean - default: false - x-descriptors: + default: false showBody: title: Show Body description: Show the message body type: boolean - default: true - x-descriptors: + default: true showBodyType: title: Show Body Type description: Show the body Java type type: boolean - default: true - x-descriptors: + default: true showExchangePattern: title: Show Exchange Pattern description: Shows the Message Exchange Pattern (or MEP for short) type: boolean - default: true - x-descriptors: + default: true showHeaders: title: Show Headers description: Show the headers received type: boolean - default: false - x-descriptors: + default: false showProperties: title: Show Properties description: Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties. type: boolean - default: false - x-descriptors: + default: false showStreams: title: Show Streams description: Show the stream bodies (they may not be available in following steps) type: boolean - default: false - x-descriptors: + default: false showCachedStreams: title: Show Cached Streams description: Whether Camel should show cached stream bodies or not. type: boolean - default: true - x-descriptors: + default: true dependencies: - "camel:kamelet" - "camel:log" diff --git a/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml index 9eaa0f37..0322c0d0 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/log-sink.kamelet.yaml @@ -49,8 +49,7 @@ spec: title: Log Mask description: Mask sensitive information like password or passphrase in the log type: boolean - default: false - x-descriptors: + default: false marker: title: Marker description: An optional Marker name to use @@ -59,56 +58,47 @@ spec: title: Multiline description: If enabled then each information is outputted on a newline type: boolean - default: false - x-descriptors: + default: false showAllProperties: title: Show All Properties description: Show all of the exchange properties (both internal and custom) type: boolean - default: false - x-descriptors: + default: false showBody: title: Show Body description: Show the message body type: boolean - default: true - x-descriptors: + default: true showBodyType: title: Show Body Type description: Show the body Java type type: boolean - default: true - x-descriptors: + default: true showExchangePattern: title: Show Exchange Pattern description: Shows the Message Exchange Pattern (or MEP for short) type: boolean - default: true - x-descriptors: + default: true showHeaders: title: Show Headers description: Show the headers received type: boolean - default: false - x-descriptors: + default: false showProperties: title: Show Properties description: Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties. type: boolean - default: false - x-descriptors: + default: false showStreams: title: Show Streams description: Show the stream bodies (they may not be available in following steps) type: boolean - default: false - x-descriptors: + default: false showCachedStreams: title: Show Cached Streams description: Whether Camel should show cached stream bodies or not. type: boolean - default: true - x-descriptors: + default: true dependencies: - "camel:kamelet" - "camel:log" diff --git a/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml index a93ec853..023ad406 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/ogcapi-features-action.kamelet.yaml @@ -68,7 +68,6 @@ spec: description: "When true, instead of returning the full geojson, split the message into each feature." type: boolean default: false - x-descriptors: query: title: "Query" description: "Separated list by `&` of properties we want to query." diff --git a/library/camel-kamelets/src/main/resources/kamelets/pulsar-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/pulsar-sink.kamelet.yaml index 8b4a40cc..51e3a093 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/pulsar-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/pulsar-sink.kamelet.yaml @@ -71,13 +71,11 @@ spec: title: Authentication Params description: The Authentication Parameters to be used while creating the client from URI. type: string - x-descriptors: batchingEnabled: title: Enable Batching description: Control whether automatic batching of messages is enabled for the producer. type: boolean default: true - x-descriptors: batchingMaxMessages: title: Batching Maximum Messages description: "The maximum size to batch messages." @@ -93,7 +91,6 @@ spec: description: "Whether to block the producing thread if pending messages queue is full or to throw a ProducerQueueIsFullError." type: boolean default: false - x-descriptors: compressionType: title: Compression Type description: "Compression type to use." @@ -110,7 +107,6 @@ spec: description: "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel’s routing error handlers. Beware that when the first message is processed then creating and starting the [...] type: boolean default: false - x-descriptors: maxPendingMessages: title: Maximum Pending Messages description: "Size of the pending massages queue. When the queue is full, by default, any further sends will fail unless blockIfQueueFull=true." @@ -126,7 +122,6 @@ spec: description: "Message Routing Mode to use." type: string default: "RoundRobinPartition" - x-descriptors: enum: ["SinglePartition", "RoundRobinPartition", "CustomPartition"] producerName: title: Producer Name diff --git a/library/camel-kamelets/src/main/resources/kamelets/pulsar-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/pulsar-source.kamelet.yaml index 1c6f4d14..04d93034 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/pulsar-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/pulsar-source.kamelet.yaml @@ -99,7 +99,6 @@ spec: description: "Whether to use the messageListener interface, or to receive messages using a separate thread pool." type: boolean default: true - x-descriptors: numberOfConsumers: title: Number Of Consumers description: "Number of consumers." @@ -115,7 +114,6 @@ spec: description: "Enable compacted topic reading." type: boolean default: false - x-descriptors: subscriptionInitialPosition: title: Subscription Initial Position description: "Control the initial position in the topic of a newly created subscription. Default is latest message." @@ -144,7 +142,6 @@ spec: description: "Whether the topic is a pattern (regular expression) that allows the consumer to subscribe to all matching topics in the namespace." type: boolean default: false - x-descriptors: type: object template: from: diff --git a/library/camel-kamelets/src/main/resources/kamelets/set-kafka-key-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/set-kafka-key-action.kamelet.yaml index 4132fa45..d886d800 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/set-kafka-key-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/set-kafka-key-action.kamelet.yaml @@ -45,7 +45,6 @@ spec: title: Force Header Deletion description: If true, it will remove the header with name headerName from the Exchange after setting it as Kafka Key type: boolean - x-descriptors: default: false type: object dependencies: