Skip to content

Commit 19221f0

Browse files
committed
Deprecate spring.cassandra.ssl configuration property
Deprecate the `spring.cassandra.ssl` configuration property in favor of `spring.cassandra.ssl.enabled`. See gh-25602
1 parent 2789aeb commit 19221f0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,14 @@
542542
"name": "spring.cassandra.request.timeout",
543543
"defaultValue": "2s"
544544
},
545+
{
546+
"name": "spring.cassandra.ssl",
547+
"type": "java.lang.Boolean",
548+
"deprecation": {
549+
"replacement": "spring.cassandra.ssl.enabled",
550+
"level": "error"
551+
}
552+
},
545553
{
546554
"name": "spring.couchbase.bootstrap-hosts",
547555
"type": "java.util.List<java.lang.String>",
@@ -905,7 +913,7 @@
905913
"name": "spring.data.cassandra.ssl",
906914
"type": "java.lang.Boolean",
907915
"deprecation": {
908-
"replacement": "spring.cassandra.ssl",
916+
"replacement": "spring.cassandra.ssl.enabled",
909917
"level": "error"
910918
}
911919
},

0 commit comments

Comments
 (0)