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-commons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: spring-projects/spring-data-commons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 18 commits
  • 25 files changed
  • 4 contributors

Commits on Nov 14, 2025

  1. Prepare next development iteration.

    See #3382
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    e20327a View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #3382
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    9b14a7d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Defer ReturnedClass.inputProperties lookup.

    We now deferr input properties lookup to avoid eager parameter introspection and therefore potentially logging of missing property names even in case these are not required.
    
    Also, introduce isDtoProjection() and isInterfaceProjection() methods to simplify calling code typically introspecting ReturnedType.getReturnType().isInterface().
    
    Closes #3410
    mp911de committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    d5d6e12 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    70f57d9 View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Use mapNotNull(…) instead of filter + map.
    
    See #3413
    mp911de committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    8b6c011 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Retrieve Environment from RegisteredBean.

    Closes #3414
    Original pull request: #3415
    christophstrobl authored and mp911de committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    926c22b View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Reformat code.
    
    See #3414
    Original pull request: #3415
    mp911de committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    08e22c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    7372971 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    d7808e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Refine repositoryBaseClass property configuration for `@Enable…Repo…

    …sitories` repository factory definitions.
    
    Also extend documentation for repository factory and factory bean customization.
    
    Closes #3423
    mp911de committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a3cbc1e View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Improve Javadoc.
    
    See #3423
    mp911de committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    c9019b8 View commit details
    Browse the repository at this point in the history
  3. Set ApplicationEventPublisher on repository factory if it implement…

    …s `ApplicationEventPublisherAware`.
    
    Closes #3424
    mp911de committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    451a3ae View commit details
    Browse the repository at this point in the history
  4. Polishing.

    Avoid var usage.
    
    See #3424
    mp911de committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    76581b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Update CI Properties.

    See #3406
    mp911de committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    7f4c768 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Correct Javadoc @link references in test Java files.

    Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
    Original pull requesst: #3426
    ngocnhan-tran1996 authored and mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    0af3e0c View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Fix Javadoc URLs.
    
    See #3423
    mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    372b6b6 View commit details
    Browse the repository at this point in the history
  3. Prepare 4.0.1 (2025.1.1).

    See #3406
    mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    465466d View commit details
    Browse the repository at this point in the history
  4. Release version 4.0.1 (2025.1.1).

    See #3406
    mp911de committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    37f520f View commit details
    Browse the repository at this point in the history
Loading