You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/03/22 06:34:30 UTC

[dolphinscheduler] branch dev updated (f5ef410 -> 852597c)

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

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


    from f5ef410  [Fix][UI Next][V1.0.0-Alpha] fix queue display bug in tenant modal (#9064)
     add 852597c  [Bug-9070][Server]fix taskExecutionContext json convert error (#9072)

No new revisions were added by this update.

Summary of changes:
 .../master/consumer/TaskPriorityQueueConsumer.java |  2 +-
 .../resource/AbstractResourceParameters.java       |  9 ++++
 .../resource/ResourceParametersHelper.java         | 12 +++--
 .../resource/AbstractResourceParametersTest.java   | 56 ++++++++++++++++++++++
 4 files changed, 74 insertions(+), 5 deletions(-)
 create mode 100644 dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/java/org/apache/dolphinscheduler/plugin/task/api/parameters/resource/AbstractResourceParametersTest.java