You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2020/02/26 15:29:15 UTC

[ignite] branch master updated (7c7bd17 -> 2c428d5)

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

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


    from 7c7bd17  IGNITE-7276 .NET: Add EnableStatistics APIs
     add 2c428d5  IGNITE-12682 IgniteMessageFactoryImpl.registerCustom() method is removed as potentially dangerous

No new revisions were added by this update.

Summary of changes:
 .../communication/IgniteMessageFactoryImpl.java    | 26 ------
 .../GridManagerLocalMessageListenerSelfTest.java   | 30 +++++--
 .../GridCommunicationSendMessageSelfTest.java      | 31 +++++--
 .../MessageDirectTypeIdConflictTest.java           | 95 ++--------------------
 .../GridCacheConditionalDeploymentSelfTest.java    | 32 ++++++--
 .../ignite/plugin/PluginConfigurationTest.java     | 92 +--------------------
 .../GridAbstractCommunicationSelfTest.java         | 19 +++--
 .../communication/GridCacheMessageSelfTest.java    | 49 ++++++-----
 ...pCommunicationSpiConcurrentConnectSelfTest.java | 21 +++--
 ...idTcpCommunicationSpiMultithreadedSelfTest.java | 18 +++-
 ...GridTcpCommunicationSpiRecoveryAckSelfTest.java | 21 +++--
 .../GridTcpCommunicationSpiRecoverySelfTest.java   | 21 +++--
 ...TcpCommunicationRecoveryAckClosureSelfTest.java | 21 +++--
 .../tcp/TcpCommunicationStatisticsTest.java        | 30 +++++--
 .../ignite/testframework/GridSpiTestContext.java   | 34 ++++----
 15 files changed, 232 insertions(+), 308 deletions(-)