You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2021/02/16 11:48:46 UTC

[ignite] branch master updated (6e16486 -> f1f476d)

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

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


    from 6e16486  IGNITE-14155 Waiting for condition added to an async event - Fixes #8791.
     add f1f476d  IGNITE-14169 .NET: Add NamespacePrefix and NamespaceToLower to BinaryBasicNameMapper (#8795)

No new revisions were added by this update.

Summary of changes:
 .../Binary/BinaryNameMapperTest.cs                 | 80 ++++++++++++++++++++++
 .../Cache/CacheAbstractTest.cs                     |  2 +-
 .../Compute/ComputeApiTypeAutoRegisterTest.cs      |  9 ++-
 .../Apache.Ignite.Core.Tests/LifecycleTest.cs      |  4 +-
 .../Services/IJavaService.cs                       |  2 +-
 .../Services/JavaServiceDynamicProxy.cs            |  2 +-
 .../Apache.Ignite.Core.Tests/Services/Model.cs     |  2 +-
 .../Services/ServicesTest.cs                       |  2 +-
 .../Services/ServicesTypeAutoResolveTest.cs        | 11 ++-
 .../Binary/BinaryBasicNameMapper.cs                | 61 +++++++++++------
 .../Binary/BinaryReflectiveSerializer.cs           |  2 +-
 .../Apache.Ignite.Core/IgniteConfiguration.cs      |  2 +-
 .../IgniteConfigurationSection.xsd                 |  2 +-
 .../dotnet/Apache.Ignite.Core/Ignition.cs          |  2 +-
 .../Apache.Ignite.Core/Impl/Binary/BinaryUtils.cs  |  2 +-
 .../Apache.Ignite.Core/Impl/Binary/Marshaller.cs   |  5 +-
 .../Impl/Binary/TypeNameParser.cs                  | 18 ++++-
 modules/platforms/dotnet/Apache.Ignite/App.config  |  2 +-
 18 files changed, 168 insertions(+), 42 deletions(-)