diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 2fffd1e66c1..60a8771b9d2 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -560,15 +560,6 @@ "reason": "Endpoint identifier is no longer customizable.","level": "error" } }, - { - "name": "endpoints.flyway.path", - "type": "java.lang.String", - "description": "Endpoint URL path.", - "deprecation": { - "replacement": "management.endpoints.web.path-mapping.flyway", - "level": "error" - } - }, { "name": "endpoints.flyway.sensitive", "type": "java.lang.Boolean", @@ -787,15 +778,6 @@ "level": "error" } }, - { - "name": "endpoints.liquibase.path", - "type": "java.lang.String", - "description": "Endpoint URL path.", - "deprecation": { - "replacement": "management.endpoints.web.path-mapping.liquibase", - "level": "error" - } - }, { "name": "endpoints.liquibase.sensitive", "type": "java.lang.Boolean",