mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ff844ed99f
This commit isolates the invocation of Kotlin coroutines into a separate template method, so that it can be overridden in subclasses of RequestMappingHandlerAdapter. Closes gh-27195