GH-9618: Remove usage of ListenableFuture

Fixes: https://github.com/spring-projects/spring-integration/issues/9618
This commit is contained in:
Artem Bilan
2025-01-02 11:25:46 -05:00
parent 12ceaec096
commit 9d29bdf5b5
3 changed files with 10 additions and 29 deletions

View File

@@ -13,3 +13,8 @@ If you are interested in more details, see the Issue Tracker tickets that were r
In general the project has been moved to the latest dependency versions.
[[x6.5-general]]
== General Changes
The deprecated previously usage of `org.springframework.util.concurrent.ListenableFuture` has been removed in favor of `CompletableFuture`.