Browse Source

Remove outdated metadata for spring.data.cassandra.port

Closes gh-21418
pull/21440/head
Stephane Nicoll 6 years ago
parent
commit
8c4f185b98
  1. 9
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -539,15 +539,6 @@ @@ -539,15 +539,6 @@
"level": "error"
}
},
{
"name": "spring.data.cassandra.port",
"type": "java.lang.Integer",
"description": "Port of the Cassandra server.",
"deprecation": {
"reason": "each contact point must be of the form 'host:port'.",
"level": "error"
}
},
{
"name": "spring.data.cassandra.reconnection-policy",
"type": "java.lang.Class",

Loading…
Cancel
Save