1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Deprecate MvcRequestMatcher

Closes gh-16631
This commit is contained in:
Josh Cummings
2025-03-24 22:03:22 -06:00
parent 6927566668
commit 05fdcd6a08
3 changed files with 117 additions and 196 deletions
@@ -46,7 +46,9 @@ import org.springframework.web.util.UrlPathHelper;
* @author Eddú Meléndez
* @author Evgeniy Cheban
* @since 4.1.1
* @deprecated Please use {@link PathPatternRequestMatcher} instead
*/
@Deprecated(forRemoval = true)
public class MvcRequestMatcher implements RequestMatcher, RequestVariablesExtractor {
private final DefaultMatcher defaultMatcher = new DefaultMatcher();