You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2019/12/22 20:40:12 UTC

[ignite] branch ignite-2.8 updated (33edb8d -> 9d114f3)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch ignite-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 33edb8d  IGNITE-9913 Prevent data updates blocking in case of backup BLT server node leave (#7069) (#7165)
     add 7160af0  .NET: Fix Resharper inspection warnings
     add bc36fbf  IGNITE-12427 .NET: Fix Mono issues
     add 9d114f3  .NET: Fix Maven call in build.ps1

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 .../IgniteSessionStateStoreDataTest.cs             |   6 +-
 .../Binary/BinaryBuilderSelfTest.cs                |   4 +-
 .../Binary/Serializable/ObjectReferenceTests.cs    |   1 +
 .../Binary/TypeNameParserTest.cs                   |   1 +
 .../Cache/AddArgCacheEntryProcessor.cs             |   4 +-
 .../Cache/Affinity/AffinityFunctionSpringTest.cs   |   1 +
 .../Cache/Affinity/AffinityFunctionTest.cs         |   1 +
 .../Cache/Query/Linq/CacheLinqTest.Base.cs         |   3 +-
 .../Client/ClientProtocolCompatibilityTest.cs      |   4 +-
 .../Compute/ComputeApiTest.cs                      |   2 +
 .../Compute/IgniteExceptionTaskSelfTest.cs         |   2 -
 .../DataStructures/AtomicReferenceTest.cs          |   4 +-
 .../Apache.Ignite.Core.Tests/DeploymentTest.cs     |   1 +
 .../dotnet/Apache.Ignite.Core.Tests/EventsTest.cs  |   4 +-
 .../Apache.Ignite.Core.Tests/Examples/Example.cs   |   3 +-
 .../Apache.Ignite.Core.Tests/Examples/PathUtil.cs  |   4 +-
 .../Apache.Ignite.Core.Tests/MessagingTest.cs      |   1 +
 .../Services/ServicesTest.cs                       |   2 +
 .../dotnet/Apache.Ignite.Core.Tests/TestRunner.cs  |   5 +-
 .../Impl/Binary/BinaryArrayEqualityComparer.cs     |   4 +-
 .../Apache.Ignite.Core/Impl/Binary/BinaryEnum.cs   |   4 +-
 .../Apache.Ignite.Core/Impl/Binary/BinaryObject.cs |   4 +-
 .../Impl/Binary/BinaryObjectHeader.cs              |   8 +-
 .../Impl/Cache/MutableCacheEntry.cs                |  10 +-
 .../Impl/Client/ClientProtocolVersion.cs           |  24 +++-
 .../Apache.Ignite.Core/Impl/Common/TaskRunner.cs   |   2 +-
 .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs       |  14 +--
 .../Impl/Services/ServiceDescriptor.cs             |   4 +-
 .../Impl/Unmanaged/Jni/AppDomains.cs               |  10 ++
 .../Apache.Ignite.Core/Impl/Unmanaged/Jni/Env.cs   |   2 +
 .../Impl/Unmanaged/UnmanagedThread.cs              |  32 +++++-
 .../Impl/CacheFieldsQueryExecutor.cs               |   4 +-
 .../Apache.Ignite.Linq/Impl/MethodVisitor.cs       |   2 +
 modules/platforms/dotnet/build.ps1                 | 122 +++++++++++----------
 .../DataStructures/AtomicLongIncrementAction.cs    |   1 +
 .../DataStructures/AtomicReferenceModifyAction.cs  |   1 +
 .../AtomicSequenceIncrementAction.cs               |   1 +
 modules/platforms/dotnet/release/verify-nuget.ps1  |   6 +-
 39 files changed, 203 insertions(+), 107 deletions(-)