mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit ensures that `InvocableHandlerMethod` executes the method on the desired thread if a non-blocking thread is specified, even in the case where arguments resolution happens on a different thread. This is notably the case if the method body is resolved as an input argument to the controller method (`@RequestBody`). Closes gh-32502