Browse Source

Polish

pull/11126/merge
Stephane Nicoll 8 years ago
parent
commit
97bb70cd0c
  1. 18
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

18
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -560,15 +560,6 @@ @@ -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 @@ @@ -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",

Loading…
Cancel
Save