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

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

Branch: refs/heads/ignite-1537
Commit: 5da19c7fc0c6725afbe872f70a6dd503a4766d07
Parents: f6d4836 c12d17e
Author: sboikov <sboi...@gridgain.com>
Authored: Thu Dec 10 12:49:45 2015 +0300
Committer: sboikov <sboi...@gridgain.com>
Committed: Thu Dec 10 12:49:45 2015 +0300

----------------------------------------------------------------------
 assembly/docfiles/ignite_logo.png               |  Bin 0 -> 24315 bytes
 assembly/release-fabric-base.xml                |   25 +-
 .../ignite/binary/BinaryCollectionFactory.java  |   33 +
 .../apache/ignite/binary/BinaryMapFactory.java  |   33 +
 .../apache/ignite/binary/BinaryRawReader.java   |    8 +-
 .../org/apache/ignite/binary/BinaryReader.java  |    9 +-
 .../configuration/IgniteConfiguration.java      |    2 +-
 .../internal/portable/BinaryFieldAccessor.java  |   19 +-
 .../internal/portable/BinaryObjectImpl.java     |   28 +-
 .../internal/portable/BinaryReaderExImpl.java   |  107 +-
 .../internal/portable/BinaryWriteMode.java      |    3 -
 .../internal/portable/BinaryWriterExImpl.java   |   45 +-
 .../portable/GridPortableMarshaller.java        |   21 -
 .../portable/PortableClassDescriptor.java       |    9 +-
 .../internal/portable/PortableContext.java      |   78 +-
 .../ignite/internal/portable/PortableUtils.java |  144 +-
 .../portable/builder/PortableBuilderReader.java |   12 -
 .../builder/PortableBuilderSerializer.java      |   17 +-
 .../portable/builder/PortableLazyMapEntry.java  |   68 -
 .../processors/cache/CacheLazyEntry.java        |   12 +-
 .../distributed/dht/GridDhtTxPrepareFuture.java |    2 +-
 .../ignite/internal/visor/cache/VisorCache.java |   13 +
 .../internal/visor/query/VisorQueryJob.java     |   76 +-
 .../internal/visor/query/VisorQueryUtils.java   |    5 +-
 .../org/apache/ignite/thread/IgniteThread.java  |    6 +-
 .../GridEventStorageCheckAllEventsSelfTest.java |   16 +-
 .../IgniteClientReconnectAbstractTest.java      |    1 +
 .../IgniteClientReconnectCacheTest.java         |   10 +-
 .../portable/BinaryMarshallerSelfTest.java      |  127 +-
 .../BinaryObjectBuilderAdditionalSelfTest.java  |  101 +-
 .../GridPortableAffinityKeySelfTest.java        |    2 +-
 .../mutabletest/GridPortableTestClasses.java    |   77 +-
 ...eAtomicEntryProcessorDeploymentSelfTest.java |   69 +-
 ...niteCacheClientNodeChangingTopologyTest.java |  125 +-
 ...idCacheReplicatedUnswapAdvancedSelfTest.java |   42 +-
 .../GridCacheReplicatedPreloadSelfTest.java     |   44 +-
 ...yAtomicEntryProcessorDeploymentSelfTest.java |  129 +
 ...ctionalEntryProcessorDeploymentSelfTest.java |   31 +
 ...CacheClientNodeBinaryObjectMetadataTest.java |    2 +-
 ...ridCacheAffinityRoutingPortableSelfTest.java |    2 +-
 .../IgniteBinaryObjectsCacheTestSuite3.java     |    9 +-
 ...cheDeploymentBinaryObjectEntryProcessor.java |   36 +
 .../tests/p2p/CacheDeploymentTestValue3.java    |   41 +
 .../src/binary_reader_writer_raw_test.cpp       |   10 +-
 .../core-test/src/binary_reader_writer_test.cpp |   10 +-
 .../core/include/ignite/binary/binary_consts.h  |   29 +-
 .../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/BinaryObjectBuilder.cs          |    8 +-
 .../Impl/Binary/BinaryObjectHeader.cs           |   10 +-
 .../Impl/Binary/BinarySystemHandlers.cs         |   34 +-
 .../Impl/Binary/BinaryUtils.cs                  |   94 +-
 .../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 +
 79 files changed, 3650 insertions(+), 966 deletions(-)
----------------------------------------------------------------------


Reply via email to