You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2024/03/12 19:10:02 UTC

(helix) branch master updated: Mark HelixCustomeCodeRunner Deprecated (#2774)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1aa2fe61 Mark HelixCustomeCodeRunner Deprecated (#2774)
d1aa2fe61 is described below

commit d1aa2fe61cc03c98e79ea3ca87a5036c9a9639cf
Author: Komal Desai <kd...@linkedin.com>
AuthorDate: Tue Mar 12 12:09:56 2024 -0700

    Mark HelixCustomeCodeRunner Deprecated (#2774)
---
 .../main/java/org/apache/helix/participant/HelixCustomCodeRunner.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helix-core/src/main/java/org/apache/helix/participant/HelixCustomCodeRunner.java b/helix-core/src/main/java/org/apache/helix/participant/HelixCustomCodeRunner.java
index 9afdef648..cfe5926f4 100644
--- a/helix-core/src/main/java/org/apache/helix/participant/HelixCustomCodeRunner.java
+++ b/helix-core/src/main/java/org/apache/helix/participant/HelixCustomCodeRunner.java
@@ -56,6 +56,7 @@ import org.slf4j.LoggerFactory;
  *  .start()
  * </code>
  */
+@Deprecated
 public class HelixCustomCodeRunner {
   private static final String LEADER_STANDBY = "LeaderStandby";
   private static Logger LOG = LoggerFactory.getLogger(HelixCustomCodeRunner.class);