Files
spring-integration/spring-integration-core/src
Artem Bilan f276af9fb7 Fix another LockRequestHandlerAdviceTests race condition
There is no guarantee which message would reach the service first when we use `asyncConvertSendAndReceive()`.

* Add `config.longProcessEnteredLatch` to wait before sending the second (fourth in our case) message
until the long-running process against the first (third in our case) message has been started.
2025-04-09 13:45:42 -04:00
..