Bump cn.hutool:hutool-bom from 5.8.38 to 5.8.39
Merged
Number: #78
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
June 23, 2025 at 07:52 AM UTC
(12 months ago)
(12 months ago)
Updated:
July 31, 2025 at 01:51 PM UTC
(10 months ago)
(10 months ago)
Merged:
July 31, 2025 at 01:51 PM UTC
(10 months ago)
by ToQuery
(10 months ago)
by ToQuery
Time to Close:
about 1 month
Labels:
dependencies java
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.39cd40a65update central-publishing-maven-pluginc738c2b增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee)0c19f0b!1343 可召回批处理线程池执行器,主线程、线程池混合执行批处理任务,主线程空闲时会尝试召回线程池队列中的任务执行a504fa8修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github)a60c70cMerge pull request #3958 from IcoreE/yanzhongxin-v5-dev2493b8dDb添加FetchSize的全局设置(pr#3978@Github)a10181dMerge pull request #3978 from yry0304/v5-dev28b21d7Merge pull request #3970 from asukavuuyn/v5-dev8deed41修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 2038450 |
| UUID: | 2610749652 |
| Node ID: | PR_kwDOIhjur86bnODU |
| Host: | GitHub |
| Repository: | ToQuery/example-java |
| Merge State: | Unknown |