From 5a0c6e72f6f59e0029c0f6bca514cebeb6610323 Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Mon, 23 Jun 2025 21:39:23 +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=E6=B6=89=E5=8F=8A=20netty?= =?UTF-8?q?=E3=80=81spring/springboot=E3=80=81groovy=20=E7=AD=89=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/XXL-JOB官方文档.md | 5 +++-- pom.xml | 38 +++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/doc/XXL-JOB官方文档.md b/doc/XXL-JOB官方文档.md index 58274d08..cfafc434 100644 --- a/doc/XXL-JOB官方文档.md +++ b/doc/XXL-JOB官方文档.md @@ -2538,8 +2538,9 @@ public void execute() { ### 7.39 版本 v3.1.1 Release Notes[规划中] - 1、【调整】AI执行器任务(difyWorkflowJobHandler)优化:将 “baseUrl、apiKey” 等Dify配置信息,从执行器侧文件类配置调整至调度中心“任务参数”动态配置,提升多Dify应用集成效率。 -- 2、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险; -- 3、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理; +- 2、【升级】多个项目依赖升级至较新稳定版本,涉及 netty、spring/springboot、groovy 等; +- 3、[规划中]登陆态Token生成逻辑优化,混淆登陆时间属性,降低token泄漏风险; +- 4、[规划中]组件扫描改为BeanPostProcessor方式,避免小概率情况下提前初始化;底层组件移除单例写法,汇总factory统一管理; ### TODO LIST - 1、调度隔离:调度中心针对不同执行器,各自维护不同的调度和远程触发组件。 diff --git a/pom.xml b/pom.xml index 689da036..e97d6038 100644 --- a/pom.xml +++ b/pom.xml @@ -28,21 +28,22 @@ 3.3.1 3.11.2 3.2.7 + 0.7.0 2.0.17 - 5.12.2 + 5.13.1 3.0.0 - 4.2.0.Final + 4.2.2.Final 2.13.1 - 3.4.5 - 6.2.6 + 3.5.3 + 6.2.8 3.0.4 9.3.0 - 4.0.26 + 4.0.27 @@ -133,18 +134,25 @@ + + + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} + true + + central + + xxl-job-admin + xxl-job-executor-samples + xxl-job-executor-sample-frameless + xxl-job-executor-sample-springboot + xxl-job-executor-sample-springboot-ai + + + - - - oss - https://oss.sonatype.org/content/repositories/snapshots/ - - - oss - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - -