mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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