Skip to content

Commit 80793b3

Browse files
committed
Cleanup additional meta-data
The new endpoint infrastructure does not provide a `path` property so the manual metadata for older endpoints have been removed.
1 parent 83e81e1 commit 80793b3

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

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

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
{"properties": [
2-
{
3-
"name": "endpoints.autoconfig.path",
4-
"type": "java.lang.String",
5-
"description": "Endpoint URL path."
6-
},
7-
{
8-
"name": "endpoints.beans.path",
9-
"type": "java.lang.String",
10-
"description": "Endpoint URL path."
11-
},
122
{
133
"name": "endpoints.configprops.keys-to-sanitize",
144
"type": "java.lang.String[]",
@@ -23,16 +13,6 @@
2313
"vcap_services"
2414
]
2515
},
26-
{
27-
"name": "endpoints.configprops.path",
28-
"type": "java.lang.String",
29-
"description": "Endpoint URL path."
30-
},
31-
{
32-
"name": "endpoints.dump.path",
33-
"type": "java.lang.String",
34-
"description": "Endpoint URL path."
35-
},
3616
{
3717
"name": "endpoints.env.keys-to-sanitize",
3818
"type": "java.lang.String[]",
@@ -47,27 +27,12 @@
4727
"vcap_services"
4828
]
4929
},
50-
{
51-
"name": "endpoints.info.path",
52-
"type": "java.lang.String",
53-
"description": "Endpoint URL path."
54-
},
55-
{
56-
"name": "endpoints.mappings.path",
57-
"type": "java.lang.String",
58-
"description": "Endpoint URL path."
59-
},
6030
{
6131
"name": "endpoints.metrics.filter.enabled",
6232
"type": "java.lang.Boolean",
6333
"description": "Enable the metrics servlet filter.",
6434
"defaultValue": true
6535
},
66-
{
67-
"name": "endpoints.trace.path",
68-
"type": "java.lang.String",
69-
"description": "Endpoint URL path."
70-
},
7136
{
7237
"name": "endpoints.trace.filter.enabled",
7338
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)