Files
spring-integration/spring-integration-test-support/src
Artem Bilan ed544de72a Fix deprecation warnings in AMPQ module
* The `Confirm` in Spring AMQP is a `record` now, so not `isAck()` but just `ack()`
* The `MessageBatch` in Spring AMQP is a `record` now, so not `getMessage()`, but just `message()`
* Fix new deprecation warning for the `SingleRequestResponseScenarioTests`
2025-06-09 15:11:55 -04:00
..