datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
40 stars 28 forks source link

Increase version of datastax/driver-java to 4.9 #123

Closed JiriOndrusek closed 4 years ago

JiriOndrusek commented 4 years ago

Current version of datastax/driver-java is 4.8

It would be nice to use newer version in cassandra-quarkus. It would allow to create camel-quarkus extension for cassandraQL (https://github.com/apache/camel-quarkus/issues/1355).

For you information, it would be probably necessary to use version of driver-java, which contains fix of this issue: https://datastax-oss.atlassian.net/jira/software/c/projects/JAVA/issues/JAVA-2867

┆Issue is synchronized with this Jira Task by Unito

adutra commented 4 years ago

Hi thanks for reporting this. Indeed we need a fix for JAVA-2867, which is why we should upgrade the driver to 4.9. 4.9 is scheduled for next week so it shouldn't be long until this is fixed.