Remove deprecated metadata for spring.pidfile

This commit is contained in:
Stephane Nicoll 2017-02-05 09:26:32 +01:00
parent 3d1f8aa8d7
commit dc75f13754
1 changed files with 0 additions and 9 deletions

View File

@ -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": [
{