Skip to content

Commit a076adb

Browse files
committed
Add deprecated metadata for remote debug support
See gh-10076
1 parent 8a12a6c commit a076adb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"properties": [
3+
{
4+
"name": "spring.devtools.remote.debug.enabled",
5+
"type": "java.lang.Boolean",
6+
"description": "Enable remote debug support.",
7+
"defaultValue": true,
8+
"deprecation": {
9+
"reason": "Remote debug is no longer supported.",
10+
"level": "error"
11+
}
12+
},
13+
{
14+
"name": "spring.devtools.remote.debug.local-port",
15+
"type": "java.lang.Integer",
16+
"description": "Local remote debug server port.",
17+
"defaultValue": 8000,
18+
"deprecation": {
19+
"reason": "Remote debug is no longer supported.",
20+
"level": "error"
21+
}
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)