lhotari opened a new pull request, #25085: URL: https://github.com/apache/pulsar/pull/25085
### Motivation Apache Qpid is currently used in Pulsar IO RabbitMQ connector unit tests. The problem with Qpid is that it doesn't run on Java 25. This is one of the obstacles for [switching to Java 25 for the CI build](https://lists.apache.org/thread/jg2rgqjznpbmyw5yqb84tsgd89w8w0fd). It's better to replace Qpid with real RabbitMQ running in Testcontainers. ### Modifications - replace Qpid in Pulsar IO RabbitMQ connector unit tests with RabbitMQ in Testcontainers - upgrade RabbitMQ client version from 5.18.0 to 5.28.0 ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> -- 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]
