Skip to content

Bump cn.hutool:hutool-all from 5.8.32 to 5.8.34 #344

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps cn.hutool:hutool-all from 5.8.32 to 5.8.34.

Release notes

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

5.8.34(2024-11-25)

🐣新特性

  • 【http 】 增加Windows微信浏览器识别(issue#IB3SJF@Gitee)
  • 【core 】 ZipUtil.unzip增加编码容错(issue#I3UZ28@Gitee)
  • 【core 】 Calculator兼容x字符作为乘号(issue#3787@Github)
  • 【poi 】 Excel07SaxReader中,对于小数类型,增加精度判断(issue#IB0EJ9@Gitee)
  • 【extra 】 SpringUtil增加getBean重载(issue#3779@Github)
  • 【core 】 DataSizeUtil 新增format方法(issue#IB6UUX@Gitee)

🐞Bug修复

  • 【core 】 修复DateUtil.rangeToList中step小于等于0时无限循环问题(issue#3783@Github)
  • 【cron 】 修复cron模块依赖log模块问题
  • 【extra 】 修复MailUtil发送html格式邮件无法正常展示图片问题(pr#1279@Gitee)
  • 【core 】 【可能的向下兼容问题】修复双引号转义符转义错误问题,修改规则后,对非闭合双引号字段的策略变更,如"aa,则被识别为aa(issue#IB5UQ8@Gitee)
  • 【extra 】 修复Sftp中传入Session重连时逻辑错误问题(issue#IB69U8@Gitee)
  • 【json 】 修复JSONUtil.toBean()中将JSON数组字符串转Map对象返回错误问题(issue#3795@Github)

5.8.33(2024-11-05)

🐣新特性

  • 【core 】 SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee)
  • 【http 】 HttpConfig增加setUseDefaultContentTypeIfNull方法(issue#3719@Github)
  • 【core 】 用ArrayList重新实现权重随机类:WeightListRandom(pr#3720@Github)
  • 【crypto 】 SM2解密时,兼容GmSSL非压缩省略的04头的密文(issue#IAP1QJ@Gitee)
  • 【core 】 兼容NumberUtil.add方法传入整型自动类型转换为浮点类型的精度丢失问题(pr#3721@Github)
  • 【core 】 ModifierUtil明确注释,并增加hasAllModifiers方法(issue#IAQ2U0@Gitee)
  • 【http 】 HttpRequest增加setFixedContentLength方法(issue#3462@Github)
  • 【db 】 AbstractDb增加getDs方法(issue#IARKZL@Gitee)
  • 【db 】 QrCodeUtil添加二维码logo支持配置圆角(pr#3747@Github)
  • 【core 】 TreeUtil.buildSingle指定rootId节点存在时,作为根节点(issue#IAUSHR@Gitee)
  • 【core 】 EscapeUtil.escapeHtml4增加空处理(issue#IAZMYU@Gitee)
  • 【core 】 PropDesc.isTransientForGet使用className,避免Android下类找不到问题(issue#IB0JP5@Gitee)
  • 【core 】 优化NumberUtil.count(pr#3772@Github)
  • 【crypto 】 SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义(issue#IB0NVY@Gitee)
  • 【all 】 优化所调用的ObjectUtil#defaultIfNull避免重复创建(pr#1274@Gitee)
  • 【core 】 NetUtil.bigIntegerToIPv6增加长度修正(issue#IB27HV@Gitee)

🐞Bug修复

  • 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)
  • 【core 】 修复RegexPool.CHINESE_NAME范围太大的问题(issue#IAOGDR@Gitee)
  • 【http 】 修复重定向没有按照RFC7231规范跳转的问题,修改为除了307外重定向使用GET方式(issue#3722@Github)
  • 【core 】 修复ArrayUtil.lastIndexOfSub死循环问题(issue#IAQ16E@Gitee)
  • 【core 】 修复ImgUtil.write写出临时文件未清理问题(issue#IAPZG7@Gitee)
  • 【json 】 修复ignoreNullValue在JSONArray中无效问题(issue#3759@Github)
Changelog

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

5.8.34(2024-11-25)

🐣新特性

  • 【http 】 增加Windows微信浏览器识别(issue#IB3SJF@Gitee)
  • 【core 】 ZipUtil.unzip增加编码容错(issue#I3UZ28@Gitee)
  • 【core 】 Calculator兼容x字符作为乘号(issue#3787@Github)
  • 【poi 】 Excel07SaxReader中,对于小数类型,增加精度判断(issue#IB0EJ9@Gitee)
  • 【extra 】 SpringUtil增加getBean重载(issue#3779@Github)
  • 【core 】 DataSizeUtil 新增format方法(issue#IB6UUX@Gitee)

🐞Bug修复

  • 【core 】 修复DateUtil.rangeToList中step小于等于0时无限循环问题(issue#3783@Github)
  • 【cron 】 修复cron模块依赖log模块问题
  • 【extra 】 修复MailUtil发送html格式邮件无法正常展示图片问题(pr#1279@Gitee)
  • 【core 】 【可能的向下兼容问题】修复双引号转义符转义错误问题,修改规则后,对非闭合双引号字段的策略变更,如"aa,则被识别为aa(issue#IB5UQ8@Gitee)
  • 【extra 】 修复Sftp中传入Session重连时逻辑错误问题(issue#IB69U8@Gitee)
  • 【json 】 修复JSONUtil.toBean()中将JSON数组字符串转Map对象返回错误问题(issue#3795@Github)

5.8.33(2024-11-05)

🐣新特性

  • 【core 】 SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee)
  • 【http 】 HttpConfig增加setUseDefaultContentTypeIfNull方法(issue#3719@Github)
  • 【core 】 用ArrayList重新实现权重随机类:WeightListRandom(pr#3720@Github)
  • 【crypto 】 SM2解密时,兼容GmSSL非压缩省略的04头的密文(issue#IAP1QJ@Gitee)
  • 【core 】 兼容NumberUtil.add方法传入整型自动类型转换为浮点类型的精度丢失问题(pr#3721@Github)
  • 【core 】 ModifierUtil明确注释,并增加hasAllModifiers方法(issue#IAQ2U0@Gitee)
  • 【http 】 HttpRequest增加setFixedContentLength方法(issue#3462@Github)
  • 【db 】 AbstractDb增加getDs方法(issue#IARKZL@Gitee)
  • 【db 】 QrCodeUtil添加二维码logo支持配置圆角(pr#3747@Github)
  • 【core 】 TreeUtil.buildSingle指定rootId节点存在时,作为根节点(issue#IAUSHR@Gitee)
  • 【core 】 EscapeUtil.escapeHtml4增加空处理(issue#IAZMYU@Gitee)
  • 【core 】 PropDesc.isTransientForGet使用className,避免Android下类找不到问题(issue#IB0JP5@Gitee)
  • 【core 】 优化NumberUtil.count(pr#3772@Github)
  • 【crypto 】 SM2.signHex改名为signHexFromHex,原名标记废弃,避免歧义(issue#IB0NVY@Gitee)
  • 【all 】 优化所调用的ObjectUtil#defaultIfNull避免重复创建(pr#1274@Gitee)
  • 【core 】 NetUtil.bigIntegerToIPv6增加长度修正(issue#IB27HV@Gitee)

🐞Bug修复

  • 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)
  • 【core 】 修复RegexPool.CHINESE_NAME范围太大的问题(issue#IAOGDR@Gitee)
  • 【http 】 修复重定向没有按照RFC7231规范跳转的问题,修改为除了307外重定向使用GET方式(issue#3722@Github)
  • 【core 】 修复ArrayUtil.lastIndexOfSub死循环问题(issue#IAQ16E@Gitee)
  • 【core 】 修复ImgUtil.write写出临时文件未清理问题(issue#IAPZG7@Gitee)
  • 【json 】 修复ignoreNullValue在JSONArray中无效问题(issue#3759@Github)

**# 5.8.32(2024-08-30)

... (truncated)

Commits
  • fe567de Merge branch 'v5-dev' into v5-master
  • aacf53c 😗release 5.8.34
  • 226d4bd 🤤release 5.8.33
  • 4a82de7 change qq link
  • 004f90a add test
  • e6c6baa DataSizeUtil 新增format方法(issue#IB6UUX@Gitee)
  • 50807c8 修复JSONUtil.toBean()中将JSON数组字符串转Map对象返回错误问题(issue#3795@Github)
  • d11693f 修复Sftp中传入Session重连时逻辑错误问题(issue#IB69U8@Gitee)
  • fc60818 【可能的向下兼容问题】修复双引号转义符转义错误问题,修改规则后,对非闭合双引号字段的策略变更,如"aa,则被识别为aa
  • ecf4193 fix issue#IB0EJ9
  • 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 [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.32 to 5.8.34.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.32...5.8.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants