spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
379 stars 311 forks source link

CassandraCqlClusterParser incorrectly parses SocketOptions connection-timeout-millis [DATACASS-300] #471

Closed spring-projects-issues closed 4 years ago

spring-projects-issues commented 8 years ago

John Blum opened DATACASS-300 and commented

When parsing DataStax Java driver SocketOptions, the SD Cassandra CassandraCqlClusterParser expects the attribute name of the connection timeout property expressed in milliseconds to be called connection-timeout-mls, however both the spring-cql-1.0.xsd and the spring-cassandra-1.0.xsd define the attribute name of the socket-options element to be connection-timeout-millis


Affects: 1.4.2 (Hopper SR2)

Referenced from: pull request https://github.com/spring-projects/spring-data-cassandra/pull/66

spring-projects-issues commented 8 years ago

John Blum commented

This issues depends on DATACASS-298 and the fix is part of PR #66

spring-projects-issues commented 8 years ago

John Blum commented

Committed to master in revision 3d9835d for the Spring Data Cassandra 1.5 M1 (Ingalls) release