[
https://issues.jboss.org/browse/ISPN-7224?page=com.atlassian.jira.plugin....
]
Sebastian Łaskawiec edited comment on ISPN-7224 at 11/30/16 7:36 AM:
---------------------------------------------------------------------
Hey [~snicoll], I'm gad you brought this up.
I upgraded Spring to {{4.3.4.RELEASE}} in my [Pull
Request|https://github.com/infinispan/infinispan/pull/4695] and implemented the additional
method ({{#get(Object, Callable)}}). Thanks for the hint with inner class.
was (Author: sebastian.laskawiec):
Hey [~snicoll], I'm gad you brought this up.
I upgraded Spring to {{4.3.4.RELEASE}} in my [Pull
Request|https://github.com/infinispan/infinispan/pull/4695] and implemented the additional
method ({{#get(Object, Callable)}}. Thanks for the hint with inner class.
Support synchronous get in Spring's cache abstraction
-----------------------------------------------------
Key: ISPN-7224
URL:
https://issues.jboss.org/browse/ISPN-7224
Project: Infinispan
Issue Type: Feature Request
Components: Spring Integration
Reporter: Stéphane Nicoll
Assignee: Sebastian Łaskawiec
Priority: Critical
Fix For: 9.0.0.Beta1, 9.0.0.Final
Spring Framework 4.3 has introduced a read-through option See
https://jira.spring.io/browse/SPR-9254 for more details. In practice this would require
you to compile against 4.3 and implement the additional method.
The code is meant to be backward compatible with previous version, as long as you're
guarding the new exception in an inner class, see [this implementation for an
example|https://github.com/hazelcast/hazelcast/blob/37ba79c4a8d35617c5f6a...]
Let me know if I can help.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)