Files
spring-integration/spring-integration-ip/src
abilan 070d1868e5 use CompleteToListeFutureAdapter in TcpOutGateway
The `TcpOutboundGateway` deals internally with a `CompletableFuture`.
However, the `AbstractMessageProducingHandler` cannot handle them until `6.0`.

* Use `CompletableToListenableFutureAdapter` to produce a reply from `TcpOutboundGateway`
which can be handled properly in the `AbstractMessageProducingHandler`
2023-01-23 11:35:23 -05:00
..