In case someone needs to specify default CoroutineContext for all WebMvc calls, he can use this trick. If we can override invokeSuspendingFunction, we do not have to duplicate so much code.
Comment From: lukas-krecan
Related PR https://github.com/spring-projects/spring-framework/pull/27193