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-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-projects/spring-data-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.x
Choose a head ref
  • 16 commits
  • 14 files changed
  • 4 contributors

Commits on May 16, 2025

  1. Prepare next development iteration.

    See #3136
    mp911de committed May 16, 2025
    Configuration menu
    Copy the full SHA
    178ca54 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #3136
    mp911de committed May 16, 2025
    Configuration menu
    Copy the full SHA
    f33cc5f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Prepare 3.5.1 (2025.0.1).

    See #3157
    mp911de committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    d771dc4 View commit details
    Browse the repository at this point in the history
  2. Release version 3.5.1 (2025.0.1).

    See #3157
    mp911de committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    813fced View commit details
    Browse the repository at this point in the history
  3. Prepare next development iteration.

    See #3157
    mp911de committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    375d0a3 View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

    See #3157
    mp911de committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    90bf0ec View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Fix LettucePoolingConnectionProvider and ClusterCommandExecutor d…

    …isposal.
    
    Closes #3100
    Original pull request: #3164
    
    Signed-off-by: UHyeon Jeong <uh.jeong651@gmail.com>
    mayleaf authored and mp911de committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    461343e View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Dispose ClusterCommandExecutor before disposing connection provider. Extract RedisClient disposal to method.
    
    Use AtomicBoolean guard instead of state and Lifecycle to dispose LettucePoolingConnectionProvider.
    
    See #3100
    Original pull request: #3164
    mp911de committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9b54407 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Add performance warning to RedisOperations#keys() Javadoc.

    Closes #3142
    Signed-off-by: JavaNo0b <98101954+JavaNo0b@users.noreply.github.com>
    connorcoco authored and mp911de committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    b21f043 View commit details
    Browse the repository at this point in the history
  2. Update javadoc.

    See: #3142
    christophstrobl authored and mp911de committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    c7b5fc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Upgrade to Maven Wrapper 3.9.11.

    See #3181
    mp911de committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    2cad2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a29e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Prepare 3.5.2 (2025.0.2).

    See #3170
    mp911de committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    5e6f83c View commit details
    Browse the repository at this point in the history
  2. Release version 3.5.2 (2025.0.2).

    See #3170
    mp911de committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    3fbed1a View commit details
    Browse the repository at this point in the history
  3. Prepare next development iteration.

    See #3170
    mp911de committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    9a3d9fa View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

    See #3170
    mp911de committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    9d40ab3 View commit details
    Browse the repository at this point in the history
Loading