Stephen Duncan Jr opened SPR-11282 and commented
The documentation for SimpleAsyncTaskExecutor says to consider using a thread-pooling TaskExecutor, but there's no other task executor that implements AsyncListenableTaskExecutor. ThreadPoolTaskExecutor should implement AsyncListentableTaskExecutor so that it's easy to configure an AsyncRestTemplate to use a thread-pool.
Affects: 4.0 GA