Add deprecated metadata for Sendgrid

See gh-10076
This commit is contained in:
Stephane Nicoll 2017-08-25 16:24:29 +02:00
parent b57e66fbe5
commit 64231eaa9e
1 changed files with 18 additions and 0 deletions

View File

@ -916,6 +916,24 @@
"level": "error"
}
},
{
"name": "spring.sendgrid.password",
"type": "java.lang.String",
"description": "SendGrid password.",
"deprecation": {
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
"level": "error"
}
},
{
"name": "spring.sendgrid.username",
"type": "java.lang.String",
"description": "SendGrid username. Alternative to api key.",
"deprecation": {
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
"level": "error"
}
},
{
"name": "spring.session.jdbc.initializer.enabled",
"type": "java.lang.Boolean",