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

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.5 to 2.15.0. Changelog Sourced from com.fasterxml.jackson.core:jackson-core's changelog. #release configuration #Sun Apr 23 14:19:10 PDT 2023 scm.commentPrefix=[maven-release-plugin] exec.pomFileName=pom.xml pushChanges=false releaseStrategyId=default project.dev.com.fasterxml.jackson.core:jackson-core=2.15.1-SNAPSHOT project.scm.com.fasterxml.jackson.core:jackson-core.connection=scm:git:[email protected]:FasterXML/jackson-core.git scm.tag=jackson-core-2.15.0 remoteTagging=true project.scm.com.fasterxml.jackson.core:jackson-core.developerConnection=scm:git:[email protected]:FasterXML/jackson-core.git exec.additionalArguments=-Prelease scm.branchCommitComment=@{prefix}...

dependencies
java

Reordered writes in ClockSeqAndNodeContainer.get() to assign `val` before setting the volatile `initialized` flag. The updated sequence ensures `val` is fully constructed and visible before publication via the volatile write.

This change fixes random failures by removing `MicrometerMetricsIT`, `MicroProfileMetricsIT` and `DropwizardMetricsIT` from the `ParallelizableTests` category. It is not the only solution but seems to be the simplest workaround. The reasoning...

Goal is to unify ordering clause support in the query builder into a single OrderingClause entity. This will enable future implementations to completely manage the structure of "ORDER BY" clauses...

Fixes [CASSJAVA-73](https://issues.apache.org/jira/browse/CASSJAVA-73).

This PR is somewhat based on discussions on https://lists.apache.org/thread/9sms1sk8fd739mp7699wrbj0vnd0kzd1 If an application wants to use OpenJDK CRaC it must terminate all connections to nodes before checkpoint. Here we expose a...

- Added the 4.18+ docs link to the README. - Fixed a broken link for Astra.

We may want to hold on actually merging this until 4.19.2 has been published (so we can link to it).

Several things this PR do: 1. Fix the broken Java doc and broken links in the existing manual 2. mkdocs config e..g mkdocs.yaml, folder `docs` of symbol links as mkdocs'...