mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
This commit improves the handling of asynchronous requests by offering a way to opt-in for the raw async result. This provides first class support for asserting a request that might still be in process as well as the asyncResult, if necessary. See gh-33040