Skip to content
Permalink

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
Choose a base ref
...
head repository: scylladb/java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48e8124
Choose a head ref
  • 10 commits
  • 59 files changed
  • 3 contributors

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    11f6af2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Update guava to 33.3.1-jre

    It fixes ~8 vulnurabilities that comming from guava dependency.
    dkropachev committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    e21f17e View commit details
    Browse the repository at this point in the history
  2. Drop GuavaCompatibility

    Driver do not support old guavas anymore, on modern guavas API
    look-alike, we don't need this layer anymore.
    dkropachev committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    e245f83 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    5c10cc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. 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
    dkropachev committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    e2367be View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. 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]>
    nikagra and dkropachev committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    0ff7b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb02a1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74606a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2574f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48e8124 View commit details
    Browse the repository at this point in the history
Loading