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: 4.1.3
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: 4.1.4
Choose a head ref
  • 12 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 18, 2023

  1. Prepare next development iteration.

    See #4451
    mp911de committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1a002e2 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #4451
    mp911de committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    31da8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Guard command completion listener against unsupported observation con…

    …text.
    
    We now no longer attempt to complete the Observation if the context is not a MongoDB one. For commands that target the admin database and run within a parent observation, we still might have an Observation but that one points to the parent invocation and not the MongoDB one as we do not record commands for the admin database.
    
    Closes #4481
    mp911de committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0be1e52 View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Refactor duplicate code into callback.
    
    See #4481
    mp911de committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0b3d1b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix #self @DocumentReference resolution when used in constructor.

    This commit enables document reference lookup to use `DocumentReferenceSource` to properly instantiate an entity containig a @DocumentReference `#self` property.
    
    Closes #4484
    Original Pull Request: #4486
    sxhinzvc authored and christophstrobl committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f0858fb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Correctly read unwrapped properties during constructor creation.

    Closes: #4491
    Original Pull Request: #4492
    mp911de authored and christophstrobl committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b2809d6 View commit details
    Browse the repository at this point in the history
  2. Consistently use the same reading strategies to read associations.

    Return the value to set instead of calling the accessor directly. Remove duplicate calls to resolve associations.
    
    See #4491
    mp911de authored and christophstrobl committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    69c9e0f View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Remove sysout from tests.
    
    See #4491
    mp911de authored and christophstrobl committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    53760b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a693d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. Prepare 4.1.4 (2023.0.4).

    See #4478
    mp911de committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c371a6b View commit details
    Browse the repository at this point in the history
  2. Release version 4.1.4 (2023.0.4).

    See #4478
    mp911de committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6976f39 View commit details
    Browse the repository at this point in the history
Loading