Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

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

Release notes

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

5.8.32(2024-08-30)

🐣新特性

  • 【core 】 FileUtil.getTotalLines()支持CR换行符(issue#IAMZYR@Gitee)
  • 【json 】 GlobalSerializeMapping增加null检查(issue#IANH1Y@Gitee)

🐞Bug修复

  • 【http 】 修复getFileNameFromDisposition不符合规范问题(issue#IAKBPD@Gitee)
  • 【crypto 】 修复SymmetricCrypto.setParams和setRandom没有加锁问题(issue#IAJIY3@Gitee)
  • 【crypto 】 修复ZipUtil压缩成流的方法检查文件时报错问题(issue#3697@Github)
  • 【core 】 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题(issue#3702@Github)
  • 【json 】 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题(issue#IALQ0N@Gitee)
  • 【core 】 修复Tree.cloneTree的Parent节点引用错误问题(issue#IANJTC@Gitee)

5.8.31(2024-08-12)

🐣新特性

  • 【core 】 TreeUtil增加build方法,可以构建Bean的树结构(pr#3692@Github)

🐞Bug修复

  • 【extra 】 修复JakartaMailUtil引用javax的问题
  • 【core 】 修复GraphicsUtil.drawString方法签名变化导致的问题(issue#3694@Github)

5.8.30(2024-08-09)

🐣新特性

  • 【core 】 Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非null(issue#3649@Github)
  • 【core 】 UrlQuery增加remove方法
  • 【extra 】 增加JakartaMailUtil,支持新包名的mail
  • 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法(pr#3655@Github)
  • 【core 】 CharSequenceUtil增加stripAll方法(pr#3659@Github)
  • ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密(pr#3675
  • 【core 】 Opt增加ifFail(pr#1239@Gitee)
  • 【poi 】 增加GlobalPoiConfig(issue#IAEHJH@Gitee)
  • 【core 】 优化IndexedComparator性能(pr#1240@Gitee)
  • 【http 】 改进ContentType.get忽略空格(pr#3664@Github)
  • 【http 】 CompressUtil.createExtractor支持tgz自动识别(pr#3674@Github)
  • 【poi 】 ExcelWriter.autoSizeColumn增加可选widthRatio参数,可配置中文字符宽度倍数(pr#3689@Github)
  • 【mail 】 MailAccount增加自定义参数支持(issue#3687@Github)
  • 【mail 】 增加文字颜色与背景颜色色差设置(pr#1252@gitee)
  • 【mail 】 XmlUtil增加xmlToBean重载,支持CopyOptions参数(issue#IAISBB@gitee)
  • 【core 】 增加默认色差方法(pr#1257@gitee)
  • 【all 】 单元测试由Junit4变更为Junit5

🐞Bug修复

  • 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题(issue#IAAE88@Gitee)
  • 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题(pr#1233@Gitee)
  • 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题(issue#3645@Github)
  • 【core 】 修复FileUtil.file末尾换行符导致路径判断错误的问题(issue#IAB65V@Gitee)
  • 【core 】 修复FileTypeUtil.getType空指针问题(issue#IAD5JM@Gitee)

... (truncated)

Changelog

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

5.8.32(2024-08-30)

🐣新特性

  • 【core 】 FileUtil.getTotalLines()支持CR换行符(issue#IAMZYR@Gitee)
  • 【json 】 GlobalSerializeMapping增加null检查(issue#IANH1Y@Gitee)

🐞Bug修复

  • 【http 】 修复getFileNameFromDisposition不符合规范问题(issue#IAKBPD@Gitee)
  • 【crypto 】 修复SymmetricCrypto.setParams和setRandom没有加锁问题(issue#IAJIY3@Gitee)
  • 【crypto 】 修复ZipUtil压缩成流的方法检查文件时报错问题(issue#3697@Github)
  • 【core 】 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题(issue#3702@Github)
  • 【json 】 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题(issue#IALQ0N@Gitee)
  • 【core 】 修复Tree.cloneTree的Parent节点引用错误问题(issue#IANJTC@Gitee)

5.8.31(2024-08-12)

🐣新特性

  • 【core 】 TreeUtil增加build方法,可以构建Bean的树结构(pr#3692@Github)

🐞Bug修复

  • 【extra 】 修复JakartaMailUtil引用javax的问题
  • 【core 】 修复GraphicsUtil.drawString方法签名变化导致的问题(issue#3694@Github)

5.8.30(2024-08-09)

🐣新特性

  • 【core 】 Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非null(issue#3649@Github)
  • 【core 】 UrlQuery增加remove方法
  • 【extra 】 增加JakartaMailUtil,支持新包名的mail
  • 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法(pr#3655@Github)
  • 【core 】 CharSequenceUtil增加stripAll方法(pr#3659@Github)
  • ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密(pr#3675
  • 【core 】 Opt增加ifFail(pr#1239@Gitee)
  • 【poi 】 增加GlobalPoiConfig(issue#IAEHJH@Gitee)
  • 【core 】 优化IndexedComparator性能(pr#1240@Gitee)
  • 【http 】 改进ContentType.get忽略空格(pr#3664@Github)
  • 【http 】 CompressUtil.createExtractor支持tgz自动识别(pr#3674@Github)
  • 【poi 】 ExcelWriter.autoSizeColumn增加可选widthRatio参数,可配置中文字符宽度倍数(pr#3689@Github)
  • 【mail 】 MailAccount增加自定义参数支持(issue#3687@Github)
  • 【mail 】 增加文字颜色与背景颜色色差设置(pr#1252@gitee)
  • 【mail 】 XmlUtil增加xmlToBean重载,支持CopyOptions参数(issue#IAISBB@gitee)
  • 【core 】 增加默认色差方法(pr#1257@gitee)
  • 【all 】 单元测试由Junit4变更为Junit5

🐞Bug修复

  • 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题(issue#IAAE88@Gitee)
  • 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题(pr#1233@Gitee)
  • 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题(issue#3645@Github)

... (truncated)

Commits
  • 467d67e 🍼Release 5.8.32
  • 9262ace 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题
  • c3b576f 修复Tree.cloneTree的Parent节点引用错误问题
  • baac5d0 GlobalSerializeMapping增加null检查
  • c459a0f FileUtil.getTotalLines()支持CR换行符
  • 63b2f7c 修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题
  • 227a6ef add test
  • 9be0fef 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题
  • e1aa3f6 add test
  • f81dd24 update dependency
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 2, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/cn.hutool-hutool-all-5.8.32 branch from e0cadce to a5db469 Compare September 4, 2024 05:49
Bumps [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.27 to 5.8.32.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@5.8.27...5.8.32)

---
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 force-pushed the dependabot/maven/cn.hutool-hutool-all-5.8.32 branch from a5db469 to 2786dff Compare September 4, 2024 05:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #91.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-all-5.8.32 branch November 11, 2024 07:31
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