spring-boot/spring-boot-devtools
Andy Wilkinson e4342075ab Fix class loading problem with DevTools and Spring Session with Redis
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
2015-12-04 11:58:52 +00:00
..
src Fix class loading problem with DevTools and Spring Session with Redis 2015-12-04 11:58:52 +00:00
pom.xml Fix class loading problem with DevTools and Spring Session with Redis 2015-12-04 11:58:52 +00:00