Gustavo Fernandes created ISPN-7596:
---------------------------------------
Summary: org.infinispan.commons.marshall.NotSerializableException:
java.util.stream.Collectors$CollectorImpl
Key: ISPN-7596
URL:
https://issues.jboss.org/browse/ISPN-7596
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Gustavo Fernandes
Triggered by this snipped:
{code:java}
Set<byte[]> allKeys = cache.keySet();
Set<byte[]> copy = allKeys.stream().collect(Collectors.toSet());
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)