You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by andrey-kuznetsov <gi...@git.apache.org> on 2017/08/03 16:22:48 UTC

[GitHub] ignite pull request #2391: Ignite 5655

GitHub user andrey-kuznetsov opened a pull request:

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

    Ignite 5655

    First implementation, uses global level configuration option (in BinaryConfiguration)

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

    $ git pull https://github.com/andrey-kuznetsov/ignite ignite-5655

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

    https://github.com/apache/ignite/pull/2391.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 #2391
    
----
commit c682ed622c6896343dd6c46025ee6667c788cbcd
Author: andrey-kuznetsov <st...@gmail.com>
Date:   2017-07-28T15:07:36Z

    IGNITE-5655: Draft ENCODED_STRING type support

commit ae939fb26df34c9e9ac074c9b9414e05354053df
Author: Andrey Kuznetsov <st...@mail.ru>
Date:   2017-08-01T18:21:58Z

    IGNITE-5655: Added ENCODED_STRING to BinaryWriteMode as well

commit 9abd99153e154c77faa2e25d809446def83f1378
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-02T16:18:17Z

    IGNITE-5655: Repaired BinaryMarshallerSelfTest for lossless encodings.

commit 2d25a76ca6751da027c9e955c2d68fedbcf68d7c
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-03T15:17:28Z

    IGNITE-5655: Removed 'default' encoding to preserve compatibility.

commit f540a84b1f03c90ff128a702b1ae73f70facfc85
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-03T15:20:55Z

    IGNITE-5655: String binary marshalling tests for non-utf-8 encodings

commit 305a25052a2fc4b2cfe0848107cd226ef2c0daec
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-03T15:41:51Z

    Merge branch 'master' into ignite-5655

commit ac83e9695a4240d2d2c504713f913167319b275d
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-03T15:52:25Z

    IGNITE-5655: Satisfying @NotNull contract

commit 4cafde333816e4bb9858801283878d4e8c577c46
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-08-03T16:12:44Z

    IGNITE-5655: Removed redundant TODOs

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---