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: mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.5.0
Choose a base ref
...
head repository: mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.x
Choose a head ref
  • 8 commits
  • 10 files changed
  • 5 contributors

Commits on May 7, 2025

  1. Version: bump 5.5.1-SNAPSHOT

    rozza committed May 7, 2025
    Configuration menu
    Copy the full SHA
    c59ab52 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 6, 2025

  1. Ensure custom KProperty include the name in the hashcode (#1731)

    The `pathCache` utilised the string representation of the KProperty instance.
    The custom implementations didn't include the calculated `path` value, this can
    lead to naming collisions in the `pathCache` key.
    
    This commit adds `hashCode` and `equals` methods to ensure the `name` value is included
    in our custom implementations of `KProperty1`. Finally, the cache key now uses the `hashCode`
    for the cacheKey.
    
    JAVA-5868
    Co-authored-by: Ross Lawley <[email protected]>
    vbabanin and rozza authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    ebdd5bf View commit details
    Browse the repository at this point in the history
  2. Fix datalake and k8s test failures (#1732)

    - Increase timeout for k8s tests.
    - Add explicit "assume role".
    - Include submodules to OIDC testing.
    
    JAVA-5885
    vbabanin authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    a2e0c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f325224 View commit details
    Browse the repository at this point in the history
  4. Version: bump 5.5.1

    vbabanin committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    a91368d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53be81f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Merge changes from tls-channel to prevent accidentally calling SSLEng…

    …ine (#1737)
    
    - Perform handshake after marking handshake started.
    - Add an integration test case, as upstream didn't include one to cover this change.
    
    JAVA-5797
    vbabanin authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    7fe2223 View commit details
    Browse the repository at this point in the history
Loading