This is an automated email from the ASF dual-hosted git repository.
sdanilov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 8a541d3b62 IGNITE-17935 Finish implementation of streaming RAFT
snapshot sender (#1280)
add 7088f07858 IGNITE-18106 prepareMarshal()/unmarshal() are not relayed
for Collection subtypes (#1321)
No new revisions were added by this update.
Summary of changes:
modules/network-annotation-processor/build.gradle | 3 +
modules/network-annotation-processor/pom.xml | 12 ++++
.../processor/messages/MessageImplGenerator.java | 2 +-
.../network/processor/tests/GenerationTest.java | 70 ++++++++++++++++++++++
.../network/processor/tests}/TestMessageGroup.java | 9 +--
.../tests/WithListOfMessagesWithMarshallable.java} | 12 ++--
.../network/processor/tests/WithMarshallable.java} | 11 ++--
7 files changed, 105 insertions(+), 14 deletions(-)
create mode 100644
modules/network-annotation-processor/src/test/java/org/apache/ignite/internal/network/processor/tests/GenerationTest.java
copy modules/{raft/src/test/java/org/apache/ignite/raft/messages =>
network-annotation-processor/src/test/java/org/apache/ignite/internal/network/processor/tests}/TestMessageGroup.java
(81%)
copy
modules/{network/src/test/resources/org/apache/ignite/internal/network/processor/ConflictingTypeMessage.java
=>
network-annotation-processor/src/test/java/org/apache/ignite/internal/network/processor/tests/WithListOfMessagesWithMarshallable.java}
(74%)
copy
modules/{replicator/src/main/java/org/apache/ignite/internal/replicator/message/ReplicaResponse.java
=>
network-annotation-processor/src/test/java/org/apache/ignite/internal/network/processor/tests/WithMarshallable.java}
(81%)