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-jpa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.3
Choose a base ref
...
head repository: spring-projects/spring-data-jpa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.5
Choose a head ref
  • 12 commits
  • 12 files changed
  • 3 contributors

Commits on Sep 19, 2022

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

    See #2598
    spring-builds committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cd27b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Properly handle null values inside queries using LIKE or CONTAINS.

    Null values are wrapped with a special handler when interacting with Hibernate. However, this becomes an issue for queries when LIKE or CONTAINS are applied. In this situation, the null needs to be condensed into an empty string and any wildcards can then be applied with expected results.
    
    Closes #2548, #2570.
    Supercedes: #2585.
    Related: #2461, #2544#
    gregturn committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f0216b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Handle multiline subquery removal.

    Closes #2582.
    Related: #2563, #2557, #2603
    c-fraser authored and gregturn committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0dec0b0 View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Also added more test cases from related pull requests.
    
    Closes #2582.
    Related: #2563, #2557, #2603
    gregturn committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7a6f534 View commit details
    Browse the repository at this point in the history
  3. Update class-based DTO notes in reference docs.

    Closes #2558.
    Related: #2635.
    gregturn committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    86eb4aa View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Prepare 2.7.4 (2021.2.4).

    See #2636
    spring-builds committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f2e7d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b12bee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    940f8f4 View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

    See #2636
    spring-builds committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    342fe46 View commit details
    Browse the repository at this point in the history
  5. Prepare 2.7.5 (2021.2.5).

    See #2667
    spring-builds committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    64a6a4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    238dc0a View commit details
    Browse the repository at this point in the history
Loading