chore(camel-test-infra-ibmmq): upgrade ibm.mq.container to 9.4.5.0-r1#21892
chore(camel-test-infra-ibmmq): upgrade ibm.mq.container to 9.4.5.0-r1#21892github-actions[bot] wants to merge 4 commits intomainfrom
Conversation
Update ibm.mq.container from 9.3.2.0-r2 to 9.4.5.0-r1
|
/component-test camel-jms |
|
/component-test camel-jms Result ❌ The tests failed please check the logs |
|
🤖 The Apache Camel test robot will run the tests for you 👍 |
|
/component-test camel-jms |
|
/component-test camel-jms Result ❌ The tests failed please check the logs |
|
test error: |
|
try also to test locally |
|
/update-branch |
…-mq-container-9.4.5.0-r1-18
|
✅ Branch updated successfully by merging |
|
/component-test camel-jms |
|
❌ |
|
/update-branch |
…-mq-container-9.4.5.0-r1-18
|
✅ Branch updated successfully by merging |
|
/component-test camel-jms |
|
❌
|
|
Local test results for IBM MQ 9.4.5.0-r1: Both IBM MQ 9.4.x enforces authentication by default, while 9.3.x allowed unauthenticated developer connections on
This PR is not safe to merge without updating the test infrastructure for the new security requirements. |
IBM MQ 9.4.x enforces authentication by default, unlike 9.3.x which allowed unauthenticated developer connections. Add MQ_APP_PASSWORD env var to the container and MQCSP auth credentials to ConnectionFactoryHelper. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
I've verified the IBM MQ 9.4.5.0-r1 upgrade locally with Docker — both Issue: IBM MQ 9.4.x enforces authentication by default (MQRC_NOT_AUTHORIZED 2035), unlike 9.3.x which allowed unauthenticated developer connections. Fix: The additional commit (
About the CI failures: The build step passes, but the test step fails due to unrelated Artemis-based JMS tests ( |
gnodet
left a comment
There was a problem hiding this comment.
Verified locally — both JmsComponentIbmMQTest and JmsReplyToIbmMQTest pass with IBM MQ 9.4.5.0-r1. The authentication changes (MQ_APP_PASSWORD, USER_AUTHENTICATION_MQCSP, credentials in ConnectionFactoryHelper) are correct and necessary for MQ 9.4.x which enforces authentication by default.
This PR updates the
ibm.mq.containercontainer image to version9.4.5.0-r1.Update Details
ibm.mq.containericr.io/ibm-messaging/mq/home/runner/work/camel/camel/test-infra/camel-test-infra-ibmmq/src/main/resources/org/apache/camel/test/infra/ibmmq/services/container.properties9.3.2.0-r29.4.5.0-r1Verification
Please verify:
Run the following to verify:
This PR was automatically created by the Container Version Upgrade workflow.