Remove deprecated metadata for spring.pidfile
This commit is contained in:
parent
3d1f8aa8d7
commit
dc75f13754
|
|
@ -214,15 +214,6 @@
|
|||
"deprecation": {
|
||||
"replacement": "spring.info.git.location"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.pidfile",
|
||||
"type": "java.lang.String",
|
||||
"description": "Location of the PID file to write (if ApplicationPidFileWriter is used).",
|
||||
"sourceType": "org.springframework.boot.actuate.system.ApplicationPidFileWriter",
|
||||
"deprecation": {
|
||||
"replacement": "spring.pid.file"
|
||||
}
|
||||
}
|
||||
],"hints": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue