Merge branches 'ignite-1.5' and 'ignite-843-rc2' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-843-rc2
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/aad7992b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/aad7992b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/aad7992b Branch: refs/heads/ignite-843-rc2 Commit: aad7992b0d1575aeef0c5582422b4277dd6bcdb3 Parents: 969e297 a3a8138 Author: Alexey Kuznetsov <[email protected]> Authored: Tue Dec 15 10:19:19 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Dec 15 10:19:19 2015 +0700 ---------------------------------------------------------------------- assembly/release-fabric-base.xml | 4 +- .../CacheClientBinaryPutGetExample.java | 6 +- .../datagrid/CacheClientBinaryQueryExample.java | 7 +- .../starschema/CacheStarSchemaExample.java | 9 +- .../apache/ignite/gridify/AbstractAopTest.java | 32 +- modules/clients/pom.xml | 60 + .../ignite/internal/binary/BinaryMetadata.java | 91 +- .../ignite/internal/binary/BinarySchema.java | 28 + .../processors/cache/GridCacheAdapter.java | 9 +- .../dht/GridPartitionedSingleGetFuture.java | 12 +- .../IgniteStartCacheInTransactionSelfTest.java | 8 + ...gniteTopologyValidatorAbstractCacheTest.java | 18 +- ...iteTopologyValidatorAbstractTxCacheTest.java | 1 - .../IgniteTxExceptionAbstractSelfTest.java | 59 +- .../CacheTryLockMultithreadedTest.java | 116 ++ .../GridCacheAbstractNodeRestartSelfTest.java | 25 +- .../near/GridCacheNearTxExceptionSelfTest.java | 20 - .../BinaryAtomicCacheLocalEntriesSelfTest.java | 30 + .../BinaryTxCacheLocalEntriesSelfTest.java | 84 + .../GridSessionCheckpointAbstractSelfTest.java | 32 +- .../IgniteBinaryObjectsTestSuite.java | 23 +- .../IgniteBinaryObjectFieldsQuerySelfTest.java | 2 +- modules/platforms/cpp/common/src/java.cpp | 8 +- modules/platforms/cpp/cpp.dxg | 2 +- modules/platforms/dotnet/dotnet.dxg | 1795 ++++++++++++++++++ modules/platforms/dotnet/header.html | 27 + 26 files changed, 2388 insertions(+), 120 deletions(-) ----------------------------------------------------------------------
