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

…need the endpoint to be proactively resolved Refactor existing usages of EndPoint#resolve to use retrieve when resolved ip addresses are not needed. Taken over from https://github.com/apache/cassandra-java-driver/pull/1735.

Since the driver's default implementation is for BatchStatement#add* methods to be immutable, we should annotate those methods with @CheckReturnValue

The motivation for the PR is that in my project while using environment variables for the configuration via a Helm chart, I am unable to pass an array as an...

Zipkin found the following crash when running a docker container that uses this driver on Apple Silicon. Note: the problem doesn't happen when run via java directly on the host....

I implemented the retry mechanism in two ways. Apart from the current one, the following also works: ```java @NonNull protected BufferedReader fetchProxyMetadata( @NonNull URL metadataServiceUrl, @NonNull SSLContext sslContext) throws IOException...

[JAVA-3055](https://datastax-oss.atlassian.net/browse/JAVA-3055) CqlPrepareAsyncProcessor must handle cancellations of the returned Future [JAVA-3055]: https://datastax-oss.atlassian.net/browse/JAVA-3055?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

There was a critical issue in the driver that may occur when the external code cancels a request, indeed the CompletableFuture will then always throw a CancellationException. This could occur...

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...

dependencies