mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Since ListenableFuture callbacks are invoked after the future is set, we cannot rely on callbacks having taken place right after a call to future.get(). This change adds a CountdownLatch to detect when the callbacks were invoked. Issue: SPR-12538