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.2
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.3
Choose a head ref
  • 16 commits
  • 32 files changed
  • 4 contributors

Commits on Jul 14, 2023

  1. Prepare next development iteration.

    See #4420
    mp911de committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4077224 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

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

Commits on Jul 17, 2023

  1. Fix test setup so that temporal conversions use symmetric timezone se…

    …tting.
    
    Closes: #4446
    Original Pull Request: #4447
    sxhinzvc authored and christophstrobl committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    529a0c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix mapping custom field names in downstream stages in TypedAggregati…

    …on pipelines.
    
    Use the root AggregationOperationContext in nested ExposedFieldsAggregationOperationContext to properly apply mapping for domain properties that use @field.
    
    Closes #4443
    Original Pull Request: #4459
    sxhinzvc authored and christophstrobl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    adea4ba View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Use previous context instead of root for mapping objects within an Inheriting context. This avoids accidental mapping of fields against the root entity after eg. a projection stage.
    Add missing tests for AggregationOperationRenderer to ensure intended context propagation.
    
    Original Pull Request: #4459
    christophstrobl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7946e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Correct misspellings in documentation

    Closes: #4461
    ochrstn authored and sxhinzvc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5c99c20 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix schema generation for encrypted fields that are considered domain…

    … entities.
    
    This commit makes sure to consider the encrypted annotation on fields that are considered domain type property values, encrypting the entire object if necessary.
    christophstrobl authored and sxhinzvc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d7a8206 View commit details
    Browse the repository at this point in the history
  2. Add integration test to ensure schema validation fails when domain ty…

    …pe property values are not encrypted as expected.
    
    Closes #4454
    Original Pull Request: #4455
    sxhinzvc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8a97ea5 View commit details
    Browse the repository at this point in the history
  3. Polishing for formatting

    Original Pull Request: #4455
    sxhinzvc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    24b0119 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Upgrade to Maven Wrapper 3.9.4.

    See #4469
    sxhinzvc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9ebbbde View commit details
    Browse the repository at this point in the history
  2. Update CI properties.

    See #4451
    sxhinzvc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ca44302 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update documentation regarding java.time type conversion.

    Closes #3482
    Original pull request: #4460
    christophstrobl authored and mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0bfb32a View commit details
    Browse the repository at this point in the history
  2. Introduce AggregationVariable type.

    This commit introduces a new AggregationVariable type that is intended to better identify variables within a pipeline to avoid mapping failures caused by invalid field names.
    
    Closes #4070
    Original pull request: #4242
    christophstrobl authored and mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7517527 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Update since tags. Add missing Override annotation.
    
    See #4070
    Original pull request: #4242
    mp911de committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9a68ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Prepare 4.1.3 (2023.0.3).

    See #4451
    mp911de committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ad3cfda View commit details
    Browse the repository at this point in the history
  2. Release version 4.1.3 (2023.0.3).

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