java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

DataStax Java Driver for Apache Cassandra

Results 92 java-driver issues
Sort by recently updated
recently updated
newest added

Update Maven Central search to correct group ID for `org.apache.cassandra` instead of `com.datastax.oss`

it should start with three backticks not four of them. otherwise sphinx warns like: ``` /home/kefu/dev/cassandra-java-driver/docs/_source/manual/mapper/daos/getentity/index.md:111: WARNING: Lexing literal_block '@GetEntity\nProduct asProduct(Row row);\n\n@GetEntity\nProduct firstR owAsProduct(ResultSet resultSet);\n```\n\n' as "java" resulted in an...

Hi, this PR fixes the warning log spam when cancelling queries after the maximum orphan limit has been reached. ``` 2024-06-04 05:36:38 UTC WARNING [] [, UncaughtExceptions] Uncaught exception in...

JIRA Links: - https://datastax-oss.atlassian.net/browse/JAVA-3109 - https://datastax-oss.atlassian.net/browse/JAVA-2980

This is the PR for 4.x. I will change the docker image name later. Closing https://github.com/apache/cassandra-java-driver/pull/1943 because in that PR I chose the wrong branch.

It is follow up for https://github.com/apache/cassandra-java-driver/pull/1720 If `super.after()` throws an Exception `CURRENT` flag is never dropped which leads next tests with `CustomCcmMRule` to fail with `IllegalStateException("Attempting to use a Ccm...

Refactored integration tests to be able to support multiple C* distributions (not only DSE vs. OSS).