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 1bb32a7  IGNITE-12300 Use initiating node security context in 
ComputeJob.cancel - Fixes #7017.
     add bdb225c  IGNITE-9033 .NET Thin Client: add cache expiry policies

No new revisions were added by this update.

Summary of changes:
 .../platform/client/ClientConnectionContext.java   |   6 +-
 .../cache/ClientCacheConfigurationSerializer.java  |  12 ++
 .../platform/client/cache/ClientCacheRequest.java  |  28 +++-
 .../platform/utils/PlatformConfigurationUtils.java |   4 +-
 .../Client/Cache/CacheClientAsyncWrapper.cs        |   7 +
 .../Client/Cache/CacheTest.cs                      | 166 ++++++++++++++++++++-
 .../Client/Cache/CacheTestKeepBinary.cs            |   2 +-
 .../Client/Cache/ClientCacheConfigurationTest.cs   |   3 -
 .../Client/Cache/CreateCacheTest.cs                |  34 +++++
 .../Client/ClientTestBase.cs                       |  12 +-
 .../Cache/Expiry/ExpiryPolicy.cs                   |   2 +-
 .../dotnet/Apache.Ignite.Core/Cache/ICache.cs      |   2 +-
 .../Client/Cache/CacheClientConfiguration.cs       |  10 ++
 .../Client/Cache/ICacheClient.cs                   |  12 ++
 .../Impl/Client/Cache/CacheClient.cs               |  61 +++++++-
 .../Cache/ClientCacheConfigurationSerializer.cs    |  14 +-
 .../Apache.Ignite.Core/Impl/Client/ClientSocket.cs |  10 +-
 17 files changed, 365 insertions(+), 20 deletions(-)

Reply via email to