-
Notifications
You must be signed in to change notification settings - Fork 5.1k
22578 upgrade artemis to 2.44 and deprecate stomp component #19819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
|
/component-test jms activemq activemq6 paho sjms stomp amqp cxf sjms2 Result ❌ The tests failed please check the logs |
|
🤖 The Apache Camel test robot will run the tests for you 👍 |
|
component test build requires to have 4.17.0-SNAPSHOT published a first time before being able to run |
with artemis 2.43+, the tests are no more passing altogether (but passing one by one). So kept a single one during the deprecation phase. The stomp protocol and the client implementation didn't had any updates in 10 years Signed-off-by: Aurélien Pupier <apupier@ibm.com>
it allows to reactivate JMS test with Java 25 Signed-off-by: Aurélien Pupier <apupier@ibm.com>
31c7e64 to
961b3d0
Compare
|
/component-test jms activemq activemq6 paho sjms stomp amqp cxf sjms2 Result ✅ The tests passed successfully |
|
🤖 The Apache Camel test robot will run the tests for you 👍 |
1 similar comment
|
🤖 The Apache Camel test robot will run the tests for you 👍 |
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.