Skip to content

Commit cefcdcf

Browse files
committed
Polish RequestMatcherProvider deprecation javadoc
See gh-gh-29596
1 parent 3e0dc8f commit cefcdcf

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
*
2525
* @author Madhura Bhave
2626
* @since 2.0.5
27-
* @deprecated since 3.5.0 for removal in 3.8.0 in favor of
28-
* {@code org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider}
27+
* @deprecated since 3.5.0 for removal in 3.7.0 in favor of
28+
* {@code org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider}
2929
*/
3030
@Deprecated(since = "3.5.0", forRemoval = true)
3131
@FunctionalInterface

0 commit comments

Comments
 (0)