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

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


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

commit 4d302e80589bd2d69a2e840a549715350ce55faf
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Feb 21 19:32:29 2024 +0100

    Regen
---
 .../catalog/components/azure-servicebus.json       | 46 +++++++++++-----------
 .../camel/springboot/catalog/components/jslt.json  |  2 +-
 .../springboot/catalog/components/splunk-hec.json  |  2 +-
 .../springboot/JsltComponentConfiguration.java     |  2 +-
 .../SplunkHECComponentConfiguration.java           |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 +++
 6 files changed, 32 insertions(+), 27 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
index 8b9de729848..4a607996876 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
@@ -55,29 +55,29 @@
   "headers": {
     "CamelAzureServiceBusApplicationProperties": { "index": 0, "kind": 
"header", "displayName": "", "group": "common", "label": "common", "required": 
false, "javaType": "Map<String, Object>", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
application properties (also known as custom properties) on messages sent and 
received by the producer and consumer, respectively.", "constantName": 
"org.apache.camel.component.azure.servicebus.Servi [...]
     "CamelAzureServiceBusContentType": { "index": 1, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the content type of the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#CONTENT_TYPE" 
},
-    "CamelAzureServiceBusCorrelationId": { "index": 2, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets a correlation identifier.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#CORRELATION_ID"
 },
-    "CamelAzureServiceBusDeadLetterErrorDescription": { "index": 3, "kind": 
"header", "displayName": "", "group": "consumer", "label": "consumer", 
"required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Gets the description for a message that has been dead-lettered.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_ERROR_DESCRIPTION"
 },
-    "CamelAzureServiceBusDeadLetterReason": { "index": 4, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the reason a message was 
dead-lettered.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_REASON"
 },
-    "CamelAzureServiceBusDeadLetterSource": { "index": 5, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the name of the queue or 
subscription that this message was enqueued on, before it was dead-lettered.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_SOURCE"
 },
-    "CamelAzureServiceBusDeliveryCount": { "index": 6, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the number of the times this 
message was delivered to clients.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DELIVERY_COUNT"
 },
-    "CamelAzureServiceBusEnqueuedSequenceNumber": { "index": 7, "kind": 
"header", "displayName": "", "group": "consumer", "label": "consumer", 
"required": false, "javaType": "long", "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Gets the enqueued 
sequence number assigned to a message by Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#ENQUEUED_SEQUENCE_NUMBER"
 },
-    "CamelAzureServiceBusEnqueuedTime": { "index": 8, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
this message was enqueued in Azure Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#ENQUEUED_TIME" 
},
-    "CamelAzureServiceBusExpiresAt": { "index": 9, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
this message will expire.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#EXPIRES_AT" },
-    "CamelAzureServiceBusLockToken": { "index": 10, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the lock token for the current 
message.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#LOCK_TOKEN" },
-    "CamelAzureServiceBusLockedUntil": { "index": 11, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
the lock of this message expires.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#LOCKED_UNTIL" 
},
-    "CamelAzureServiceBusMessageId": { "index": 12, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the identifier for the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#MESSAGE_ID" },
-    "CamelAzureServiceBusPartitionKey": { "index": 13, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the partition key for sending a 
message to a partitioned entity.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#PARTITION_KEY" 
},
-    "CamelAzureServiceBusRawAmqpMessage": { "index": 14, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "AmqpAnnotatedMessage", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The representation of 
message as defined by AMQP protocol.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#RAW_AMQP_MESSAGE"
 },
-    "CamelAzureServiceBusReplyTo": { "index": 15, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the address of an entity to send 
replies to.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#REPLY_TO" },
-    "CamelAzureServiceBusReplyToSessionId": { "index": 16, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets or sets a session identifier 
augmenting the ReplyTo address.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#REPLY_TO_SESSION_ID"
 },
-    "CamelAzureServiceBusSequenceNumber": { "index": 17, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the unique number assigned to a 
message by Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SEQUENCE_NUMBER"
 },
-    "CamelAzureServiceBusSessionId": { "index": 18, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the session id of the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SESSION_ID" },
-    "CamelAzureServiceBusSubject": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the subject for the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SUBJECT" },
-    "CamelAzureServiceBusTimeToLive": { "index": 20, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "Duration", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the duration before 
this message expires.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#TIME_TO_LIVE" 
},
-    "CamelAzureServiceBusTo": { "index": 21, "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Gets the to address.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#TO" },
-    "CamelAzureServiceBusScheduledEnqueueTime": { "index": 22, "kind": 
"header", "displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "(producer)Overrides the 
OffsetDateTime at which the message should appear in the Service Bus queue or 
topic. (consumer) Gets the scheduled enqueue time of this message.", 
"constantName": "org.apache.camel.component [...]
-    "CamelAzureServiceBusServiceBusTransactionContext": { "index": 23, "kind": 
"header", "displayName": "", "group": "producer", "label": "producer", 
"required": false, "javaType": "ServiceBusTransactionContext", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Overrides the transaction in service. This object just contains 
transaction id.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SERVICE_BUS_TRANSAC
 [...]
-    "CamelAzureServiceBusProducerOperation": { "index": 24, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusProducerOperationDefinition",
 "enum": [ "sendMessages", "scheduleMessages" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Overrides the desired operation to be used in the producer.", "constantName": 
"org.apache.ca [...]
+    "CamelAzureServiceBusDeadLetterErrorDescription": { "index": 2, "kind": 
"header", "displayName": "", "group": "consumer", "label": "consumer", 
"required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Gets the description for a message that has been dead-lettered.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_ERROR_DESCRIPTION"
 },
+    "CamelAzureServiceBusDeadLetterReason": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the reason a message was 
dead-lettered.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_REASON"
 },
+    "CamelAzureServiceBusDeadLetterSource": { "index": 4, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the name of the queue or 
subscription that this message was enqueued on, before it was dead-lettered.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DEAD_LETTER_SOURCE"
 },
+    "CamelAzureServiceBusDeliveryCount": { "index": 5, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the number of the times this 
message was delivered to clients.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#DELIVERY_COUNT"
 },
+    "CamelAzureServiceBusEnqueuedSequenceNumber": { "index": 6, "kind": 
"header", "displayName": "", "group": "consumer", "label": "consumer", 
"required": false, "javaType": "long", "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "Gets the enqueued 
sequence number assigned to a message by Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#ENQUEUED_SEQUENCE_NUMBER"
 },
+    "CamelAzureServiceBusEnqueuedTime": { "index": 7, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
this message was enqueued in Azure Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#ENQUEUED_TIME" 
},
+    "CamelAzureServiceBusExpiresAt": { "index": 8, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
this message will expire.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#EXPIRES_AT" },
+    "CamelAzureServiceBusLockToken": { "index": 9, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the lock token for the current 
message.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#LOCK_TOKEN" },
+    "CamelAzureServiceBusLockedUntil": { "index": 10, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the datetime at which 
the lock of this message expires.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#LOCKED_UNTIL" 
},
+    "CamelAzureServiceBusMessageId": { "index": 11, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the identifier for the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#MESSAGE_ID" },
+    "CamelAzureServiceBusPartitionKey": { "index": 12, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the partition key for sending a 
message to a partitioned entity.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#PARTITION_KEY" 
},
+    "CamelAzureServiceBusRawAmqpMessage": { "index": 13, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "AmqpAnnotatedMessage", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The representation of 
message as defined by AMQP protocol.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#RAW_AMQP_MESSAGE"
 },
+    "CamelAzureServiceBusReplyTo": { "index": 14, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the address of an entity to send 
replies to.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#REPLY_TO" },
+    "CamelAzureServiceBusReplyToSessionId": { "index": 15, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets or sets a session identifier 
augmenting the ReplyTo address.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#REPLY_TO_SESSION_ID"
 },
+    "CamelAzureServiceBusSequenceNumber": { "index": 16, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "long", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the unique number assigned to a 
message by Service Bus.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SEQUENCE_NUMBER"
 },
+    "CamelAzureServiceBusSessionId": { "index": 17, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the session id of the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SESSION_ID" },
+    "CamelAzureServiceBusSubject": { "index": 18, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets the subject for the message.", 
"constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SUBJECT" },
+    "CamelAzureServiceBusTimeToLive": { "index": 19, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "Duration", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Gets the duration before 
this message expires.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#TIME_TO_LIVE" 
},
+    "CamelAzureServiceBusTo": { "index": 20, "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Gets the to address.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#TO" },
+    "CamelAzureServiceBusScheduledEnqueueTime": { "index": 21, "kind": 
"header", "displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "(producer)Overrides the 
OffsetDateTime at which the message should appear in the Service Bus queue or 
topic. (consumer) Gets the scheduled enqueue time of this message.", 
"constantName": "org.apache.camel.component [...]
+    "CamelAzureServiceBusServiceBusTransactionContext": { "index": 22, "kind": 
"header", "displayName": "", "group": "producer", "label": "producer", 
"required": false, "javaType": "ServiceBusTransactionContext", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Overrides the transaction in service. This object just contains 
transaction id.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#SERVICE_BUS_TRANSAC
 [...]
+    "CamelAzureServiceBusProducerOperation": { "index": 23, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": 
"org.apache.camel.component.azure.servicebus.ServiceBusProducerOperationDefinition",
 "enum": [ "sendMessages", "scheduleMessages" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Overrides the desired operation to be used in the producer.", "constantName": 
"org.apache.ca [...]
+    "CamelAzureServiceBusCorrelationId": { "index": 24, "kind": "header", 
"displayName": "", "group": "common", "label": "common", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Gets or Sets a correlation 
identifier.", "constantName": 
"org.apache.camel.component.azure.servicebus.ServiceBusConstants#CORRELATION_ID"
 }
   },
   "properties": {
     "topicOrQueueName": { "index": 0, "kind": "path", "displayName": "Topic Or 
Queue Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", 
"configurationField": "configuration", "description": "Selected topic name or 
the queue name, that is depending on serviceBusType config. For exampl [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
index 0e57f2b9362..d7916bed1da 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "jslt",
     "title": "JSLT",
-    "description": "Query or transform JSON payloads using an JSLT.",
+    "description": "Query or transform JSON payloads using JSLT.",
     "deprecated": false,
     "firstVersion": "3.1.0",
     "label": "transformation",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/splunk-hec.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/splunk-hec.json
index 4a83f64c127..811771b2fb1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/splunk-hec.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/splunk-hec.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "splunk-hec",
     "title": "Splunk HEC",
-    "description": "The splunk component allows to publish events in Splunk 
using the HTTP Event Collector.",
+    "description": "The splunk component allows publishing events in Splunk 
using the HTTP Event Collector.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "monitoring",
diff --git 
a/components-starter/camel-jslt-starter/src/main/java/org/apache/camel/component/jslt/springboot/JsltComponentConfiguration.java
 
b/components-starter/camel-jslt-starter/src/main/java/org/apache/camel/component/jslt/springboot/JsltComponentConfiguration.java
index bced6c11e1e..0a91cea03c2 100644
--- 
a/components-starter/camel-jslt-starter/src/main/java/org/apache/camel/component/jslt/springboot/JsltComponentConfiguration.java
+++ 
b/components-starter/camel-jslt-starter/src/main/java/org/apache/camel/component/jslt/springboot/JsltComponentConfiguration.java
@@ -23,7 +23,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Query or transform JSON payloads using an JSLT.
+ * Query or transform JSON payloads using JSLT.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentConfiguration.java
 
b/components-starter/camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentConfiguration.java
index b2faa36e8c9..4b1165b6de8 100644
--- 
a/components-starter/camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentConfiguration.java
+++ 
b/components-starter/camel-splunk-hec-starter/src/main/java/org/apache/camel/component/splunkhec/springboot/SplunkHECComponentConfiguration.java
@@ -20,7 +20,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The splunk component allows to publish events in Splunk using the HTTP Event
+ * The splunk component allows publishing events in Splunk using the HTTP Event
  * Collector.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index fb03c8b8e2d..7f367421623 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3459,6 +3459,11 @@
         <artifactId>camel-openapi-java</artifactId>
         <version>4.5.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-openapi-rest-dsl-generator</artifactId>
+        <version>4.5.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-opensearch</artifactId>

Reply via email to