Skip to content

Commit 64231ea

Browse files
committed
Add deprecated metadata for Sendgrid
See gh-10076
1 parent b57e66f commit 64231ea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+18
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,24 @@
916916
"level": "error"
917917
}
918918
},
919+
{
920+
"name": "spring.sendgrid.password",
921+
"type": "java.lang.String",
922+
"description": "SendGrid password.",
923+
"deprecation": {
924+
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
925+
"level": "error"
926+
}
927+
},
928+
{
929+
"name": "spring.sendgrid.username",
930+
"type": "java.lang.String",
931+
"description": "SendGrid username. Alternative to api key.",
932+
"deprecation": {
933+
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
934+
"level": "error"
935+
}
936+
},
919937
{
920938
"name": "spring.session.jdbc.initializer.enabled",
921939
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)