You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both TaskExecutorBuilder and TaskExecutorCustomizer are aimed at ThreadPoolTaskExecutor. We should review them with virtual threads in mind. I suspect we may end up with some new classes that are aimed at SimpleAsyncTaskExecutor which provides virtual thread support. If we take that route, we may want to rename the existing builder and customiser to ThreadPoolTaskExecutorBuilder and ThreadPoolTaskExecutorCustomizer.