mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0ccf5e19aa
Setting path variables (and making sure they are available in a HandlerFunction) is more convenient with MockServerRequest than having to set attributes in MockServerWebExchange. This commit removes MockServerRequest's deprecation. Closes gh-25087