]
Work on ISPN-5371 started by William Burns.
-------------------------------------------
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 do 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.