diff --git a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 481875972b3..7658d09d7cc 100644 --- a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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",