Skip to content

Commit

Permalink
build.xml: update scylla-driver-core to 3.11.5.2
Browse files Browse the repository at this point in the history
ScyllaDB Java Driver 3.11.5.2 adds tablet awareness to the driver.
Update the version of the driver in scylla-tools-java so that
cassandra-stress can take advantage of this new functionality.

Before releasing Java Driver 3.11.5.2 we ran several tests with
cassandra-stress to make sure that it's stable (under tablet migration,
topology changes) and that there is no performance regression.
(more details here: scylladb/java-driver#237 (comment))

Closes: #381
  • Loading branch information
avelanarius authored and denesb committed Mar 8, 2024
1 parent e4878ae commit d61296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<!-- default version and SCM information -->
<property name="base.version" value="3.11.13"/>
<property name="base.javaDriverVersion" value="3.11.5.1"/>
<property name="base.javaDriverVersion" value="3.11.5.2"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
Expand Down

0 comments on commit d61296d

Please sign in to comment.