[
https://issues.apache.org/jira/browse/IGNITE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173142#comment-15173142
]
ASF GitHub Bot commented on IGNITE-2693:
----------------------------------------
GitHub user oddodaoddo opened a pull request:
https://github.com/apache/ignite/pull/527
IGNITE-2693: Fix withKeepBinary() to only return new cache if binary …
…marshaller is used
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oddodaoddo/ignite IGNITE-2693
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/527.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 #527
----
commit cfd924ba0ee18debefe9b70475b09c94b0eae087
Author: Oddo Da <[email protected]>
Date: 2016-03-01T03:00:39Z
IGNITE-2693: Fix withKeepBinary() to only return new cache if binary
marshaller is used
----
> withKeepBinary and non-binary marshallers
> -----------------------------------------
>
> Key: IGNITE-2693
> URL: https://issues.apache.org/jira/browse/IGNITE-2693
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Sergey Kozlov
> Assignee: Oddo
> Labels: newbie
> Fix For: 1.6
>
>
> Currently the user is able to set {{.withKeepBinary()}} for any used
> marshaller. But it obviously causes ClassCastException for non-binary
> marshallers and should be available only for binary marshaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)