You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/01/18 13:32:30 UTC

[ignite] branch ignite-2.10 updated (cdf6653 -> cbc7329)

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

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


    from cdf6653  IGNITE-11110 Fixed stop case with collision SPI enabled - Fixes #8581.
     add cbc7329  IGNITE-13931 .NET: Add tests for overload service methods (#8626)

No new revisions were added by this update.

Summary of changes:
 .../ignite/platform/PlatformDeployServiceTask.java | 27 +++++++++
 .../platform/model/{Role.java => ParamValue.java}  | 22 ++++---
 .../platform/model/{Role.java => Parameter.java}   | 22 ++++---
 .../Services/IJavaService.cs                       |  3 +
 .../Services/JavaServiceDynamicProxy.cs            |  6 ++
 .../Apache.Ignite.Core.Tests/Services/Model.cs     | 24 ++++++++
 .../Services/ServiceTypeAutoResolveTest.cs         | 27 ++++++---
 .../Services/ServicesTest.cs                       | 70 ++++++++++++++++++++++
 8 files changed, 175 insertions(+), 26 deletions(-)
 copy modules/core/src/test/java/org/apache/ignite/platform/model/{Role.java => ParamValue.java} (77%)
 copy modules/core/src/test/java/org/apache/ignite/platform/model/{Role.java => Parameter.java} (74%)