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/11/22 08:03:48 UTC

[ignite] branch master updated (cca909c -> 620ee3f)

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 cca909c  IGNITE-15795 .NET: Add ServiceCallContext (#9526)
     add 620ee3f  IGNITE-15924 Thin client cache for OptimizedMarshaller class names (#9576)

No new revisions were added by this update.

Summary of changes:
 .../internal/client/thin/TcpIgniteClient.java      |  3 +
 .../thin/OptimizedMarshallerClassesCachedTest.java | 86 ++++++++++++++++++++++
 .../org/apache/ignite/client/ClientTestSuite.java  |  4 +-
 3 files changed, 92 insertions(+), 1 deletion(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/client/thin/OptimizedMarshallerClassesCachedTest.java