From cefcdcfdd0bbb09b4bf8ddb0928f550f25cbefb0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Feb 2025 07:44:47 +0000 Subject: [PATCH] Polish RequestMatcherProvider deprecation javadoc See gh-gh-29596 --- .../security/servlet/RequestMatcherProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java index 9ac916344b..62745e4ef0 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java @@ -24,8 +24,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher; * * @author Madhura Bhave * @since 2.0.5 - * @deprecated since 3.5.0 for removal in 3.8.0 in favor of - * {@code org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider} + * @deprecated since 3.5.0 for removal in 3.7.0 in favor of + * {@code org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider} */ @Deprecated(since = "3.5.0", forRemoval = true) @FunctionalInterface