You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/04/09 15:24:31 UTC

[ignite-3] branch main updated (49bfd0f -> 388ca93)

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

amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 49bfd0f  IGNITE-14084 Direct marshalling code converted from 2.x codebase (#82).
     add 388ca93   IGNITE-14430: Common logger interface. #87

No new revisions were added by this update.

Summary of changes:
 modules/configuration/pom.xml                      |  7 +++
 .../configuration/ConfigurationRegistry.java       |  7 +--
 modules/core/pom.xml                               |  5 +-
 .../lang/{LogWrapper.java => IgniteLogger.java}    | 63 +++++++++++++++++++---
 .../client/service/impl/RaftGroupServiceImpl.java  |  6 +--
 .../raft/client/service/RaftGroupServiceTest.java  |  8 +--
 .../raft/server/ITRaftCounterServerTest.java       |  6 +--
 .../ignite/raft/server/impl/RaftServerImpl.java    |  4 +-
 modules/schema/pom.xml                             |  9 ++--
 .../marshaller/asm/AsmSerializerGenerator.java     | 15 +++---
 10 files changed, 92 insertions(+), 38 deletions(-)
 rename modules/core/src/main/java/org/apache/ignite/lang/{LogWrapper.java => IgniteLogger.java} (54%)