]
Vojtech Juranek updated ISPN-6647:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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!