DRAFT until 4.18.2 is released.

ref: JAVA-3118 – https://github.com/apache/cassandra-java-driver/pull/1931

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

Comment From: markpollack

@michaelsembwever Thanks! Any timeline you are aware of for the new release of the java driver? It isn't scheduled at part of a release in the github issue.

Comment From: michaelsembwever

Any timeline you are aware of for the new release of the java driver?

I think as soon as https://github.com/apache/cassandra-java-driver/pull/1931 lands then we'll start the 4.18.2 release. The release process itself takes 3-5 days, and ball-parking the PR maybe is a week or two away.

Comment From: michaelsembwever

btw, the -Dskip.vectorstore.cassandra=false is a real pita.

It creeps into everything :( and when you explicitly specify a test it's not intuitive behaviour

# this should work, it's pretty explicit in what it's asking for…
mvn failsafe:integration-test -Dit.test=CassandraVectorStoreIT