Deprecate Paho component and disable related flaky test on CI#23187
Deprecate Paho component and disable related flaky test on CI#23187apupier wants to merge 2 commits into
Conversation
davsclaus
left a comment
There was a problem hiding this comment.
oh that was too quick on my end. We should deprecate camel-paho, but keep the v5 as we need a dedicated MQTT client for camel.
Not sure if https://mosquitto.org/ they offer a client as there is a company that is active there
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
they are not providing a java client seems the only active Java client is HiveMQ https://github.com/hivemq/hivemq-mqtt-client |
|
okay so lets create a JIRA about that, and see what it takes to make a new camel-hivemq component as replacement for camel-mqtt. |
927f768 to
d898c0c
Compare
created https://issues.apache.org/jira/browse/CAMEL-23503 and updated PR to deprecate only the camel-paho which is based on mqtt3 protocol |
there were no new release since 2020 of the Java client, last non-regulatory commit was in 2022 Signed-off-by: Aurélien Pupier <apupier@ibm.com>
deprecated Signed-off-by: Aurélien Pupier <apupier@ibm.com>
d898c0c to
fa8b4cd
Compare
|
🧪 CI tested the following changed modules:
✅ POM dependency changes: targeted tests included Modules affected by dependency changes (4)
All tested modules (11 modules)
|
Description
there were no new release since 2020 of the Java client, last non-regulatory commit was in 2022
Disbale the related flaky tests CAMEL-23484
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.