Gustavo Fernandes created ISPN-9458:
---------------------------------------
Summary: Remove wrapping of bytes from Multimap operation
Key: ISPN-9458
URL:
https://issues.jboss.org/browse/ISPN-9458
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Gustavo Fernandes
Currently in the Hot Rod server the multimaps are maintained as:
{code:java}
EmbeddedMultimapCache<WrappedByteArray, WrappedByteArray>
{code}
And multimap implementation does wrapping and unwrapping of byte[] into WrappedByteArray.
This conversion should be delegated to the underlying cache's DataConversion instead
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)