Skip to content

chore(deps): bump com.xuxueli:xxl-job-core from 3.3.2 to 3.4.0#1195

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.xuxueli-xxl-job-core-3.4.0
Closed

chore(deps): bump com.xuxueli:xxl-job-core from 3.3.2 to 3.4.0#1195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.xuxueli-xxl-job-core-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Bumps com.xuxueli:xxl-job-core from 3.3.2 to 3.4.0.

Release notes

Sourced from com.xuxueli:xxl-job-core's releases.

XXL-JOB v3.4.0 | 分布式任务调度平台

  • 1、【新增】集成OpenClaw: AI执行器新增“openClawJobHandler”内置任务,与OpenClaw集成打通,支持快速开发AI类任务;
  • 2、【增强】任务合并调度:任务调度后批量合并更新,高频调度场景可百倍降低SQL操作合并执行,提升调度性能; (任务调度后批量合并更新配置:“xxl.job.schedule.batchsize”)
  • 3、【优化】调度日志支持执行器维度查看,提升体验;新增调度日志索引,提升查询性能;
  • 4、【优化】一致性哈希路由算法优化,重构哈希环逻辑提升代码简洁性;
  • 5、【优化】Cron解析工具优化,解决day-of-month使用L时会跳过非31天的月份问题;
  • 6、【优化】执行器注册表主键调整为long数据类型,防止大规模执行器集群注册数据溢出;
  • 7、【优化】任务参数长度调整,最长支持2048字符;
  • 8、【优化】执行器名称长度调整,最长支持64字符;
  • 9、【修复】固定间隔模式调度策略调整,修复小概率下触发时间偏差问题;
  • 10、【调整】Docker基础镜像调整为eclipse-temurin;
  • 11、【优化】父POM依赖配置优化,移除容易配置;合并PR-3926;
  • 12、【优化】调度组件触发判断优化,合并PR-2502;
  • 13、【优化】调度日志调整,完善日志参数信息,合并PR-2761;
  • 14、【重构】代码重构优化:I18N国际化、属性加载、报表SQL等逻辑重构,合并PR-2888、PR-3006、PR-3027、PR-3198、PR-3285;
  • 15、【重构】告警组件初始化重构,提升代码可维护性,合并PR-2903;
  • 16、【升级】升级多项maven依赖至较新版本;

备注:
数据库升级脚本:

-- 任务日志表:添加索引
create index I_jobgroup on xxl_job_log (job_group);

-- 执行器表:修改字段长度
alter table xxl_job_group
modify title varchar(64) not null comment '执行器名称';

-- 执行器注册表:修改自增ID类型
alter table xxl_job_registry
modify id bigint(20) NOT NULL AUTO_INCREMENT;

-- 任务表:修改字段长度
alter table xxl_job_info
modify executor_param text null comment '任务参数';

-- 日志表:修改字段长度
alter table xxl_job_log
modify executor_param text null comment '任务参数';

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.xuxueli:xxl-job-core](https://github.com/xuxueli/xxl-job) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/xuxueli/xxl-job/releases)
- [Commits](xuxueli/xxl-job@3.3.2...v3.4.0)

---
updated-dependencies:
- dependency-name: com.xuxueli:xxl-job-core
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 11, 2026
@dependabot dependabot Bot requested a review from a team April 11, 2026 19:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 11, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@LearningGp LearningGp closed this Apr 13, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/com.xuxueli-xxl-job-core-3.4.0 branch April 13, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants