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

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


    from 5933b4e  IGNITE-12231 Fixed logging RollbackRecords to WAL
     add 20b3fb8  IGNITE-10554 .NET: Fix NuGet jar file handling

No new revisions were added by this update.

Summary of changes:
 .../Interop/PlatformBenchmarkBase.cs               |   4 +-
 .../Apache.Ignite.Core.Tests.DotNetCore.csproj     |   3 +
 .../Apache.Ignite.Core.Tests.NuGet.csproj          |  25 ++--
 .../Apache.Ignite.Core.Tests.NuGet/StartupTest.cs  |  14 ++-
 .../Apache.Ignite.Core.Tests.csproj                |   1 +
 .../Serializable/AdvancedSerializationTest.cs      |   2 +-
 .../Binary/Serializable/SqlDmlTest.cs              |   2 +-
 .../Cache/DataRegionMetricsTest.cs                 |   2 +-
 .../Cache/DataStorageMetricsTest.cs                |   2 +-
 .../Cache/PartitionPreloadTest.cs                  |   3 +-
 .../Cache/PersistenceTest.cs                       |   2 +-
 .../Cache/PersistentStoreTestObsolete.cs           |   3 +-
 .../Cache/Query/Linq/CacheLinqTest.Strings.cs      |   2 +-
 .../Client/Cache/CacheTestSsl.cs                   |   2 +-
 .../Client/Cache/ScanQueryTest.cs                  |   4 +-
 .../Client/ClientConnectionTest.cs                 |   2 +-
 .../Client/IgniteClientConfigurationTest.cs        |   4 +-
 .../Compute/ComputeApiTest.JavaTask.cs             |   2 +-
 .../Deployment/PeerAssemblyLoadingTest.cs          |   4 +-
 .../PeerAssemblyLoadingVersioningTest.cs           |   3 +-
 .../Apache.Ignite.Core.Tests/DeploymentTest.cs     | 130 ++++++++++++++-------
 .../Apache.Ignite.Core.Tests/ExecutableTest.cs     |   2 +-
 .../IgniteConfigurationTest.cs                     |   6 +-
 .../Apache.Ignite.Core.Tests/IgniteManagerTest.cs  |   6 +-
 .../dotnet/Apache.Ignite.Core.Tests/PathUtils.cs   |  67 +++++++++++
 .../Process/IgniteProcess.cs                       |   8 +-
 .../Services/ServicesTest.cs                       |   4 +-
 .../Apache.Ignite.Core.Tests/TestUtils.Windows.cs  |  13 +--
 .../Apache.Ignite.Core/Apache.Ignite.Core.nuspec   |  26 ++---
 .../Apache.Ignite.targets}                         |  13 ++-
 .../Apache.Ignite.Core/Impl/Common/Classpath.cs    |  17 ++-
 .../Apache.Ignite.Core/Impl/Common/IgniteHome.cs   |  44 ++++---
 .../Apache.Ignite.Core/Impl/IgniteManager.cs       |  30 ++++-
 .../dotnet/Apache.Ignite.Core/Impl/IgniteUtils.cs  |  31 -----
 .../Impl/Unmanaged/Jni/AppDomains.cs               |   2 +-
 .../Apache.Ignite.Core/Impl/Unmanaged/Jni/Jvm.cs   |   2 +-
 .../Impl/Unmanaged/Jni/JvmDll.cs                   |   2 +-
 .../dotnet/Apache.Ignite.Core/NuGet/Install.ps1    |  41 -------
 .../dotnet/Apache.Ignite.Core/NuGet/PostBuild.ps1  |  20 ----
 .../dotnet/Apache.Ignite.Core/NuGet/Uninstall.ps1  |  35 ------
 .../Apache.Ignite.Core/Properties/AssemblyInfo.cs  |   2 +-
 41 files changed, 302 insertions(+), 285 deletions(-)
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite.Core.Tests/PathUtils.cs
 copy modules/platforms/dotnet/{Apache.Ignite.AspNet.Tests/packages.config => 
Apache.Ignite.Core/Apache.Ignite.targets} (70%)
 delete mode 100644 
modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1
 delete mode 100644 
modules/platforms/dotnet/Apache.Ignite.Core/NuGet/PostBuild.ps1
 delete mode 100644 
modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Uninstall.ps1

Reply via email to