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.1
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.2
Choose a head ref
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 16, 2023

  1. Prepare next development iteration.

    See #4386
    jxblum committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    489f593 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #4386
    jxblum committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    56e763c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Fix QueryMapper property path resolution for nested paths containing …

    …numeric values.
    
    Prior to this fix a path that contains numeric values used as position parameters would have been stripped in a way that left out the last digit. This could lead to wrong path resolution if the incorrectly constructed property name accidentally matched an existing one.
    
    Closes: #4426
    Original Pull Request: #4427
    lijixue authored and christophstrobl committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0cd082e View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Update tests to make use of ValueSource.
    Replace regex based path inspection with segment by segment analysis.
    
    Original Pull Request: #4427
    christophstrobl committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7cb27c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Upgrade to Maven Wrapper 3.9.3.

    See #4435
    mp911de committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9cfc46e View commit details
    Browse the repository at this point in the history
  2. Update CI properties.

    See #4420
    mp911de committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    70530d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix decryption when client is using AutoEncryptionSettings#isBypassAu…

    …toEncryption().
    
    This commit makes sure to convert already decrypted entries returned by the driver in case the client is configured with encryption settings.
    
    Closes #4432
    Original pull request: #4439
    christophstrobl authored and mp911de committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6cee61d View commit details
    Browse the repository at this point in the history
  2. Fix encryption of java.time types.

    This commit makes sure to convert java.time types into their BsonValue representation before encrypting.
    
    See #4432
    Original pull request: #4439
    christophstrobl authored and mp911de committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    edeb423 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Reformat code, replace known unsupported constructor with UnsupportedOperationException.
    
    See #4432
    Original pull request: #4439
    mp911de committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0b6c997 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Prepare 4.1.2 (2023.0.2).

    See #4420
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a6372e6 View commit details
    Browse the repository at this point in the history
  2. Release version 4.1.2 (2023.0.2).

    See #4420
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fd175af View commit details
    Browse the repository at this point in the history
Loading