]
Tristan Tarrant updated ISPN-6647:
----------------------------------
Fix Version/s: 9.0.0.Alpha3
8.2.3.Final
DecoratedCache.putForExternalRead method with Metadata ignores
Metadata
-----------------------------------------------------------------------
Key: ISPN-6647
URL:
https://issues.jboss.org/browse/ISPN-6647
Project: Infinispan
Issue Type: Feature Request
Components: Core
Affects Versions: 8.2.2.Final
Reporter: Karl von Randow
Assignee: Karl von Randow
Priority: Minor
Fix For: 9.0.0.Alpha3, 8.2.3.Final
The implementation of the {{putForExternalRead}} method ignores the {{Metadata}}
parameter, instead of passing it on to the {{putForExternalRead}} method in the cache
implementation. This is no doubt because the cache implementation previously didn't
support {{Metadata}} for {{putForExternalRead}}.
I will prepare a PR and attach it to this ticket shortly. It was a gargantuan effort to
patch this up, as you'll see!