You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2015/12/15 12:44:13 UTC

[16/16] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1.5.1

Merge remote-tracking branch 'remotes/origin/ignite-1.5' into ignite-1.5.1


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

Branch: refs/heads/ignite-1.5.1
Commit: f4faa5fbee746acf2bc6333d9e5455e97646930f
Parents: 081d9a5 96feee9
Author: Anton Vinogradov <av...@apache.org>
Authored: Tue Dec 15 14:42:09 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Tue Dec 15 14:42:09 2015 +0300

----------------------------------------------------------------------
 assembly/release-fabric-base.xml                |    4 +-
 .../CacheClientBinaryPutGetExample.java         |    6 +-
 .../datagrid/CacheClientBinaryQueryExample.java |    7 +-
 .../starschema/CacheStarSchemaExample.java      |    9 +-
 modules/clients/pom.xml                         |   60 +
 .../processors/cache/GridCacheAdapter.java      |    9 +-
 .../CacheDataStructuresManager.java             |    5 +-
 .../distributed/dht/GridDhtCacheAdapter.java    |    7 +-
 .../dht/GridPartitionedSingleGetFuture.java     |    7 +-
 .../dht/atomic/GridDhtAtomicUpdateRequest.java  |   10 +-
 .../dht/atomic/GridNearAtomicUpdateFuture.java  |   36 +-
 .../dht/atomic/GridNearAtomicUpdateRequest.java |   25 +
 .../distributed/near/GridNearAtomicCache.java   |    3 +
 .../cache/query/GridCacheQueryRequest.java      |   12 +-
 .../CacheSerializableTransactionsTest.java      |    8 +
 .../cache/GridCacheAbstractFullApiSelfTest.java |    8 +
 ...IgniteCacheAtomicPutAllFailoverSelfTest.java |    1 +
 .../IgniteTxExceptionAbstractSelfTest.java      |   57 +-
 .../GridCacheQueueApiSelfAbstractTest.java      |   86 +-
 ...gniteAtomicLongChangingTopologySelfTest.java |    8 +-
 ...omicMultiNodeP2PDisabledFullApiSelfTest.java |    5 -
 ...ledFairAffinityMultiNodeFullApiSelfTest.java |    5 -
 .../near/NearCacheSyncUpdateTest.java           |  167 ++
 .../BinaryAtomicCacheLocalEntriesSelfTest.java  |   30 +
 .../BinaryTxCacheLocalEntriesSelfTest.java      |   84 +
 ...dTcpCommunicationSpiRecoveryAckSelfTest.java |   30 +-
 ...CommunicationRecoveryAckClosureSelfTest.java |   39 +-
 .../testframework/junits/GridAbstractTest.java  |   10 +-
 .../IgniteBinaryObjectsTestSuite.java           |   23 +-
 .../testsuites/IgniteCacheTestSuite2.java       |    2 +
 .../IgniteSpiDiscoverySelfTestSuite.java        |    6 +
 modules/platforms/cpp/cpp.dxg                   |    4 +-
 modules/platforms/dotnet/dotnet.dxg             | 1795 ++++++++++++++++++
 .../Compute/ClosureExample.cs                   |    2 +-
 .../Compute/TaskExample.cs                      |    2 +-
 .../Datagrid/ContinuousQueryExample.cs          |    2 +-
 .../Datagrid/DataStreamerExample.cs             |    2 +-
 .../Datagrid/PutGetExample.cs                   |    2 +-
 .../Datagrid/QueryExample.cs                    |    2 +-
 .../Datagrid/StoreExample.cs                    |    2 +-
 .../Datagrid/TransactionExample.cs              |    2 +-
 .../Events/EventsExample.cs                     |    2 +-
 .../Services/ServicesExample.cs                 |    2 +-
 modules/platforms/dotnet/header.html            |   27 +
 .../cache/IgnitePutGetBatchBenchmark.java       |   61 +
 .../cache/IgnitePutGetTxBatchBenchmark.java     |   87 +
 46 files changed, 2607 insertions(+), 156 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f4faa5fb/modules/clients/pom.xml
----------------------------------------------------------------------