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-relational
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: spring-projects/spring-data-relational
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.2
Choose a head ref
  • 17 commits
  • 35 files changed
  • 5 contributors

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    3167cad View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #1219
    christophstrobl committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0c48981 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Deprecate classes supporting H2 1.x.

    Support for the 1.x branch of H2 will be dropped with the next major release.
    
    See #1243
    schauder committed May 16, 2022
    Configuration menu
    Copy the full SHA
    716ddc4 View commit details
    Browse the repository at this point in the history
  2. Remove Docker Registry login.

    Closes #1248.
    jxblum committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ad058a0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Update @query argument conversion to handle Collection<Enum>.

    + Copy logic from QueryMapper#convertToJdbcValue to resolve Iterable
      arguments on findBy* query methods to resolve the same for @query.
    + Use parameter ResolvableType instead of Class to retain generics info.
    
    Original pull request #1226
    Closes #1212
    ctailor2 authored and schauder committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4fb0ccf View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Original pull request #1226
    See #1212
    schauder committed May 17, 2022
    Configuration menu
    Copy the full SHA
    93837a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Reestablish previous exception behavior.

    When saving an Aggregate which is not new, but has a null version attribute we now throw a DbActionExecutionException, like we used to.
    
    Closes #1254
    schauder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    cac69a8 View commit details
    Browse the repository at this point in the history
  2. Polishing.

    See #1254
    schauder committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    90ab2f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Update CI properties.

    See #1246
    mp911de committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e732d7c View commit details
    Browse the repository at this point in the history
  2. Upgrade to Maven Wrapper 3.8.5.

    See #1257
    mp911de committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    58e4b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Prepare 2.4.1 (2021.2.1).

    See #1246
    mp911de committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    398e444 View commit details
    Browse the repository at this point in the history
  2. Release version 2.4.1 (2021.2.1).

    See #1246
    mp911de committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ac62628 View commit details
    Browse the repository at this point in the history
  3. Prepare next development iteration.

    See #1246
    mp911de committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    39510ee View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

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

Commits on Jul 13, 2022

  1. Introduce new constructor for SimpleJdbcRepository.

    This is in preparation for #1195.
    
    See #1195
    schauder committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    162194b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Prepare 2.4.2 (2021.2.2).

    See #1263
    christophstrobl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4ac319c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fea112 View commit details
    Browse the repository at this point in the history
Loading