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: main
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on May 7, 2025

  1. Version: bump 5.5.0

    rozza committed May 7, 2025
    Configuration menu
    Copy the full SHA
    6b13ae1 View commit details
    Browse the repository at this point in the history
  2. 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
Loading