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: issue/3179
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    7f35d86 View commit details
    Browse the repository at this point in the history
  2. Fixes #3179 - Restore missing _class metadata for collections in Mapp…

    …ingRedisConverter
    
    Signed-off-by: Nabil Fawwaz Elqayyim <master@nabilfawwaz.com>
    xyraclius authored and christophstrobl committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9700405 View commit details
    Browse the repository at this point in the history
  3. Update collection handling in MappingRedisConverter.

    Register interface type instead of concrete class for collection like types and make sure to read back the actually saved type instead of directing to ArrayList.
    christophstrobl committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d9f978b View commit details
    Browse the repository at this point in the history
Loading