Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

chore(deps): bump com.xuxueli:xxl-job-core from 3.0.0 to 3.1.0#261

Merged
ninggf merged 1 commit intomainfrom
dependabot/maven/main/com.xuxueli-xxl-job-core-3.1.0
May 12, 2025
Merged

chore(deps): bump com.xuxueli:xxl-job-core from 3.0.0 to 3.1.0#261
ninggf merged 1 commit intomainfrom
dependabot/maven/main/com.xuxueli-xxl-job-core-3.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2025

Bumps com.xuxueli:xxl-job-core from 3.0.0 to 3.1.0.

Release notes

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

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

  • 1、【新增】新增提供 “AI执行器” 并内置多个Bean模式 AI任务Handler,与spring-ai、ollama、dify等集成打通,支持快速开发AI类任务。
    • AppName:xxl-job-executor-sample-ai
    • 执行器代码:xxl-job-executor-sample-springboot-ai
    • 执行器初始化脚本:执行参考SQL脚本,或自行人工创建:
      INSERT INTO `xxl_job_group`(`app_name`, `title`, `address_type`, `address_list`, `update_time`)
          VALUES ('xxl-job-executor-sample-ai', 'AI执行器Sample', 0, NULL, now());
      
  • 2、【新增】新增多个 Bean模式 AI任务Handler,如 ollamaJobHandler、difyWorkflowJobHandler 等,支持快速集成开发AI任务。任务配置可参考 AI执行器
    • a、ollamaJobHandler: OllamaChat任务,支持自定义prompt、input等输入信息。
    • b、difyWorkflowJobHandler:DifyWorkflow 任务,支持自定义inputs、user等输入信息。
  • 3、【修复】合并PR-3708、PR-3704,解决固定速度调度模式下,下次计算执行时间小概率(间隔超长时)不准问题。
  • 4、【修复】任务操作逻辑优化,修复边界情况下逻辑中断问题 (ISSUE-2081)。
  • 5、【修复】调度中心Cron前端组件优化,解决week配置与后端兼容性问题 (ISSUE-2220)。
  • 6、【修复】任务RollingLog权限逻辑调整:修复非管理员账号越权访问问题 (ISSUE-3705)。
  • 7、【优化】Glue IDE调整,版本回溯支持查看修改时间;
  • 8、【优化】任务RollingLog调整,XSS过滤支持白名单排出,提升日志易读性;
  • 9、【优化】执行器日志文件保存天数(logretentiondays)调整,最小保留时间调整至3天。
  • 10、【升级】多个项目依赖升级至较新稳定版本,涉及 gson、groovy、spring/springboot、mysql 等;
Commits
  • ce64292 feat(AI): 新增 AI执行器和任务处理器
  • 533218e build: 更新版本号至 3.1.0
  • 2e612db feat(sample): 更新示例任务配置并增加 Dify 示例
  • 1dae331 build(version): 更新项目版本至3.1.0-SNAPSHOT
  • daab38f 执行器日志文件保存天数(logretentiondays)调整,最小保留时间调整至3天。
  • 36332fd feat(AI): 新增 AI执行器和任务处理器
  • ceafab3 docs(xxl-job): 更新 AI执行器依赖说明
  • 386021a fix(admin): 修复定时任务执行时间计算错误
  • ec421fa feat(AI): 新增 DifyWorkflow 任务支持
  • afe882f Merge pull request #3708 from Kang-Hy/master
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.0 to 3.1.0.
- [Release notes](https://github.com/xuxueli/xxl-job/releases)
- [Commits](xuxueli/xxl-job@3.0.0...3.1.0)

---
updated-dependencies:
- dependency-name: com.xuxueli:xxl-job-core
  dependency-version: 3.1.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 May 11, 2025
@ninggf ninggf merged commit 65f64aa into main May 12, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/main/com.xuxueli-xxl-job-core-3.1.0 branch May 12, 2025 07:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant