parent
05fb37d046
commit
111e710576
|
@ -238,6 +238,7 @@ public class WebMvcAutoConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@SuppressWarnings("removal")
|
||||||
public void configurePathMatch(PathMatchConfigurer configurer) {
|
public void configurePathMatch(PathMatchConfigurer configurer) {
|
||||||
if (this.mvcProperties.getPathmatch()
|
if (this.mvcProperties.getPathmatch()
|
||||||
.getMatchingStrategy() == WebMvcProperties.MatchingStrategy.ANT_PATH_MATCHER) {
|
.getMatchingStrategy() == WebMvcProperties.MatchingStrategy.ANT_PATH_MATCHER) {
|
||||||
|
|
|
@ -431,7 +431,10 @@ public class WebMvcProperties {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use the {@code AntPathMatcher} implementation.
|
* Use the {@code AntPathMatcher} implementation.
|
||||||
|
* @deprecated since 4.0.0 for removal in 4.2.0 in favor of
|
||||||
|
* {@link #PATH_PATTERN_PARSER}
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "4.0.0", forRemoval = true)
|
||||||
ANT_PATH_MATCHER,
|
ANT_PATH_MATCHER,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue