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.2.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: r5.2.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 24, 2024

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

Commits on Oct 1, 2024

  1. Exclude com.oracle.svm.core.annotate from Import-Package for OSGi (

    …#1518) (#1520)
    
    This is a backport of #1518 to 5.2.x.
    
    JAVA-5632
    stIncMale authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e83b62 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix pom scope for Scala projects (#1531)

    Required the `api` dependency method from the `java-library` plugin.
    Now the scope is `compile` (api) instead of `runtime` (implementation).
    
    JAVA-5647
    rozza committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ca1f66c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Bump Scala patch versions (#1535)

    Updated to: 2.11.12, 2.12.20, 2.13.15
    
    JAVA-5649
    rozza committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4db44b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 5, 2024

  1. Ensure kotlinx.datetime.LocalTime exists before adding the serializer (

    …#1530) (#1559)
    
    LocalTime was added in kotlinx.datetime v0.4.0 and won't be available
    if older versions of kotlinx datetime are on the classpath.
    
    JAVA-5641
    
    Co-authored-by: Ross Lawley <[email protected]>
    katcharov and rozza authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c0fcd61 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Version: bump 5.2.1

    katcharov committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e8fa296 View commit details
    Browse the repository at this point in the history
Loading