mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
acd34df0d5
BlockingExecutionConfigurer#setExecutor takes an AsyncTaskExecutor not an Executor as the documentation states. With this commit, this has been corrected. Closes gh-31150