Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom classloader for Redis deserialization #37

Merged
merged 3 commits into from
Mar 14, 2015
Merged

Conversation

cb372
Copy link
Owner

@cb372 cb372 commented Mar 9, 2015

Support passing a custom classloader to RedisCache for use in deserialization. This is needed in order to deserialize correctly when integrating with Play Framework.

Fixes #32

@cb372 cb372 changed the title Fix for #32 Support custom classloader for Redis deserialization Mar 9, 2015
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 95.02% when pulling 42f432e on issue32 into 912fb8a on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.22%) to 95.17% when pulling 47ea30c on issue32 into 912fb8a on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 95.17% when pulling 245a2ce on issue32 into dd086c7 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 95.17% when pulling 34bf2e6 on issue32 into dd086c7 on master.

cb372 added a commit that referenced this pull request Mar 14, 2015
Support custom classloader for Redis deserialization
@cb372 cb372 merged commit 0e6ee0c into master Mar 14, 2015
@cb372 cb372 deleted the issue32 branch March 14, 2015 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClassNotFoundException when deserializing List[T] from redis
2 participants