mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
24bbc6d80d
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