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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1f529652f Regen for commit dd3842da557a1f9b32fbc69a2f8ea9df2fd05c7b 
(#2887)
1f529652f is described below

commit 1f529652fd99d6892553b67e31d84ee2e6b90512
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 14:51:09 2026 +0200

    Regen for commit dd3842da557a1f9b32fbc69a2f8ea9df2fd05c7b (#2887)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: oscerd <[email protected]>
---
 .../src/main/resources/kamelets/pulsar-sink.kamelet.yaml       |  6 ------
 .../src/main/resources/kamelets/slack-sink.kamelet.yaml        | 10 ----------
 2 files changed, 16 deletions(-)

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 8456e058b..8856e601e 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
@@ -112,11 +112,6 @@ spec:
         description: "Size of the pending massages queue. When the queue is 
full, by default, any further sends will fail unless blockIfQueueFull=true."
         type: integer
         default: 1000
-      maxPendingMessagesAcrossPartitions:
-        title: Maximum Pending Messages Across Partitions
-        description: "The maximum number of pending messages for partitioned 
topics. The `maxPendingMessages` value is reduced if (number of partitions 
`maxPendingMessages`) exceeds this value. Partitioned topics have a pending 
message queue for each partition."
-        type: integer
-        default: 50000
       messageRoutingMode:
         title: Message Routing Mode
         description: "Message Routing Mode to use."
@@ -151,7 +146,6 @@ spec:
               initialSequenceId: "{{?initialSequenceId}}"
               lazyStartProducer: "{{?lazyStartProducer}}"
               maxPendingMessages: "{{?maxPendingMessages}}"
-              maxPendingMessagesAcrossPartitions: 
"{{?maxPendingMessagesAcrossPartitions}}"
               messageRoutingMode: "{{?messageRoutingMode}}"
               producerName: "{{?producerName}}"
               sendTimeoutMs: "{{?sendTimeoutMs}}"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml
index bf4d52927..9367d6f95 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-sink.kamelet.yaml
@@ -48,14 +48,6 @@ spec:
         format: password
         x-descriptors:
         - urn:camel:group:credentials
-      iconEmoji:
-        title: Icon Emoji
-        description: Use a Slack emoji as an avatar.
-        type: string
-      iconUrl:
-        title: Icon URL
-        description: The avatar to use when sending a message to a channel or 
user.
-        type: string
   types:
     out:
       mediaType: application/json
@@ -71,5 +63,3 @@ spec:
           uri: "slack:{{channel}}"
           parameters:
             webhookUrl: "{{webhookUrl}}"
-            iconEmoji: "{{?iconEmoji}}"
-            iconUrl: "{{?iconUrl}}"

Reply via email to