From 25a2888be5353412dd7e492429f74cec6f1d0adf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Dec 2021 10:45:21 +0100 Subject: [PATCH] Fix default value of spring.mvc.pathmatch.matching-strategy property Closes gh-28936 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 9b5f00bcc5e4..4ee9a6122fbc 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1631,7 +1631,7 @@ }, { "name": "spring.mvc.pathmatch.matching-strategy", - "defaultValue": "ant-path-matcher" + "defaultValue": "path-pattern-parser" }, { "name": "spring.neo4j.security.trust-strategy",