This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a change to branch 3.1.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from ed33066178 [python] Fix permission error when create related objects
(#11783)
new 52b79b017e [Improvement] Replace commons-lang 2 function invocations
with commons-lang3 (#11810)
new 1aba077fb8 Remove `not use web service` comment in alert server
(#11819)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/dolphinscheduler/alert/AlertServer.java | 5 -----
.../dolphinscheduler/api/service/impl/ClusterServiceImpl.java | 2 +-
.../dolphinscheduler/api/service/impl/K8SNamespaceServiceImpl.java | 2 +-
.../api/service/impl/ProcessDefinitionServiceImpl.java | 6 +++---
.../api/service/impl/ProcessTaskRelationServiceImpl.java | 2 +-
.../main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java | 2 +-
.../test/java/org/apache/dolphinscheduler/common/ConstantsTest.java | 2 +-
.../java/org/apache/dolphinscheduler/common/os/OSUtilsTest.java | 2 +-
.../dolphinscheduler/plugin/datasource/api/utils/CommonUtils.java | 2 +-
.../dolphinscheduler/server/master/registry/ServerNodeManager.java | 2 +-
.../apache/dolphinscheduler/plugin/task/chunjun/ChunJunTask.java | 2 +-
.../server/worker/utils/TaskExecutionCheckerUtils.java | 2 +-
12 files changed, 13 insertions(+), 18 deletions(-)