Since 2.5.0,
spring.data.cassandra.connection.connect-timeout
andspring.data.cassandra.connection.connection-timeout
are listed in the reference document, but the latter does not exists in CassandraProperties.java.
I think it is caused by a small typo in 9b0cdac97aded723ef003cd9c503a9792e586848.
- Reference documents
- Property Class
Comment From: snicoll
We should figure out why the metadata validation tests that I run prior to a new feature release didn't catch this.
Comment From: snicoll
For the above, it wouldn't have. I mistakenly thought it was a problem with an enum not having a default value but that's something else entirely.
Comment From: snicoll
@hak7a3 thank you for making your first contribution to Spring Boot.