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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e893ae5880 IGNITE-25969 Remove IgniteCodeGeneratingFail annotation 
from WalStateAckMessage (#12298)
1e893ae5880 is described below

commit 1e893ae588095bd2f1356b4c34bdbea4a7190e4a
Author: Dmitry Werner <[email protected]>
AuthorDate: Tue Aug 26 14:54:57 2025 +0500

    IGNITE-25969 Remove IgniteCodeGeneratingFail annotation from 
WalStateAckMessage (#12298)
---
 .../org/apache/ignite/internal/processors/cache/WalStateAckMessage.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateAckMessage.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateAckMessage.java
index a3d7c19804a..2206378fb50 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateAckMessage.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/WalStateAckMessage.java
@@ -18,7 +18,6 @@
 package org.apache.ignite.internal.processors.cache;
 
 import java.util.UUID;
-import org.apache.ignite.internal.IgniteCodeGeneratingFail;
 import org.apache.ignite.internal.Order;
 import org.apache.ignite.internal.util.typedef.internal.S;
 import org.apache.ignite.plugin.extensions.communication.Message;
@@ -27,7 +26,6 @@ import org.jetbrains.annotations.Nullable;
 /**
  * WAL state ack message (sent from participant node to coordinator).
  */
-@IgniteCodeGeneratingFail
 public class WalStateAckMessage implements Message {
     /** Operation ID. */
     @Order(value = 0, method = "operationId")

Reply via email to