oscerd opened a new pull request, #2831: URL: https://github.com/apache/camel-kamelets/pull/2831
## Summary - Consolidated `jms-amqp-10-ssl-source` and `jms-amqp-10-ssl-sink` into the existing `jms-amqp-10-source` and `jms-amqp-10-sink` kamelets - Updated descriptions to document SSL/TLS support via the `amqps://` URI scheme and transport query parameters - Removed 10 files: 2 kamelet YAMLs, 2 library copies, 2 doc partials, 4 pipe templates - Cleaned up `KameletPrefixSchemeEnum`, `KameletsCatalogTest`, and `nav.adoc` references The SSL variants were functionally identical to the non-SSL versions (same beans, template, and dependencies). SSL is handled entirely by the Qpid JMS client when the `amqps://` scheme is used in the `remoteURI`, making separate kamelets unnecessary. This aligns with how all other kamelets (Kafka, MongoDB, Elasticsearch, etc.) handle SSL as built-in optional configuration. ## Test plan - [x] Kamelet validator passes (`script/validator`) - [x] Full Maven build with tests passes (`mvn clean install`) - [ ] Verify existing AMQP 1.0 integrations work with both `amqp://` and `amqps://` schemes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
