From 1c505288e38945d7457d1fb63fcf3f2ad4520272 Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Sun, 25 Apr 2021 15:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E9=A1=B9=E7=9B=AE=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=8D=87=E7=BA=A7=E8=87=B3=E8=BE=83=E6=96=B0=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=E7=89=88=E6=9C=AC=EF=BC=8C=E5=A6=82netty=E3=80=81groo?= =?UTF-8?q?vy=E3=80=81spring=E3=80=81springboot=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...345\256\230\346\226\271\346\226\207\346\241\243.md" | 1 + pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" index d11d2a20..a5776672 100644 --- "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -2142,6 +2142,7 @@ public void execute() { - 广播任务:记录一条主任务,每个分片任务记录一条次任务,关联在主任务上; - 重试任务:失败时,新增主任务。所有调度记录,包括入口调度和重试调度,均挂载主任务上。 - 2、【优化】[规划中]分片任务:全部完成后才会出发后置节点; +- 3、【优化】多个项目依赖升级至较新稳定版本,如netty、groovy、spring、springboot等; ### 7.33 版本 v2.4.0 Release Notes[规划中] - 1、[规划中]DAG流程任务 diff --git a/pom.xml b/pom.xml index 6d2cac51..21beafd8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,20 +24,20 @@ 1.8 true - 4.1.58.Final + 4.1.63.Final 2.8.6 - 5.3.3 - 2.4.2 + 5.3.6 + 2.4.5 2.1.4 - 8.0.23 + 8.0.24 1.7.30 5.7.1 1.3.2 - 3.0.7 + 3.0.8 3.2.1 3.2.0 -- GitLab