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: 4.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 27 files changed
  • 5 contributors

Commits on Jan 14, 2025

  1. Prepare next development iteration.

    See #3046
    mp911de authored and christophstrobl committed Jan 14, 2025
    Copy the full SHA
    3ad26ed View commit details
  2. After release cleanups.

    See #3046
    mp911de authored and christophstrobl committed Jan 14, 2025
    Copy the full SHA
    8b32d4c View commit details
  3. Adopt to deprecation removals in Commons.

    Closes #3051
    mp911de authored and christophstrobl committed Jan 14, 2025
    Copy the full SHA
    ffe9e86 View commit details

Commits on Jan 15, 2025

  1. Fix typo in reference docs.

    Closes #3082
    hczs authored and mp911de committed Jan 15, 2025
    Copy the full SHA
    20b7f5c View commit details
  2. Fix typo in reference cache example code.

    Fixed minor typo on example code `build()` to `builder()`
    
    Closes #3064
    seate authored and mp911de committed Jan 15, 2025
    Copy the full SHA
    4a1291f View commit details
  3. Add missing @Override annotation to `GenericJackson2JsonRedisSerial…

    …izer.useForType`.
    
    This fixes an issue where the `useForType` method in
    GenericJackson2JsonRedisSerializer did not have the `@Override`
    annotation, making it less clear that it overrides a method
    from DefaultTypeResolverBuilder.
    
    Closes #3053
    Original pull request: #3058
    bezzang-dev authored and mp911de committed Jan 15, 2025
    Copy the full SHA
    d75df92 View commit details
  4. Polishing.

    Add missing Nullable annotations to serializers.
    
    See #3053
    Original pull request: #3058
    mp911de committed Jan 15, 2025
    Copy the full SHA
    2cf57db View commit details

Commits on Jan 16, 2025

  1. Copy the full SHA
    f97b682 View commit details

Commits on Jan 21, 2025

  1. Disable flakey tests.

    See #3095
    mp911de committed Jan 21, 2025
    Copy the full SHA
    a691bcb View commit details

Commits on Jan 24, 2025

  1. Prepare 4.0 M1 (2025.1.0).

    See #3046
    christophstrobl committed Jan 24, 2025
    Copy the full SHA
    899a67e View commit details
  2. Copy the full SHA
    06b6225 View commit details
  3. Copy the full SHA
    918631d View commit details
  4. After release cleanups.

    See #3046
    christophstrobl committed Jan 24, 2025
    Copy the full SHA
    9b60a9f View commit details

Commits on Mar 14, 2025

  1. Adopt to changes in KeyValue.

    mp911de committed Mar 14, 2025
    Copy the full SHA
    5e23acf View commit details
Loading