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: spring-projects/spring-data-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Choose a base ref
...
head repository: spring-projects/spring-data-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 14, 2025

  1. Prepare next development iteration.

    See #5077
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    faa9d8d View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #5077
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    e882b17 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Upgrade to MongoDB driver 5.6.2.

    Closes #5114
    mp911de committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    3a6a17a View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Remove unused version property.
    
    See #5114
    mp911de committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    efb8619 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Update CI Properties.

    See #5098
    mp911de committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    fe34736 View commit details
    Browse the repository at this point in the history
  2. Fix aggregation projection.

    Closes #5115
    Original pull request: #5117
    christophstrobl authored and mp911de committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    476d126 View commit details
    Browse the repository at this point in the history
  3. Disable VectorSearch tests on CI.

    Running the VectorSearch tests is flakey on our CI as the container sometimes doesn't start.
    
    Closes #5119
    mp911de committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    8f4d45d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Use explicitly configured MongoOperations for AOT fragment bootstrap.

    This commit makes sure to use a configured MongoOperations reference to bootstrap AOT generated repository implementations. Previously mongoTemplateRef set via EnableMongoRepositories had not been taken into account.
    
    Closes #5107
    Original pull request: #5108
    christophstrobl authored and mp911de committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    2380eab View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Consistent ConfigurationSource usage across tests to avoid nullability.
    
    See #5107
    Original pull request: #5108
    mp911de committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    eca2f57 View commit details
    Browse the repository at this point in the history
  3. Fix AOT benchmarks.

    See #5107
    Original pull request: #5108
    mp911de committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    86a1163 View commit details
    Browse the repository at this point in the history
  4. Add missing backticks in reference documentation.

    Added the missing backticks in the table of supported aggregation operators.
    
    Closes: #5104
    Original Pull Request: #5113
    
    Signed-off-by: Israel O. Oluwole <38155356+whizyrel@users.noreply.github.com>
    whizyrel authored and christophstrobl committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    04c7c17 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Prepare 5.0.1 (2025.1.1).

    See #5098
    mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    aa24484 View commit details
    Browse the repository at this point in the history
  2. Release version 5.0.1 (2025.1.1).

    See #5098
    mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    41992b8 View commit details
    Browse the repository at this point in the history
Loading