-
Notifications
You must be signed in to change notification settings - Fork 677
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
Projection instances can't be serialized [DATACMNS-1160] #1601
Comments
The same problem with Hazelcast: java.io.NotSerializableException: org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor |
Any update on the above issue or handling of the scenario ? |
Varun Mehta opened DATACMNS-1160 and commented
When using Projections in conjunction with
@Query
and redis cache, redis JdkSerializationRedisSerializer is unable to serialize the data and store it in redis cache.Sample project with test case is available here; https://github.com/varunmehta/spring-cache-error
Affects: 1.13.7 (Ingalls SR7)
Reference URL: https://github.com/varunmehta/spring-cache-error
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: