Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps hutool.version from 5.8.38 to 5.8.39.
Updates cn.hutool:hutool-all from 5.8.38 to 5.8.39

Release notes

Sourced from cn.hutool:hutool-all'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-all'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

Updates 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 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 `hutool.version` from 5.8.38 to 5.8.39.

Updates `cn.hutool:hutool-all` from 5.8.38 to 5.8.39
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.38...5.8.39)

Updates `cn.hutool:hutool-bom` from 5.8.38 to 5.8.39
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.38...5.8.39)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-all
  dependency-version: 5.8.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: cn.hutool:hutool-bom
  dependency-version: 5.8.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 23, 2025
@fxbin fxbin closed this Jul 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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/hutool.version-5.8.39 branch July 17, 2025 00:34
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.

1 participant