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/5b7b8403 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5b7b8403 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5b7b8403 Branch: refs/heads/ignite-843-rc2 Commit: 5b7b84039e4f71a4bbf0276a9d1ecdb54b1dc77c Parents: 9c71062 b541daf Author: Alexey Kuznetsov <[email protected]> Authored: Thu Dec 10 10:21:00 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Dec 10 10:21:00 2015 +0700 ---------------------------------------------------------------------- assembly/docfiles/ignite_logo.png | Bin 0 -> 24315 bytes assembly/release-fabric-base.xml | 25 +- .../portable/PortableClassDescriptor.java | 2 +- .../GridTransactionalCacheQueueImpl.java | 32 +- .../org/apache/ignite/thread/IgniteThread.java | 6 +- ...eAbstractDataStructuresFailoverSelfTest.java | 138 +- .../Apache.Ignite.Core.csproj | 4 + .../Cache/Query/IQueryCursor.cs | 2 +- .../Apache.Ignite.Core/Cache/Query/QueryBase.cs | 2 +- .../Store/CacheParallelLoadStoreAdapter.cs | 4 +- .../Cache/Store/CacheStoreAdapter.cs | 12 +- .../Cache/Store/ICacheStore.cs | 36 +- .../Apache.Ignite.Core/Cluster/ICluster.cs | 2 +- .../Cluster/IClusterMetrics.cs | 6 +- .../Apache.Ignite.Core/Cluster/IClusterNode.cs | 6 +- .../Apache.Ignite.Core/Compute/IComputeTask.cs | 2 +- .../Datastream/IDataStreamer.cs | 12 +- .../Apache.Ignite.Core/Events/CacheEvent.cs | 4 +- .../Apache.Ignite.Core/Events/TaskEvent.cs | 2 +- .../dotnet/Apache.Ignite.Core/IIgnite.cs | 6 +- .../dotnet/Apache.Ignite.Core/Ignition.cs | 24 +- .../Impl/Binary/BinaryObjectHeader.cs | 10 +- .../Impl/Binary/BinarySystemHandlers.cs | 9 +- .../Impl/Binary/BinaryUtils.cs | 1 - .../Impl/Binary/Metadata/BinaryTypeHolder.cs | 1 + .../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs | 2 - .../Transactions/ITransaction.cs | 2 +- modules/platforms/dotnet/Apache.Ignite.dxg | 2387 ++++++++++++++++++ modules/platforms/dotnet/Apache.Ignite.sln | 1 + modules/platforms/dotnet/Apache.Ignite.slnrel | 43 - .../platforms/dotnet/Apache.Ignite_x86.slnrel | 43 - modules/platforms/dotnet/README.txt | 36 +- modules/platforms/dotnet/build.bat | 94 + .../Apache.Ignite.Examples.csproj | 4 +- .../Apache.Ignite.ExamplesDll.csproj | 4 +- modules/platforms/dotnet/examples/README.txt | 8 - .../ignite/schema/generator/CodeGenerator.java | 30 +- parent/pom.xml | 3 + 38 files changed, 2744 insertions(+), 261 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/5b7b8403/parent/pom.xml ----------------------------------------------------------------------
