[
https://issues.apache.org/jira/browse/IGNITE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15673416#comment-15673416
]
ASF GitHub Bot commented on IGNITE-2693:
----------------------------------------
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/1244
IGNITE-2693
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-2693
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1244.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 #1244
----
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
commit 83d87d4720c227cb787f00b45f50f244284dcd5c
Author: Oddo Da <[email protected]>
Date: 2016-03-05T23:55:42Z
IGNITE-2693: fix withKeepBinary() to throw an exception if no binary
marshaller is used in the cache
commit a8f11c95ec6c81d53a7b906d17936a2a31000133
Author: Oddo Da <[email protected]>
Date: 2016-03-06T01:36:18Z
Fix to allow compile by jdk 1.7
commit 9c18bbee4086f9e76e2d5811c80b20b4402d6fde
Author: Oddo Da <[email protected]>
Date: 2016-03-06T14:27:05Z
Streamline withKeepBinary() tests
commit 2910470de2a5c76a7255662679fa08915b36464a
Author: Oddo Da <[email protected]>
Date: 2016-03-09T16:16:00Z
Fix test to pass after change to withKeepBinary()
commit 150600af176017b93c23ea5bf05e10b6fd1581c2
Author: Oddo Da <[email protected]>
Date: 2016-03-09T18:22:54Z
Fix test to pass after change to withKeepBinary() - add test cache name
commit 31c2dc07554977e7001fa0809df6df66b3980195
Author: Oddo Da <[email protected]>
Date: 2016-03-09T21:28:42Z
Fix tests to match new withKeepBinary() interface
commit 419683708630d0406030332d1c12cd5ed402387a
Author: vozerov-gridgain <[email protected]>
Date: 2016-05-24T09:17:54Z
Merge branch 'IGNITE-2693' of https://github.com/oddodaoddo/ignite into
ignite-2693
commit b915b850d8f15807efe1e7e0fc416a97c6d4e408
Author: vozerov-gridgain <[email protected]>
Date: 2016-05-24T11:00:27Z
Minors.
commit 7fd543c340bcfc495a108dc4b11278644767070f
Author: vozerov-gridgain <[email protected]>
Date: 2016-05-24T11:12:13Z
Minors.
commit c5390868f57d96e5217f004ae6ac5016f185175d
Author: devozerov <[email protected]>
Date: 2016-11-17T10:50:11Z
Merge branch 'master' into ignite-2693
# Conflicts:
#
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java
----
> 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.8
>
>
> 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)