You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Celos <gi...@git.apache.org> on 2018/05/02 07:33:16 UTC

[GitHub] ignite pull request #3941: IGNITE-8293 BinaryUtils#isCustomJavaSerialization...

GitHub user Celos opened a pull request:

    https://github.com/apache/ignite/pull/3941

    IGNITE-8293 BinaryUtils#isCustomJavaSerialization fails when only rea…

    …dObject is declared in a class

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Celos/ignite ignite-8293

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3941.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 #3941
    
----
commit d501f1c450f4c27bfd7f7efe383453318945cee5
Author: Mihkel Jõhvik <mi...@...>
Date:   2018-05-02T07:30:59Z

    IGNITE-8293 BinaryUtils#isCustomJavaSerialization fails when only readObject is declared in a class

----


---