Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump cn.hutool:hutool-all from 5.8.28 to 5.8.29 #297

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps cn.hutool:hutool-all from 5.8.28 to 5.8.29.

Release notes

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

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可能的空指针错误
  • 【core 】 修复BeanUtil.isBean判断Dict错误问题(issue#I9VTZG@Gitee)
  • 【core 】 修复VersionComparator传入空字符串报错问题(pr#3614@Github)
  • 【core 】 修复CaseInsensitiveLinkedMap顺序错误问题(issue#IA4K4F@Gitee)
  • 【core 】 修复DateUtil.offset空指针问题(issue#3617@Github)
  • 【core 】 修复PathMover.moveContent问题(issue#IA5Q8D@Gitee)
  • 【db 】 修复PooledConnection可能的数据库驱动未找到问题(issue#IA6EUQ@Gitee)
  • 【http 】 修复Mac下的微信浏览器被识别为移动端问题(issue#IA74K2@Gitee)
  • 【core 】 修复Tailer指定初始读取行数的计算错误问题(issue#IA77ML@Gitee)
  • 【http 】 修复getFileNameFromDisposition获取头错误问题(issue#3632@Github)
  • 【core 】 修复\n#出现在双引号中解析错误问题(issue#IA8WE0@Gitee)
  • 【core 】 修复FastDatePrinter处理YY错误问题(issue#3641@Github)
Changelog

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

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可能的空指针错误
  • 【core 】 修复BeanUtil.isBean判断Dict错误问题(issue#I9VTZG@Gitee)
  • 【core 】 修复VersionComparator传入空字符串报错问题(pr#3614@Github)
  • 【core 】 修复CaseInsensitiveLinkedMap顺序错误问题(issue#IA4K4F@Gitee)
  • 【core 】 修复DateUtil.offset空指针问题(issue#3617@Github)
  • 【core 】 修复PathMover.moveContent问题(issue#IA5Q8D@Gitee)
  • 【db 】 修复PooledConnection可能的数据库驱动未找到问题(issue#IA6EUQ@Gitee)
  • 【http 】 修复Mac下的微信浏览器被识别为移动端问题(issue#IA74K2@Gitee)
  • 【core 】 修复Tailer指定初始读取行数的计算错误问题(issue#IA77ML@Gitee)
  • 【http 】 修复getFileNameFromDisposition获取头错误问题(issue#3632@Github)
  • 【core 】 修复\n#出现在双引号中解析错误问题(issue#IA8WE0@Gitee)
  • 【core 】 修复FastDatePrinter处理YY错误问题(issue#3641@Github)

Commits
  • 95a363c 🐶release 5.8.29
  • 3aa08fe 修复FastDatePrinter处理YY错误问题
  • f4d67ed 修复\n#出现在双引号中解析错误问题
  • db5806f ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor
  • a8e959c !1230 修改 ThreadUtil.newExecutor 创建线程池返回类
  • 49dba65 add test
  • d14c851 Week.of支持中文名称
  • 1d48ead 修改 ThreadUtil.newExecutor 创建线程池返回类
  • b8db9b1 修复getFileNameFromDisposition获取头错误问题
  • 2196433 !1229 add test
  • 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.28 to 5.8.29.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.8.28...5.8.29)

---
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 Jul 3, 2024
@PlexPt PlexPt merged commit 6343325 into main Jul 4, 2024
@dependabot dependabot bot deleted the dependabot/maven/cn.hutool-hutool-all-5.8.29 branch July 4, 2024 10:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant