Currently we log this in WebAsyncManager and similar warning exists in ReactiveTypeHandler too:
!!!
An Executor is required to handle java.util.concurrent.Callable return values.
Please, configure a TaskExecutor in the MVC config under "async support".
The SimpleAsyncTaskExecutor currently in use is not suitable under load.
-------------------------------
Request URI: '/'
!!!
This should not be logged if using virtual threads.