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/1a9845ee Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1a9845ee Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1a9845ee Branch: refs/heads/ignite-1.5.1 Commit: 1a9845ee084610b03200f2bd9392bc947e005de0 Parents: e450fbb e2316ff Author: Anton Vinogradov <[email protected]> Authored: Wed Dec 9 18:23:18 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed Dec 9 18:23:18 2015 +0300 ---------------------------------------------------------------------- assembly/docfiles/ignite_logo.png | Bin 0 -> 24315 bytes assembly/release-fabric-base.xml | 25 +- .../java/org/apache/ignite/schema/Demo.java | 6 +- .../store/auto/CacheAutoStoreExample.java | 49 +- .../configuration/CacheConfiguration.java | 4 +- .../configuration/TransactionConfiguration.java | 47 +- .../portable/PortableClassDescriptor.java | 46 +- .../cache/jta/CacheJtaManagerAdapter.java | 4 +- .../GridTransactionalCacheQueueImpl.java | 32 +- .../org/apache/ignite/thread/IgniteThread.java | 6 +- .../portable/BinaryMarshallerSelfTest.java | 14 +- ...eAbstractDataStructuresFailoverSelfTest.java | 138 +- .../HibernateTransactionalDataRegion.java | 18 +- .../HibernateL2CacheTransactionalSelfTest.java | 23 +- modules/jta/pom.xml | 9 +- .../cache/jta/jndi/CacheJndiTmFactory.java | 132 + .../processors/cache/jta/CacheJtaManager.java | 41 +- .../cache/AbstarctCacheJtaSelfTest.java | 183 ++ .../cache/CacheJndiTmFactorySelfTest.java | 166 ++ ...CacheJtaConfigurationValidationSelfTest.java | 4 +- ...CacheJtaFactoryConfigValidationSelfTest.java | 142 ++ .../processors/cache/GridCacheJtaSelfTest.java | 221 -- .../cache/GridCacheReplicatedJtaSelfTest.java | 32 - .../cache/GridJtaLifecycleAwareSelfTest.java | 191 ++ .../GridPartitionedCacheJtaFactorySelfTest.java | 41 + ...titionedCacheJtaLookupClassNameSelfTest.java | 83 + .../GridReplicatedCacheJtaFactorySelfTest.java | 32 + ...plicatedCacheJtaLookupClassNameSelfTest.java | 32 + .../GridTmLookupLifecycleAwareSelfTest.java | 122 - .../ignite/testsuites/IgniteJtaTestSuite.java | 26 +- .../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 - parent/pom.xml | 3 + 61 files changed, 3941 insertions(+), 700 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1a9845ee/modules/jta/pom.xml ----------------------------------------------------------------------
