[
https://issues.apache.org/jira/browse/IGNITE-7718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366914#comment-16366914
]
ASF GitHub Bot commented on IGNITE-7718:
----------------------------------------
GitHub user pvinokurov opened a pull request:
https://github.com/apache/ignite/pull/3534
IGNITE-7718 Fixed deserialization of binary objects in singleton map …
…and set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7718
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3534.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3534
----
commit c19d4e62db0a3db59617c4813d531283970025b6
Author: pvinokurov <vinokurov.pasha@...>
Date: 2018-02-16T12:23:37Z
IGNITE-7718 Fixed deserialization of binary objects in singleton map and
set.
----
> Collections.singleton() and Collections.singletonMap() are not properly
> serialized by binary marshaller
> -------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7718
> URL: https://issues.apache.org/jira/browse/IGNITE-7718
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.3
> Reporter: Pavel Vinokurov
> Assignee: Pavel Vinokurov
> Priority: Major
>
> After desialization collections obtained by Collections.singleton() and
> Collections.singletonMap() does not return collection of binary objects, but
> rather collection of deserialized objects.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)