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/ - -