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 hutool-core from 5.7.17 to 5.8.8 #41

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps hutool-core from 5.7.17 to 5.8.8.

Release notes

Sourced from hutool-core's releases.

5.8.8 (2022-09-26)

🐣新特性

  • 【core 】 StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化(pr#807@Gitee)
  • 【core 】 增加.wgt格式的MimeType(pr#2617@Github)
  • 【core 】 EnumUtil.getBy增加带默认值重载(issue#I5RZU6@Gitee)
  • 【core 】 ModifierUtil和ReflectUtil增加removeFinalModify(pr#810@Gitee)
  • 【core 】 AbsCollValueMap添加removeValue和removeValues方法,用于list value值移除(pr#813@Gitee)
  • 【extra 】 hutool-extra ftp 支持上传文件或目录(pr#821@Gitee)
  • 【core 】 CharsetDetector增加默认识别的长度(issue#2547@Github)

🐞Bug修复

  • 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题(issue#I5RMZV@Gitee)
  • 【core 】 修复murmur3_32实现错误(pr#2616@Github)
  • 【core 】 修复PunyCode处理域名的问题(pr#2620@Github)
  • 【core 】 修复ObjectUtil.defaultIfNull去掉误加的deprecated(issue#I5SIZT@Gitee)
  • 【core 】 修复ReflectUtil 反射方法中桥接判断问题(issue#2625@Github)
  • 【poi 】 修复ExcelWriter导出List引起的个数混乱问题(issue#2627@Github)
  • 【poi 】 修复ExcelReader读取时间变成12小时形式问题(issue#I5Q1TW@Gitee)
  • 【db 】 修复DB工具分页查询的时候oracle数据库会把ROWNUM_也带出来问题(issue#2618@Github)
  • 【crypto 】 修复部分环境下使用 Bouncy Castle可能的JCE cannot authenticate the provider BC问题(issue#2631@Github)

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

🐣新特性

  • 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
  • 【core 】 DateUtil.parseUTC支持只有时分的格式(issue#I5M6DP@Gitee)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.8 (2022-09-26)

🐣新特性

  • 【core 】 StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化(pr#807@Gitee)
  • 【core 】 增加.wgt格式的MimeType(pr#2617@Github)
  • 【core 】 EnumUtil.getBy增加带默认值重载(issue#I5RZU6@Gitee)
  • 【core 】 ModifierUtil和ReflectUtil增加removeFinalModify(pr#810@Gitee)
  • 【core 】 AbsCollValueMap添加removeValue和removeValues方法,用于list value值移除(pr#813@Gitee)
  • 【extra 】 hutool-extra ftp 支持上传文件或目录(pr#821@Gitee)
  • 【core 】 CharsetDetector增加默认识别的长度(issue#2547@Github)

🐞Bug修复

  • 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题(issue#I5RMZV@Gitee)
  • 【core 】 修复murmur3_32实现错误(pr#2616@Github)
  • 【core 】 修复PunyCode处理域名的问题(pr#2620@Github)
  • 【core 】 修复ObjectUtil.defaultIfNull去掉误加的deprecated(issue#I5SIZT@Gitee)
  • 【core 】 修复ReflectUtil 反射方法中桥接判断问题(issue#2625@Github)
  • 【poi 】 修复ExcelWriter导出List引起的个数混乱问题(issue#2627@Github)
  • 【poi 】 修复ExcelReader读取时间变成12小时形式问题(issue#I5Q1TW@Gitee)
  • 【db 】 修复DB工具分页查询的时候oracle数据库会把ROWNUM_也带出来问题(issue#2618@Github)
  • 【crypto 】 修复部分环境下使用 Bouncy Castle可能的JCE cannot authenticate the provider BC问题(issue#2631@Github)

5.8.7 (2022-09-15)

🐣新特性

  • 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略null(issue#2599@Github)
  • 【jwt 】 优化JWT自动识别header中的算法,并可自定义header中key的顺序(issue#I5QRUO@Gitee)
  • 【core 】 IdcardUtil增加convert18To15方法(issue#I5QYCP@Gitee)
  • 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil(pr#778@Gitee)
  • 【core 】 TemplateUtil的实现类增加getRawEngine方法(issues#2530@Github)
  • 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
  • 【core 】 增加SafeConcurrentHashMap

🐞Bug修复

  • 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题(pr#2603@Github)
  • 【db 】 修复Hive2驱动无法识别问题(issue#2606@Github)
  • 【core 】 修复computeIfAbsent问题(issue#I5PTN3@Gitee)
  • 【extra 】 修复Ftp中路径问题(issue#I5R2DE@Gitee)
  • 【core 】 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题
  • 【core 】 修复DateUtil.parseUTC时对-的处理问题(issue#2612@Github)
  • 【core 】 修复Convert.chineseMoneyToNumber角分丢失问题(issue#2611@Github)

5.8.6 (2022-09-05)

❌不兼容特性

  • 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#I5OMSC@Gitee)

... (truncated)

Commits
  • 77e4231 release 5.8.8
  • a6385b5 update dependency
  • f9fdd16 fix doc
  • 52496bb CharsetDetector增加默认识别的长度
  • bef38c3 hutool-extra ftp 支持上传文件或目录
  • d30e8ab !822 CollUtil.unionAll优化:初始化一次size,防止ArrayList多次扩容
  • 0b8c4bb CollUtil.unionAll优化:初始化一次size,防止ArrayList多次扩容
  • ec5965f hutool-extra ftp 支持上传文件或目录
  • df139f8 !821 hutool-extra ftp 支持上传文件或目录(包含当前及子孙目录的所有文件)
  • 8bbe6bb feat: hutool-extra ftp 保持 false == variable 的写法
  • 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 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-core](https://github.com/dromara/hutool) from 5.7.17 to 5.8.8.
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](dromara/hutool@5.7.17...5.8.8)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2022
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.

None yet

0 participants