]
Adrian Nistor updated ISPN-3906:
--------------------------------
Fix Version/s: 8.2.0.Alpha1
(was: 8.1.0.Final)
Do not place ProtobufValueWrapper instances in the cache
--------------------------------------------------------
Key: ISPN-3906
URL:
https://issues.jboss.org/browse/ISPN-3906
Project: Infinispan
Issue Type: Task
Components: Embedded Querying
Affects Versions: 6.0.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.2.0.Alpha1
ProtobufValueWrapper is only needed in order to provide a classbridge so we can integrate
with Hibernate Search. Still, we should not need to wrap the protobuf encoded byte array
put in the cache with this class. It should only be created as a temporary wrapper just
before we feed the data to Hibernate Search.