]
Dan Berindei updated ISPN-5371:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Cache.putAll doesn't work properly when combatibility is enabled
----------------------------------------------------------------
Key: ISPN-5371
URL:
https://issues.jboss.org/browse/ISPN-5371
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.1.1.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 7.2.0.CR1
The Type Converter interceptor doesn't currently box entries for the putMap command.
This causes putAll to store values incorrectly and therefore does not work with
compatibility.
This has most likely gone unnoticed since it would only be visible when using a hybrid
server where an embedded client and calls putAll. But now that remote cache putAll calls
embedded putAll it is shown.