You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/03/15 11:41:31 UTC

[02/22] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a895b8eb
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a895b8eb
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a895b8eb

Branch: refs/heads/ignite-1786
Commit: a895b8eb5051794f84507b4f7c98ff9216fbf2db
Parents: 6231bb9 215e8a1
Author: Anton Vinogradov <av...@apache.org>
Authored: Thu Mar 10 17:56:37 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Thu Mar 10 17:56:37 2016 +0300

----------------------------------------------------------------------
 .../ignite/internal/binary/BinaryContext.java   |  29 +-
 .../internal/binary/BinaryFieldAccessor.java    |   1 +
 .../processors/cache/GridCacheMapEntry.java     |  25 +-
 .../distributed/dht/GridDhtCacheEntry.java      |   2 +-
 .../closure/GridClosureProcessor.java           | 375 ++++++++++++++++-
 .../resources/META-INF/classnames.properties    |   6 +
 .../ignite/internal/GridAffinitySelfTest.java   |   4 +-
 ...omputationBinarylizableClosuresSelfTest.java | 413 +++++++++++++++++++
 .../binary/BinaryMarshallerSelfTest.java        |  50 +++
 ...ridCacheStoreManagerDeserializationTest.java | 345 ++++++++++++++++
 ...calCacheStoreManagerDeserializationTest.java | 101 +++++
 ...IgniteBinaryObjectsComputeGridTestSuite.java |   7 +-
 .../testsuites/IgniteCacheTestSuite4.java       |  11 +-
 .../install-package.cmd                         |  11 +-
 .../Apache.Ignite.Core.nuspec                   |   6 +-
 .../NuGet/LINQPad/ComputeExample.linq           |   2 +-
 .../NuGet/LINQPad/PutGetExample.linq            |   2 +-
 .../NuGet/LINQPad/QueryExample.linq             |   2 +-
 18 files changed, 1341 insertions(+), 51 deletions(-)
----------------------------------------------------------------------