Commit 97bb70cd authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 0a5f064d
...@@ -560,15 +560,6 @@ ...@@ -560,15 +560,6 @@
"reason": "Endpoint identifier is no longer customizable.","level": "error" "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", "name": "endpoints.flyway.sensitive",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
...@@ -787,15 +778,6 @@ ...@@ -787,15 +778,6 @@
"level": "error" "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", "name": "endpoints.liquibase.sensitive",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment