[GitHub] ignite pull request #2425: IGNITE-5097 BinaryMarshaller should write ints in...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2425: IGNITE-5097 BinaryMarshaller should write ints in...

andrey-kuznetsov
GitHub user daradurvs opened a pull request:

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

    IGNITE-5097 BinaryMarshaller should write ints in "varint" encoding where it makes sense

   

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

    $ git pull https://github.com/daradurvs/ignite ignite-5736-module

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

    https://github.com/apache/ignite/pull/2425.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 #2425
   
----
commit efbac32e650d603e18ea405bee626589ac237f61
Author: Vyacheslav Daradur <[hidden email]>
Date:   2017-08-09T14:05:29Z

    IGNITE-5732 Provide API to test compatibility with old releases (#20)

commit 0a7ffcce6527111a68568da0a6d22d4a1eb306a4
Author: Vyacheslav Daradur <[hidden email]>
Date:   2017-08-09T14:09:08Z

    IGNITE-5097 BinaryMarshaller should write ints in "varint" encoding where it makes sense (#21)

commit 6b34d93609bc2087b77d7b44a0665ea160965e4e
Author: Vyacheslav Daradur <[hidden email]>
Date:   2017-08-09T17:08:50Z

    ignite-5736: added VarintArraysSizeCompatibilityTest

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2425: IGNITE-5736 Add test of backward-compatibility

andrey-kuznetsov
Github user daradurvs closed the pull request at:

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


---