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
  • 10 commits
  • 15 files changed
  • 5 contributors

Commits on May 7, 2025

  1. Version: bump 5.5.0

    rozza committed May 7, 2025
    Copy the full SHA
    6b13ae1 View commit details
  2. Version: bump 5.5.1-SNAPSHOT

    rozza committed May 7, 2025
    Copy the full SHA
    c59ab52 View commit details

Commits on Jun 3, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    02a5722 View commit details

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 <ross@mongodb.com>
    vbabanin and rozza authored Jun 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ebdd5bf View commit details
  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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a2e0c29 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f325224 View commit details
  4. Version: bump 5.5.1

    vbabanin committed Jun 6, 2025
    Copy the full SHA
    a91368d View commit details
  5. Copy the full SHA
    53be81f View commit details

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7fe2223 View commit details

Commits on Jul 7, 2025

  1. Added nexus-publish plugin (#1751)

    This plugin will eventually be used for the migration to the central portal
    Currently still uses the legacy osshr sonatype location.
    
    As the nexus-publish plugin can only be configured in the root project
    the username and password logic was moved out of conventions/publishing.gradle.kts
    and into the root buid.gradle.kts.
    
    Note: The nexus-publish plugin builds upon the gradle maven-publish
    plugin so even though the configuration is in the root project,
    it will only publish projects that use the publishing convention.
    
    JAVA-5899
    rozza authored Jul 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    347a6e6 View commit details
Loading