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 2021/10/08 10:47:33 UTC

[ignite] branch master updated (0aa8643 -> 30e6817)

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 0aa8643  IGNITE-15159: Provided the ability to snapshot encrypted caches. (#9269)
     add 30e6817  IGNITE-15504 .NET: Modernize project structure (#9474)

No new revisions were added by this update.

Summary of changes:
 .../processors/odbc/ClientListenerNioListener.java |   2 +-
 .../Apache.Ignite.AspNet.Tests.csproj              |  95 +--
 .../Apache.Ignite.AspNet.csproj                    |  97 +--
 .../Apache.Ignite.AspNet.nuspec                    |  63 --
 .../IgniteSessionStateStoreProvider.cs             |  68 +-
 .../Apache.Ignite.BenchmarkDotNet.csproj           |   8 +-
 .../ThinClient/ThinClientServicesBenchmark.cs      |   2 +-
 .../Apache.Ignite.Benchmarks.DotNetCore.csproj     |   7 +-
 .../Apache.Ignite.Benchmarks.csproj                | 113 +---
 .../Apache.Ignite.Core.Tests.NuGet.csproj          | 175 -----
 .../Apache.Ignite.Core.Tests.NuGet.sln             |  32 -
 .../Apache.Ignite.Core.Tests.NuGet.sln.DotSettings |   6 -
 .../Apache.Ignite.Core.Tests.NuGet/AspNetTest.cs   |  73 ---
 .../Apache.Ignite.Core.Tests.NuGet/CacheTest.cs    | 134 ----
 .../Apache.Ignite.Core.Tests.NuGet/ComputeTest.cs  |  84 ---
 .../Config/ignite-config.xml                       |  49 --
 .../EntityFrameworkCacheTest.cs                    |  62 --
 .../Apache.Ignite.Core.Tests.NuGet/Log4NetTest.cs  |  87 ---
 .../Apache.Ignite.Core.Tests.NuGet/NLogTest.cs     |  82 ---
 .../Apache.Ignite.Core.Tests.NuGet/NuGet.config    |  35 -
 .../Properties/AssemblyInfo.cs                     |  25 -
 .../Apache.Ignite.Core.Tests.NuGet/SchemaTest.cs   |  62 --
 .../Apache.Ignite.Core.Tests.NuGet/StartupTest.cs  | 155 -----
 .../Apache.Ignite.Core.Tests.NuGet/TestRunner.cs   |  70 --
 .../Apache.Ignite.Core.Tests.NuGet/TestUtil.cs     |  73 ---
 .../install-package.ps1                            |  29 -
 .../Apache.Ignite.Core.Tests.NuGet/packages.config |  31 -
 .../Apache.Ignite.Core.Tests.TestDll.csproj        |  68 +-
 .../Apache.Ignite.Core.Tests.TestDll2.csproj       |  68 +-
 .../Apache.Ignite.Core.Tests.DotNetCore.csproj     |  11 +-
 .../Apache.Ignite.Core.Tests.csproj                | 711 ++++-----------------
 .../Cache/CacheForkedTest.cs                       |  81 ---
 .../Client/Cache/CacheClientAbstractTxTest.cs      |   1 +
 .../Client/Cache/ContinuousQueryTest.cs            |   8 +-
 .../Client/Cache/PartitionAwarenessTest.cs         |   4 +-
 .../Client/ClientTestBase.cs                       |  17 +-
 .../Cluster/ClientClusterDiscoveryTestsBase.cs     |   2 +
 .../Client/Datastream/DataStreamerClientTest.cs    |   8 +-
 .../Client/RawSecureSocketTest.cs                  |   4 -
 .../ConsoleRedirectTest.cs                         |  10 +-
 .../Deployment/PeerAssemblyLoadingTest.cs          |  10 +-
 .../PeerAssemblyLoadingVersioningTest.cs           |   8 +-
 .../Apache.Ignite.Core.Tests/DeploymentTest.cs     |  24 +-
 .../Examples/ExamplesTestBase.cs                   |   2 +-
 .../Apache.Ignite.Core.Tests/ExecutableTest.cs     |   5 +-
 .../Apache.Ignite.Core.Tests/MultiAppDomainTest.cs |   2 +-
 .../Apache.Ignite.Core.Tests/ProjectFilesTest.cs   | 108 +---
 .../Services/ServicesTest.cs                       |  12 +-
 .../dotnet/Apache.Ignite.Core.Tests/TestRunner.cs  | 118 +---
 .../dotnet/Apache.Ignite.Core.Tests/TestUtils.cs   |  33 +-
 .../dotnet/Apache.Ignite.Core.Tests/nunit.addins}  |   6 +-
 .../Apache.Ignite.Core.Tests/packages.config       |  25 -
 .../Apache.Ignite.Core.DotNetCore.csproj           |  35 -
 .../Apache.Ignite.Core.Schema.nuspec               |  56 --
 .../Apache.Ignite.Core/Apache.Ignite.Core.csproj   | 676 ++------------------
 .../Apache.Ignite.Core/Apache.Ignite.Core.nuspec   |  84 ---
 .../Apache.Ignite.Core/Client/SslStreamFactory.cs  |   7 -
 .../Impl/Services/ServiceProxyTypeGenerator.cs     |   7 +-
 .../Impl/Unmanaged/Jni/AppDomains.cs               |  22 +-
 .../Impl/Unmanaged/Jni/Jvm.CrossAppDomain.cs       |  26 +-
 .../Apache.Ignite.Core/Impl/Unmanaged/Jni/Jvm.cs   |   9 +-
 .../Impl/Unmanaged/Jni/JvmDll.cs                   |   4 -
 .../Apache.Ignite.Core/Properties/AssemblyInfo.cs  |   4 +-
 .../platforms/dotnet/Apache.Ignite.DotNetCore.sln  |  24 +-
 .../Apache.Ignite.EntityFramework.Tests.csproj     | 129 +---
 .../EntityFrameworkCacheTest.cs                    |   2 +
 .../Apache.Ignite.EntityFramework.csproj           | 120 +---
 .../Apache.Ignite.EntityFramework.nuspec           |  66 --
 .../Apache.Ignite.EntityFramework/packages.config  |  20 -
 .../Apache.Ignite.Linq.DotNetCore.csproj           |  31 -
 .../Apache.Ignite.Linq/Apache.Ignite.Linq.csproj   | 121 +---
 .../Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec   |  79 ---
 .../Apache.Ignite.Linq/Impl/MethodVisitor.cs       |   8 +-
 .../Apache.Ignite.Log4Net.csproj                   | 101 +--
 .../Apache.Ignite.Log4Net.nuspec                   |  66 --
 .../dotnet/Apache.Ignite.Log4Net/packages.config   |  20 -
 .../Apache.Ignite.NLog/Apache.Ignite.NLog.csproj   |  92 +--
 .../Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec   |  66 --
 .../dotnet/Apache.Ignite.NLog/packages.config      |  22 -
 .../Apache.Ignite.Schema.csproj                    |  13 +
 .../platforms/dotnet/Apache.Ignite.Tests.ruleset   |   6 +
 modules/platforms/dotnet/Apache.Ignite.sln         | 119 ++--
 .../Apache.Ignite/Apache.Ignite.DotNetCore.csproj  |  18 +-
 .../dotnet/Apache.Ignite/Apache.Ignite.csproj      |  92 +--
 .../platforms/dotnet/Apache.Ignite/IgniteRunner.cs |   2 +
 .../dotnet/Apache.Ignite/Service/IgniteService.cs  |   6 +-
 modules/platforms/dotnet/DEVNOTES.txt              |  78 +--
 modules/platforms/dotnet/Directory.Build.props     |  17 +
 modules/platforms/dotnet/SharedAssemblyInfo.cs     |   2 -
 modules/platforms/dotnet/build-mono.sh             |  34 -
 modules/platforms/dotnet/build.ps1                 | 158 +----
 .../platforms/dotnet/examples/.vscode/launch.json  |  80 +--
 .../dotnet/examples/Directory.Build.props          |   4 +-
 modules/platforms/dotnet/examples/README.md        |   2 +-
 .../dotnet/examples/ServerNode/ServerNode.csproj   |   2 +-
 .../platforms/dotnet/examples/Shared/Shared.csproj |   2 +-
 .../Thick/Cache/BinaryMode/BinaryMode.csproj       |   2 +-
 .../Thick/Cache/DataStreamer/DataStreamer.csproj   |   2 +-
 .../Cache/EntryProcessor/EntryProcessor.csproj     |   2 +-
 .../Cache/MultiTieredCache/MultiTieredCache.csproj |   2 +-
 .../Thick/Cache/NearCache/NearCache.csproj         |   2 +-
 .../OptimisticTransaction.csproj                   |   2 +-
 .../examples/Thick/Cache/PutGet/PutGet.csproj      |   2 +-
 .../Cache/QueryContinuous/QueryContinuous.csproj   |   2 +-
 .../Thick/Cache/QueryFullText/QueryFullText.csproj |   2 +-
 .../Thick/Cache/QueryScan/QueryScan.csproj         |   2 +-
 .../dotnet/examples/Thick/Cache/Store/Store.csproj |   2 +-
 .../Thick/Cache/Transaction/Transaction.csproj     |   2 +-
 .../TransactionDeadlockDetection.csproj            |   2 +-
 .../dotnet/examples/Thick/Compute/Func/Func.csproj |   2 +-
 .../PeerAssemblyLoading/PeerAssemblyLoading.csproj |   2 +-
 .../dotnet/examples/Thick/Compute/Task/Task.csproj |   2 +-
 .../DataStructures/AtomicLong/AtomicLong.csproj    |   2 +-
 .../AtomicReference/AtomicReference.csproj         |   2 +-
 .../AtomicSequence/AtomicSequence.csproj           |   2 +-
 .../Misc/ClientReconnect/ClientReconnect.csproj    |   2 +-
 .../examples/Thick/Misc/Events/Events.csproj       |   2 +-
 .../examples/Thick/Misc/Lifecycle/Lifecycle.csproj |   2 +-
 .../examples/Thick/Misc/Messaging/Messaging.csproj |   2 +-
 .../examples/Thick/Misc/Services/Services.csproj   |   2 +-
 .../dotnet/examples/Thick/Sql/Ddl/Ddl.csproj       |   2 +-
 .../dotnet/examples/Thick/Sql/Dml/Dml.csproj       |   2 +-
 .../dotnet/examples/Thick/Sql/Linq/Linq.csproj     |   2 +-
 .../dotnet/examples/Thick/Sql/Sql/Sql.csproj       |   2 +-
 .../Cache/BinaryModeThin/BinaryModeThin.csproj     |   2 +-
 .../OptimisticTransactionThin.csproj               |   2 +-
 .../Thin/Cache/PutGetThin/PutGetThin.csproj        |   2 +-
 .../QueryContinuousThin/QueryContinuousThin.csproj |   2 +-
 .../Thin/Cache/QueryScanThin/QueryScanThin.csproj  |   2 +-
 .../Cache/TransactionThin/TransactionThin.csproj   |   2 +-
 .../Thin/Misc/ServicesThin/ServicesThin.csproj     |   2 +-
 .../examples/Thin/Sql/DdlThin/DdlThin.csproj       |   2 +-
 .../examples/Thin/Sql/DmlThin/DmlThin.csproj       |   2 +-
 .../examples/Thin/Sql/LinqThin/LinqThin.csproj     |   2 +-
 .../examples/Thin/Sql/SqlThin/SqlThin.csproj       |   2 +-
 .../Apache.Ignite.Example/ExampleProject.csproj    |   2 +-
 .../ExampleProjectThin.csproj                      |   2 +-
 .../Apache.Ignite.Examples.csproj                  |   8 +-
 138 files changed, 915 insertions(+), 4772 deletions(-)
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.AspNet/Apache.Ignite.AspNet.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.sln
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.sln.DotSettings
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/AspNetTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/CacheTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/ComputeTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Config/ignite-config.xml
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/EntityFrameworkCacheTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Log4NetTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/NLogTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/NuGet.config
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/SchemaTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/StartupTest.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/TestRunner.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/TestUtil.cs
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.ps1
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages.config
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheForkedTest.cs
 copy modules/{extdata/uri/modules/uri-dependency/src/main/resources/gar-example.properties => platforms/dotnet/Apache.Ignite.Core.Tests/nunit.addins} (87%)
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core.Tests/packages.config
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.DotNetCore.csproj
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.Schema.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.EntityFramework/Apache.Ignite.EntityFramework.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.EntityFramework/packages.config
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.DotNetCore.csproj
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Log4Net/Apache.Ignite.Log4Net.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.Log4Net/packages.config
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.NLog/Apache.Ignite.NLog.nuspec
 delete mode 100644 modules/platforms/dotnet/Apache.Ignite.NLog/packages.config
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Schema/Apache.Ignite.Schema.csproj
 delete mode 100755 modules/platforms/dotnet/build-mono.sh