An open index of dependabot pull requests across open source projects.

Bump cn.hutool:hutool-bom from 5.8.38 to 5.8.39

Merged
Number: #78
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 23, 2025 at 07:52 AM UTC
(12 months ago)
Updated: July 31, 2025 at 01:51 PM UTC
(10 months ago)
Merged: July 31, 2025 at 01:51 PM UTC
(10 months ago)
by ToQuery
Time to Close: about 1 month
Labels:
dependencies java
Description:

Bumps cn.hutool:hutool-bom from 5.8.38 to 5.8.39.

Release notes

Sourced from cn.hutool:hutool-bom's releases.

5.8.39


5.8.39(2025-06-20)

🐣新特性

  • 【ai 】 增加SSE流式返回函数参数callback,增加超时时间配置,豆包、grok新增文生图接口,豆包生成视频支持使用model,新增HutoolAI平台
  • 【core 】 DesensitizedUtil新增护照号码脱敏功能(pr#1347@Gitee)
  • 【core 】 优化XXXToMapCopier的部分性能(pr#1345@Gitee)
  • 【http 】 HttpConfig增加参数setIgnoreContentLength可选忽略读取响应contentLength头(issue#ICB1B8@Gitee)
  • 【core 】 Assert新增断言给定集合为空的方法以及单元测试用例(pr#3952@Github)
  • 【db 】 Db添加FetchSize的全局设置(pr#3978@Github)
  • 【core 】 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtilisNumber方法以L结尾没有小数点判断问题(issue#3938@Github)
  • 【core 】 修复CharsequenceUtiltoLowerCase方法拼写错误(issue#3941@Github)
  • 【core 】 修复UUIDequals的问题,改为final类(issue#3948@Github)
  • 【core 】 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee)
  • 【poi 】 修复ExcelPicUtil中可能的空指针异常
  • 【core 】 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee)
  • 【core 】 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee)
  • 【core 】 修复TEL_400_800正则规则太窄问题(issue#3967@Github)
  • 【core 】 修复ClassUtiisNormalClass判断未排除String问题(issue#3965@Github)
  • 【core 】 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github)
  • 【core 】 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github)
  • 【cahce 】 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github)
Changelog

Sourced from cn.hutool:hutool-bom's changelog.

5.8.39(2025-06-20)

🐣新特性

  • 【ai 】 增加SSE流式返回函数参数callback,增加超时时间配置,豆包、grok新增文生图接口,豆包生成视频支持使用model,新增HutoolAI平台
  • 【core 】 DesensitizedUtil新增护照号码脱敏功能(pr#1347@Gitee)
  • 【core 】 优化XXXToMapCopier的部分性能(pr#1345@Gitee)
  • 【http 】 HttpConfig增加参数setIgnoreContentLength可选忽略读取响应contentLength头(issue#ICB1B8@Gitee)
  • 【core 】 Assert新增断言给定集合为空的方法以及单元测试用例(pr#3952@Github)
  • 【db 】 Db添加FetchSize的全局设置(pr#3978@Github)
  • 【core 】 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee)

🐞Bug修复

  • 【core 】 修复NumberUtilisNumber方法以L结尾没有小数点判断问题(issue#3938@Github)
  • 【core 】 修复CharsequenceUtiltoLowerCase方法拼写错误(issue#3941@Github)
  • 【core 】 修复UUIDequals的问题,改为final类(issue#3948@Github)
  • 【core 】 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee)
  • 【poi 】 修复ExcelPicUtil中可能的空指针异常
  • 【core 】 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee)
  • 【core 】 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee)
  • 【core 】 修复TEL_400_800正则规则太窄问题(issue#3967@Github)
  • 【core 】 修复ClassUtiisNormalClass判断未排除String问题(issue#3965@Github)
  • 【core 】 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github)
  • 【core 】 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github)
  • 【cahce 】 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github)

Commits
  • f6ba182 🚀release5.8.39
  • cd40a65 update central-publishing-maven-plugin
  • c738c2b 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee)
  • 0c19f0b !1343 可召回批处理线程池执行器,主线程、线程池混合执行批处理任务,主线程空闲时会尝试召回线程池队列中的任务执行
  • a504fa8 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github)
  • a60c70c Merge pull request #3958 from IcoreE/yanzhongxin-v5-dev
  • 2493b8d Db添加FetchSize的全局设置(pr#3978@Github)
  • a10181d Merge pull request #3978 from yry0304/v5-dev
  • 28b21d7 Merge pull request #3970 from asukavuuyn/v5-dev
  • 8deed41 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
maven
Version Change:
5.8.38 → 5.8.39
Update Type:
Patch
Technical Details
ID: 2038450
UUID: 2610749652
Node ID: PR_kwDOIhjur86bnODU
Host: GitHub
Repository: ToQuery/example-java
Merge State: Unknown