• Andy Wilkinson's avatar
    Fix class loading problem with DevTools and Spring Session with Redis · e4342075
    Andy Wilkinson authored
    Previously, when a session attribute that had been stored in Redis was
    being deserialized, the app class loader would be used. This would
    result in a ClassCastException if the attribute was an instance of a
    class visible to the restart class loader.
    
    This commit auto-configures Spring Session’s RedisTemplate to use a
    custom deserializer that uses the restart class loader when
    deserializing session attributes.
    
    Closes gh-3805
    e4342075
Name
Last commit
Last update
..
autoconfigure Loading commit data...
classpath Loading commit data...
env Loading commit data...
filewatch Loading commit data...
integrationtest Loading commit data...
livereload Loading commit data...
remote Loading commit data...
restart Loading commit data...
settings Loading commit data...
test Loading commit data...
tunnel Loading commit data...
RemoteUrlPropertyExtractorTests.java Loading commit data...