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

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0ba3a5ffce [Chore] Remove unused code- #18599 (#18599)
0ba3a5ffce is described below

commit 0ba3a5ffce6146a529b64ea2b1bf54a56b614995
Author: xiangzihao <[email protected]>
AuthorDate: Fri Aug 28 16:58:09 2026 +0800

    [Chore] Remove unused code- #18599 (#18599)
---
 .../src/main/java/org/apache/dolphinscheduler/api/enums/Status.java  | 5 -----
 dolphinscheduler-api/src/main/resources/i18n/messages.properties     | 2 --
 .../src/main/resources/i18n/messages_en_US.properties                | 2 --
 .../src/main/resources/i18n/messages_zh_CN.properties                | 2 --
 4 files changed, 11 deletions(-)

diff --git 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
index ef413cc9e3..9c954e1757 100644
--- 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
+++ 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
@@ -396,23 +396,18 @@ public enum Status {
     MAIN_TABLE_USING_VERSION(50053, "the version that the master table is 
using", "主表正在使用该版本"),
     PROJECT_WORKFLOW_NOT_MATCH(50054, "the project and the workflow is not 
match", "项目和工作流不匹配"),
     DELETE_EDGE_ERROR(50055, "delete edge error", "删除工作流任务连接线错误"),
-    TASK_DEFINITION_NOT_MODIFY_ERROR(50057, "task [{0}] definition not modify 
error", "任务[{0}]定义未修改错误"),
     BATCH_EXECUTE_WORKFLOW_INSTANCE_ERROR(50058, "change workflow instance 
status error: {0}", "修改工作实例状态错误: {0}"),
     START_TASK_INSTANCE_ERROR(50059, "start task instance error", "运行任务流实例错误"),
     DELETE_WORKFLOW_DEFINE_ERROR(50060, "delete workflow definition [{0}] 
error: {1}", "删除工作流定义[{0}]错误: {1}"),
     CREATE_TASK_DEFINITION_LOG_ERROR(50061, "create task definition log {0} 
error", "创建任务操作记录 {0} 错误"),
     DELETE_TASK_DEFINE_BY_CODE_MSG_ERROR(50062, "delete task definition {0} 
error", "删除任务定义 {0} 错误"),
-    TASK_DEFINITION_NOT_CHANGE(50063, "task definition {0} do not change", 
"任务定义 {0} 没有变化"),
     TASK_DEFINITION_NOT_EXISTS(50064, "task definition {0} do not exists", 
"任务定义 {0} 不存在"),
-    UPDATE_UPSTREAM_TASK_WORKFLOW_RELATION_ERROR(50065, "update task upstream 
relation error", "更新任务上游关系错误"),
     WORKFLOW_TASK_RELATION_NOT_EXPECT(50067, "workflow task relation number 
not expect, expect {0} but get {1}",
             "工作流任务关系数量不符合预期,预期 {0} 但是实际 {1}"),
     WORKFLOW_TASK_RELATION_BATCH_DELETE_ERROR(50068, "batch delete workflow 
task relation {0} error",
             "批量删除工作流任务关系 {0} 错误"),
     WORKFLOW_TASK_RELATION_BATCH_CREATE_ERROR(50069, "batch create workflow 
task relation {0} error",
             "批量创建工作流任务关系 {0} 错误"),
-    UPSTREAM_TASK_NOT_EXISTS(50071, "upstream task want to set dependence do 
not exists {0}", "指定的上游任务 {0} 不存在"),
-
     WORKFLOW_INSTANCE_IS_NOT_FINISHED(50071, "the workflow instance is not 
finished, can not do this operation",
             "工作流实例未结束,不能执行此操作"),
 
diff --git a/dolphinscheduler-api/src/main/resources/i18n/messages.properties 
b/dolphinscheduler-api/src/main/resources/i18n/messages.properties
index 33502f63c6..ba4789f8ef 100644
--- a/dolphinscheduler-api/src/main/resources/i18n/messages.properties
+++ b/dolphinscheduler-api/src/main/resources/i18n/messages.properties
@@ -288,8 +288,6 @@ QUERY_AVAILABLE_NAMESPACE_LIST_NOTES=query available k8s 
namespace
 QUERY_WORKFLOW_DEFINITION_All_BY_PROJECT_CODE_NOTES=query all workflow 
definition by project code
 
 TASK_DEFINITION_JSON=task definition json
-UPSTREAM_CODES=upstream code list
-UPDATE_TASK_DEFINITION_NOTES=update task definition
 TASK_DEFINITION_CODE=task definition code
 QUERY_TASK_DEFINITION_VERSIONS_NOTES=query task definition version list
 SWITCH_TASK_DEFINITION_VERSION_NOTES=switch task definition version
diff --git 
a/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties 
b/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties
index b078819c17..6e02d6874f 100644
--- a/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties
+++ b/dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties
@@ -318,8 +318,6 @@ QUERY_AVAILABLE_NAMESPACE_LIST_NOTES=query available k8s 
namespace
 QUERY_WORKFLOW_DEFINITION_All_BY_PROJECT_CODE_NOTES=query all process 
definition by project code
 
 TASK_DEFINITION_JSON=task definition json
-UPSTREAM_CODES=upstream code list
-UPDATE_TASK_DEFINITION_NOTES=update task definition
 TASK_DEFINITION_CODE=task definition code
 QUERY_TASK_DEFINITION_VERSIONS_NOTES=query task definition version list
 SWITCH_TASK_DEFINITION_VERSION_NOTES=switch task definition version
diff --git 
a/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties 
b/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties
index 644d637eef..5d70fef9b6 100644
--- a/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties
+++ b/dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties
@@ -316,8 +316,6 @@ 
QUERY_AVAILABLE_NAMESPACE_LIST_NOTES=\u67E5\u8BE2\u53EF\u7528\u547D\u540D\u7A7A\
 
QUERY_WORKFLOW_DEFINITION_All_BY_PROJECT_CODE_NOTES=\u901A\u8FC7\u9879\u76EE\u4EE3\u7801\u67E5\u8BE2\u6240\u6709\u5DE5\u4F5C\u91CF\u5B9A\u4E49
 
 TASK_DEFINITION_JSON=\u4EFB\u52A1\u5B9A\u4E49JSON
-UPSTREAM_CODES=\u4E0A\u6E38\u4EE3\u7801\u5217\u8868
-UPDATE_TASK_DEFINITION_NOTES=\u66F4\u65B0\u4EFB\u52A1\u5B9A\u4E49
 TASK_DEFINITION_CODE=\u4EFB\u52A1\u5B9A\u4E49\u4EE3\u7801
 
QUERY_TASK_DEFINITION_VERSIONS_NOTES=\u67E5\u8BE2\u4EFB\u52A1\u5B9A\u4E49\u7248\u672C\u5217\u8868
 
SWITCH_TASK_DEFINITION_VERSION_NOTES=\u5207\u6362\u4EFB\u52A1\u5B9A\u4E49\u7248\u672C

Reply via email to