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

ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver

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

Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.76 to 1.78. Changelog Sourced from org.bouncycastle:bcprov-jdk18on's changelog. 2.1.1 Version Date:      2024, TBD. 2.2.1 Version Date:      2024, 18th April. 2.3.1 Version Release: 1.78 Date:      2024, 7th April....

dependencies
java

`PeersV2NodeRefreshIT#should_successfully_send_peers_v2_node_refresh_query` integration test does not close its test session, leading to leaks when integration tests suite is executed in CI. This affects `SessionLeakIT#should_warn_when_session_count_exceeds_threshold` test, which sees the leaked session and...

Running the [scylla-5.2/driver-tests/java-driver-matrix-test#38](https://argus.scylladb.com/test/688b82d4-ad53-4e40-bcd1-fc77b007e84c/runs?additionalRuns[]=42d32e9d-3f20-4b8c-b400-728e8812f894) CI job the `should_call_onAdd_with_bootstrap_stop_start` test failed using `3.11.5.2` and `3.11.4.0` versions: ``` should_call_onAdd_with_bootstrap_stop_start 3.11.5.2.com.datastax.driver.core.NodeRefreshDebouncerTest Wanted but not invoked: stateListener.onAdd(); -> at com.datastax.driver.core.NodeRefreshDebouncerTest.should_call_onAdd_with_bootstrap_stop_start(NodeRefreshDebouncerTest.java:63) However, there were other interactions...

Hey! Just found out probably a markdown issue in the [Core Driver Section](https://java-driver.docs.scylladb.com/stable/manual/core/index.html#cql-to-java-type-mapping). I'll send a PR to fix it soon. ![image](https://github.com/scylladb/java-driver/assets/6912596/fcd8757a-0407-45af-8ba6-0bd35426d3f7)

documentation

If the user set server-side timeouts, or service level timeouts, this impacts schema fetches. The timeout can be too low to allow a schema fetch when the schema is very...

enhancement

Change CI version fetcher to pull only released versions as the RC releases may be unstable to be tested with. These releases should be tested as part of driver-matrix tests...

fix CWE-416 https://security.snyk.io/vuln/SNYK-JAVA-COMGITHUBJNR-1570422

dependencies

Fixes: https://github.com/scylladb/java-driver/issues/286

dependencies

Now Select, Insert and Update annotations used in DAOs can specify (usingTimeout = "durationString") in order to use Scylla CQL extension timeouts.

Add a suite of IntelliJ run configurations to make it easier for new developers to onboard the project and for better Maven discoverability. The run configurations should appear automatically after...