Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

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

Release notes

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

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)
  • 【core 】 修复IdcardUtil.isValidHKCard校验问题(issue#IAFOLI@Gitee)
  • 【core 】 修复Convert.digitToChinese(0)输出金额无元整问题(issue#3662@Github)
  • 【core 】 修复CsvParser中对正文中双引号处理逻辑问题(pr#1244@Gitee)
  • 【core 】 修复ZipUtil.zip压缩到本目录时可能造成的死循环问题(issue#IAGYDG@Gitee)
  • 【cache 】 修复AbstractCache.get中锁不一致导致的并发问题(issue#3686@Github)
  • 【cron 】 修复CronPatternUtil.nextDateAfter栈溢出问题(issue#3685@Github)

5.8.29(2024-07-03)

🐣新特性

  • 【core 】 DateUtil增加offsetYear方法
  • 【core 】 ListUtil增加move方法(issue#3603@Github)
  • 【core 】 CollUtil.subtract增加空判定(issue#3605@Github)
  • 【core 】 优化DateUtil.format(Date date, String format)接口效率(pr#1226@Gitee)
  • 【csv 】 CsvWriter.writeBeans增加重载,可选是否写出表头(issue#IA57W2@Gitee)
  • 【core 】 BetweenFormatter支持自定义设置单位(pr#1228@Gitee)
  • 【cache 】 Cache.put变更策略,对于替换的键值对,不清理队列(issue#3618@Github)
  • 【core 】 添加 Windows 资源管理器风格字符串比较器(pr#3620@Github)
  • 【core 】 Week.of支持中文名称(issue#3637@Github)
  • 【core 】 ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor(pr#1230@Gitee)

🐞Bug修复

  • 【core 】 修复AnnotationUtil可能的空指针错误

... (truncated)

Changelog

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

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)
  • 【core 】 修复IdcardUtil.isValidHKCard校验问题(issue#IAFOLI@Gitee)
  • 【core 】 修复Convert.digitToChinese(0)输出金额无元整问题(issue#3662@Github)
  • 【core 】 修复CsvParser中对正文中双引号处理逻辑问题(pr#1244@Gitee)
  • 【core 】 修复ZipUtil.zip压缩到本目录时可能造成的死循环问题(issue#IAGYDG@Gitee)
  • 【cache 】 修复AbstractCache.get中锁不一致导致的并发问题(issue#3686@Github)
  • 【cron 】 修复CronPatternUtil.nextDateAfter栈溢出问题(issue#3685@Github)

5.8.29(2024-07-03)

🐣新特性

  • 【core 】 DateUtil增加offsetYear方法
  • 【core 】 ListUtil增加move方法(issue#3603@Github)
  • 【core 】 CollUtil.subtract增加空判定(issue#3605@Github)
  • 【core 】 优化DateUtil.format(Date date, String format)接口效率(pr#1226@Gitee)
  • 【csv 】 CsvWriter.writeBeans增加重载,可选是否写出表头(issue#IA57W2@Gitee)
  • 【core 】 BetweenFormatter支持自定义设置单位(pr#1228@Gitee)
  • 【cache 】 Cache.put变更策略,对于替换的键值对,不清理队列(issue#3618@Github)
  • 【core 】 添加 Windows 资源管理器风格字符串比较器(pr#3620@Github)
  • 【core 】 Week.of支持中文名称(issue#3637@Github)
  • 【core 】 ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor(pr#1230@Gitee)

🐞Bug修复

... (truncated)

Commits
  • b427440 单元测试由Junit4变更为Junit5
  • 69e278c 单元测试由Junit4变更为Junit5
  • 85fc13b 单元测试由Junit4变更为Junit5
  • 994ac87 单元测试由Junit4变更为Junit5
  • c7e0bc5 单元测试由Junit4变更为Junit5
  • 155c43a 🌞Release 5.8.30
  • 82e16b5 fix test
  • cfd60e5 增加默认色差方法
  • d75c13a !1257 防止设置色差过大,导致循环次数过多等优化
  • fe6ab04 计算色差值,参数为null时返回最大色差值
  • 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.27 to 5.8.30.
- [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.30)

---
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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 12, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #79.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-all-5.8.30 branch August 19, 2024 07:52
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