gnodet commented on PR #25913: URL: https://github.com/apache/camel/pull/25913#issuecomment-5532250671
## Full camel-jms test suite results with IBM MQ `10.0.0.0-r4` Ran on Mac M4 Max, Docker Desktop with QEMU x86_64 emulation, JDK 26, `@DisabledOnOs`/`@DisabledIfSystemProperty` conditions deactivated to force IBM MQ tests to run. | Surefire execution | Tests | Passed | Failed | Errors | Skipped | Result | |---|---|---|---|---|---|---| | default-test | 444 | 435 | 0 | 0 | 9 | ✅ | | serials-test | 17 | 17 | 0 | 0 | 0 | ✅ | | exclusive-test | 2 | 2 | 0 | 0 | 0 | ✅ | | **Total** | **463** | **454** | **0** | **0** | **9** | **✅** | All IBM MQ-specific tests pass: - `JmsComponentIbmMQTest` — ✅ (29s) - `JmsReplyToIbmMQTest` — ✅ (<1s, reuses the container from the previous test) The JMS header handling (PR #25232 fix for vendor-prefixed properties) works correctly with `r4` — no header regression. The 9 skipped tests are pre-existing skips (manual tests, passthrough strategy tests). **Conclusion:** `10.0.0.0-r4` is a safe upgrade — no regressions across the full 463-test JMS suite. -- 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]
