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: 3.4.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: 3.4.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 20, 2022

  1. Prepare next development iteration.

    See #4053
    mp911de committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    3f3eec1 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #4053
    mp911de committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9e03430 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Avoid duplicate bean registrations in MappingMongoConverterParser.

    We now ensure to not override `ValidatingMongoEventListener` and `LocalValidatorFactoryBean` bean definitions by avoiding duplicate registrations and checking whether a bean with the given name is already registered.
    
    Closes #4087
    mp911de committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    593f068 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Prepare 3.4.2 (2021.2.2).

    See #4091
    christophstrobl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2ac7fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3342c75 View commit details
    Browse the repository at this point in the history
Loading