Browse Source

Add deprecated metadata for Sendgrid

See gh-10076
pull/10077/merge
Stephane Nicoll 9 years ago
parent
commit
64231eaa9e
  1. 18
      spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -916,6 +916,24 @@ @@ -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",

Loading…
Cancel
Save