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 2020/12/29 10:40:15 UTC

[ignite] branch master updated (f17a4cb -> c2204cd)

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 f17a4cb  IGNITE-13456 Extends info collected during tracing of SQL queries. (#8393)
     add c2204cd  IGNITE-13897 .NET: Service can't assign correct type to passed array parameters (#8614)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/binary/BinaryRawReaderEx.java  |  7 ++
 .../ignite/internal/binary/BinaryReaderExImpl.java |  7 +-
 .../apache/ignite/internal/binary/BinaryUtils.java | 19 +++--
 .../platform/services/PlatformServices.java        | 13 +++-
 .../processors/platform/utils/PlatformUtils.java   |  3 +
 .../internal/binary/BinaryMarshallerSelfTest.java  | 84 ++++++++++++----------
 .../ignite/platform/PlatformDeployServiceTask.java | 19 +++++
 .../Services/IJavaService.cs                       |  6 ++
 .../Services/JavaServiceDynamicProxy.cs            | 12 ++++
 .../Services/ServiceTypeAutoResolveTest.cs         | 16 +++--
 10 files changed, 136 insertions(+), 50 deletions(-)