Pull request #41 introduced a configurable ProtocolVersion on CassandraCqlClusterFactoryBean. CqlTemplate, RowReaderPropertyAccessor and RowToListConverter use ProtocolVersion.NEWEST_SUPPORTED which should be replaced with an access the configured value. Investigate also for other methods which default to a ProtocolVersion to replace with the configured value
Mark Paluch opened DATACASS-276 and commented
Pull request #41 introduced a configurable
ProtocolVersion
onCassandraCqlClusterFactoryBean
.CqlTemplate
,RowReaderPropertyAccessor
andRowToListConverter
useProtocolVersion.NEWEST_SUPPORTED
which should be replaced with an access the configured value. Investigate also for other methods which default to aProtocolVersion
to replace with the configured valueReference URL: #49 (comment)
The text was updated successfully, but these errors were encountered: