]
Tristan Tarrant updated ISPN-7612:
----------------------------------
Fix Version/s: 9.0.0.CR4
(was: 9.0.0.Final)
We should marshall all classes when using converter
---------------------------------------------------
Key: ISPN-7612
URL:
https://issues.jboss.org/browse/ISPN-7612
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.CR2
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.CR4
The old store as binary used to not convert some classes to binary [1]. This never worked
with MEMORY based eviction. There is no reason to not convert these now, which will make
these types work with MEMORY based eviction. For example Lucene indexes store jgroups
address.
[1]
https://github.com/infinispan/infinispan/blob/abd4d744bdf2a8777295317bfc8...