diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index d6b3ab6a24..404163ff18 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -542,6 +542,14 @@ "name": "spring.cassandra.request.timeout", "defaultValue": "2s" }, + { + "name": "spring.cassandra.ssl", + "type": "java.lang.Boolean", + "deprecation": { + "replacement": "spring.cassandra.ssl.enabled", + "level": "error" + } + }, { "name": "spring.couchbase.bootstrap-hosts", "type": "java.util.List", @@ -905,7 +913,7 @@ "name": "spring.data.cassandra.ssl", "type": "java.lang.Boolean", "deprecation": { - "replacement": "spring.cassandra.ssl", + "replacement": "spring.cassandra.ssl.enabled", "level": "error" } },