oscerd opened a new pull request, #2882: URL: https://github.com/apache/camel-kamelets/pull/2882
## Summary Follow-up to #2879 (merged). That PR 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`, leaving a duplicate entry. @apupier spotted it while reviewing #2881. This removes the redundant descriptor so each property lists `urn:camel:group:credentials` exactly once. ## Affected - `crypto-encrypt-action` — `key` - `crypto-decrypt-action` — `key` - `spring-rabbitmq-sink` — `password` - `spring-rabbitmq-source` — `password` ## Verification - Catalog-wide check: **no property has duplicate `x-descriptors`** across the 250 Kamelets. - `script/validator` over all 250 Kamelets: no errors. - All four files parse as valid YAML. > Note: the "duplicate x-descriptors" class of bug would be caught automatically by a validator rule; #2881 already hardens `script/validator` and a dedup rule is noted there as a natural follow-up. --- _AI-generated by Claude Code on behalf of Andrea Cosentino (@oscerd)._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
