]
Galder Zamarreño updated ISPN-279:
----------------------------------
Fix Version/s: 5.1.0.BETA1
(was: 5.0.0.BETA1)
Avoid instance MarshalledValue accross the code
-----------------------------------------------
Key: ISPN-279
URL:
https://issues.jboss.org/browse/ISPN-279
Project: Infinispan
Issue Type: Task
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.BETA1
Avoid doing things like this in EntryFactoryImpl or EventImpl and instead provide a way
for key to be extracted when it somehow needs to be exported to the outside world when
lazy serialization is on.
if (key instanceof MarshalledValue) {
key = ((MarshalledValue) key).get();
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: