forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: scylladb/java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6bd2357
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: scylladb/java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48e8124
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 59 files changed
- 3 contributors
Commits on Dec 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11f6af2 - Browse repository at this point
Copy the full SHA 11f6af2View commit details
Commits on Dec 22, 2025
-
It fixes ~8 vulnurabilities that comming from guava dependency.
Configuration menu - View commit details
-
Copy full SHA for e21f17e - Browse repository at this point
Copy the full SHA e21f17eView commit details -
Driver do not support old guavas anymore, on modern guavas API look-alike, we don't need this layer anymore.
Configuration menu - View commit details
-
Copy full SHA for e245f83 - Browse repository at this point
Copy the full SHA e245f83View commit details
Commits on Jan 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5c10cc9 - Browse repository at this point
Copy the full SHA 5c10cc9View commit details
Commits on Jan 29, 2026
-
Fix DefaultResultSetFuture not completing for unknown schema changes
When handling a schema change response, the `default` case in the switch statement for `scc.change` (which handles unknown schema change types) was missing a call to `set(rs)`. This caused the future to never complete if an unknown schema change type was received, leading to `getUninterruptibly()` waiting forever. This fix ensures the future always completes, even for unexpected schema change types, by adding `set(rs)` in the default case. Also added a unit test to verify the behavior. Fixes: #365
Configuration menu - View commit details
-
Copy full SHA for e2367be - Browse repository at this point
Copy the full SHA e2367beView commit details
Commits on Feb 9, 2026
-
feat: Implement LWT replica-only routing with local DC prioritization…
… in `TokenAwarePolicy`. 🎟️ feat: Enhance LWT query routing by prioritizing local replicas and implementing fallback to child policy feat: Refactor LWT host iterator to preserve replica order and improve host filtering Co-authored-by: Copilot <[email protected]> Co-authored-by: Dmitry Kropachev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ff7b02 - Browse repository at this point
Copy the full SHA 0ff7b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb02a1f - Browse repository at this point
Copy the full SHA cb02a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74606a9 - Browse repository at this point
Copy the full SHA 74606a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2574f - Browse repository at this point
Copy the full SHA ab2574fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e8124 - Browse repository at this point
Copy the full SHA 48e8124View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6bd2357...48e8124