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 cdceafb81 chore: remove duplicate credentials x-descriptor (#2882)
cdceafb81 is described below

commit cdceafb8139b79d03e458098fbc550d679f5e90b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 25 18:26:40 2026 +0200

    chore: remove duplicate credentials x-descriptor (#2882)
    
    #2879 converted the deprecated urn:alm:descriptor:com.tectonic.ui:password
    x-descriptor to urn:camel:group:credentials on four properties that already
    carried the canonical urn:camel:group:credentials descriptor, leaving a
    duplicate entry (spotted by @apupier on #2881). Remove the redundant line so
    each property lists the credentials descriptor once.
    
    Affected: crypto-encrypt-action, crypto-decrypt-action, 
spring-rabbitmq-sink,
    spring-rabbitmq-source. A catalog-wide check confirms no property has
    duplicate x-descriptors.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
 kamelets/crypto-decrypt-action.kamelet.yaml  | 1 -
 kamelets/crypto-encrypt-action.kamelet.yaml  | 1 -
 kamelets/spring-rabbitmq-sink.kamelet.yaml   | 1 -
 kamelets/spring-rabbitmq-source.kamelet.yaml | 1 -
 4 files changed, 4 deletions(-)

diff --git a/kamelets/crypto-decrypt-action.kamelet.yaml 
b/kamelets/crypto-decrypt-action.kamelet.yaml
index 2b9eab172..6cad60c4c 100644
--- a/kamelets/crypto-decrypt-action.kamelet.yaml
+++ b/kamelets/crypto-decrypt-action.kamelet.yaml
@@ -48,7 +48,6 @@ spec:
         format: password
         x-descriptors:
           - urn:camel:group:credentials
-          - urn:camel:group:credentials
   dependencies:
     - "camel:kamelet"
     - "camel:core"
diff --git a/kamelets/crypto-encrypt-action.kamelet.yaml 
b/kamelets/crypto-encrypt-action.kamelet.yaml
index d4d4e3b7e..18720825c 100644
--- a/kamelets/crypto-encrypt-action.kamelet.yaml
+++ b/kamelets/crypto-encrypt-action.kamelet.yaml
@@ -48,7 +48,6 @@ spec:
         format: password
         x-descriptors:
           - urn:camel:group:credentials
-          - urn:camel:group:credentials
   dependencies:
     - "camel:kamelet"
     - "camel:core"
diff --git a/kamelets/spring-rabbitmq-sink.kamelet.yaml 
b/kamelets/spring-rabbitmq-sink.kamelet.yaml
index f0d389246..732d150ca 100644
--- a/kamelets/spring-rabbitmq-sink.kamelet.yaml
+++ b/kamelets/spring-rabbitmq-sink.kamelet.yaml
@@ -64,7 +64,6 @@ spec:
         format: password
         x-descriptors:
         - urn:camel:group:credentials
-        - urn:camel:group:credentials
       exchangeName:
         title: Exchange name
         description: The exchange name determines the exchange the queue is 
bound to.
diff --git a/kamelets/spring-rabbitmq-source.kamelet.yaml 
b/kamelets/spring-rabbitmq-source.kamelet.yaml
index 5d8a234c3..21dcbbee0 100644
--- a/kamelets/spring-rabbitmq-source.kamelet.yaml
+++ b/kamelets/spring-rabbitmq-source.kamelet.yaml
@@ -64,7 +64,6 @@ spec:
         format: password
         x-descriptors:
         - urn:camel:group:credentials
-        - urn:camel:group:credentials
       exchangeName:
         title: Exchange name
         description: The exchange name determines the exchange the queue is 
bound to.

Reply via email to