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.version from 4.0.0 to 5.8.10 #10

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2022

Bumps hutool.version from 4.0.0 to 5.8.10.
Updates hutool-core from 4.0.0 to 5.8.10

Release notes

Sourced from hutool-core's releases.

5.8.10 (2022-11-17)

🐣新特性

  • 【http 】 HttpResponse增加getFileNameFromDisposition方法(pr#2676@Github)
  • 【core 】 FileUtil.copy,当来源为文件时,返回文件而非目录(issue#I5YCVL@Gitee)
  • 【db 】 DialectFactory增加identifyDriver重载(issue#I5YWI6@Gitee)
  • 【core 】 去除ClassloaderUtil的Cache(issue#I5YWI6@Gitee)
  • 【core 】 ClassScanner 增加忽略加载错误类的扫描方法(pr#855@Gitee)
  • 【core 】 DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。(pr#2725@Github)
  • 【http 】 UserAgentUtil增加对钉钉PC端的支持(issue#I60UOP@Gitee)
  • 【extra 】 兼容ZipArchiveInputStream多参数情况(issue#2736@Github)

🐞Bug修复

  • 【db 】 修复分页时order by截断问题(issue#I5X6FM@Gitee)
  • 【core 】 修复Partition计算size除数为0报错问题(pr#2677@Github)
  • 【core 】 由于对于ASCII的编码解码有缺陷,且这种BCD实现并不规范,因此BCD标记为弃用(issue#I5XEC6@Gitee)
  • 【core 】 修复IoUtil.copyByNIO方法写出时没有flush的问题
  • 【core 】 修复TreeBuilder中使用HashMap导致默认乱序问题(issue#I5Z8C5@Gitee)
  • 【core 】 修复StrUtil.subWithLength负数问题(issue#I5YN49@Gitee)
  • 【core 】 修复DefaultTrustManager空指针问题(issue#2716@Github)
  • 【core 】 修复时间轮添加任务线程安全问题(pr#2712@Github)
  • 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题(pr#2698@Github)
  • 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题(issue#I5YB1A@Gitee)
  • 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题(pr#2723@Github)
  • 【core 】 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题(pr#2684@Github)
  • 【extra 】 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题(issue#I5R2DE@Gitee)
  • 【extra 】 修复字节数组转float 返回类型却是double的bug(pr#867@Gitee)

5.8.9 (2022-10-22)

🐣新特性

  • 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法(pr#824@Gitee)
  • 【core 】 AnnotationUtil类支持Lambda获取某注解属性值(pr#827@Gitee)
  • 【core 】 CharUtil.isBlank添加Hangul Filler字符(issue#I5UGSQ@Gitee)
  • 【poi 】 优化合并单元格读取(issue#I5UJZ1@Gitee)
  • 【extra 】 增加QLExpress支持(issue#2653@Github)
  • 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee)
  • 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee)
  • 【extra 】 SpringUtil支持SpringBoot3自动配置(pr#839@Gitee)
  • 【core 】 CollectorUtil添加支持对值集合进行映射的分组方法(pr#844@Gitee)
  • 【core 】 FileTypeUtil增加ppt识别(issue#2663@Github)

🐞Bug修复

  • 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)
  • 【http 】 修复Http重定向时相对路径导致的问题(issue#I5TPSY@Gitee)
  • 【http 】 修复Http重定全局设置无效问题(pr#2639@Github)
  • 【core 】 修复ReUtil.replaceAll替换变量错误问题(pr#2639@Github)
  • 【core 】 修复FileNameUtil.mainName二级扩展名获取错误问题(issue#2642@Github)
  • 【cache 】 修复LRUCache移除事件监听失效问题(issue#2647@Github)
  • 【core 】 修复MapToMap中ignoreNullValue无效问题(issue#2647@Github)

... (truncated)

Changelog

Sourced from hutool-core's changelog.

5.8.10 (2022-11-17)

🐣新特性

  • 【http 】 HttpResponse增加getFileNameFromDisposition方法(pr#2676@Github)
  • 【core 】 FileUtil.copy,当来源为文件时,返回文件而非目录(issue#I5YCVL@Gitee)
  • 【db 】 DialectFactory增加identifyDriver重载(issue#I5YWI6@Gitee)
  • 【core 】 去除ClassloaderUtil的Cache(issue#I5YWI6@Gitee)
  • 【core 】 ClassScanner 增加忽略加载错误类的扫描方法(pr#855@Gitee)
  • 【core 】 DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。(pr#2725@Github)
  • 【http 】 UserAgentUtil增加对钉钉PC端的支持(issue#I60UOP@Gitee)
  • 【extra 】 兼容ZipArchiveInputStream多参数情况(issue#2736@Github)

🐞Bug修复

  • 【db 】 修复分页时order by截断问题(issue#I5X6FM@Gitee)
  • 【core 】 修复Partition计算size除数为0报错问题(pr#2677@Github)
  • 【core 】 由于对于ASCII的编码解码有缺陷,且这种BCD实现并不规范,因此BCD标记为弃用(issue#I5XEC6@Gitee)
  • 【core 】 修复IoUtil.copyByNIO方法写出时没有flush的问题
  • 【core 】 修复TreeBuilder中使用HashMap导致默认乱序问题(issue#I5Z8C5@Gitee)
  • 【core 】 修复StrUtil.subWithLength负数问题(issue#I5YN49@Gitee)
  • 【core 】 修复DefaultTrustManager空指针问题(issue#2716@Github)
  • 【core 】 修复时间轮添加任务线程安全问题(pr#2712@Github)
  • 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题(pr#2698@Github)
  • 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题(issue#I5YB1A@Gitee)
  • 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题(pr#2723@Github)
  • 【core 】 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题(pr#2684@Github)
  • 【extra 】 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题(issue#I5R2DE@Gitee)
  • 【extra 】 修复字节数组转float 返回类型却是double的bug(pr#867@Gitee)

5.8.9 (2022-10-22)

🐣新特性

  • 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法(pr#824@Gitee)
  • 【core 】 AnnotationUtil类支持Lambda获取某注解属性值(pr#827@Gitee)
  • 【core 】 CharUtil.isBlank添加Hangul Filler字符(issue#I5UGSQ@Gitee)
  • 【poi 】 优化合并单元格读取(issue#I5UJZ1@Gitee)
  • 【extra 】 增加QLExpress支持(issue#2653@Github)
  • 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee)
  • 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee)
  • 【extra 】 SpringUtil支持SpringBoot3自动配置(pr#839@Gitee)
  • 【core 】 CollectorUtil添加支持对值集合进行映射的分组方法(pr#844@Gitee)
  • 【core 】 FileTypeUtil增加ppt识别(issue#2663@Github)

🐞Bug修复

  • 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)
  • 【http 】 修复Http重定向时相对路径导致的问题(issue#I5TPSY@Gitee)
  • 【http 】 修复Http重定全局设置无效问题(pr#2639@Github)
  • 【core 】 修复ReUtil.replaceAll替换变量错误问题(pr#2639@Github)
  • 【core 】 修复FileNameUtil.mainName二级扩展名获取错误问题(issue#2642@Github)
  • 【cache 】 修复LRUCache移除事件监听失效问题(issue#2647@Github)

... (truncated)

Commits

Updates hutool-http from 4.0.0 to 5.8.10

Release notes

Sourced from hutool-http's releases.

5.8.10 (2022-11-17)

🐣新特性

  • 【http 】 HttpResponse增加getFileNameFromDisposition方法(pr#2676@Github)
  • 【core 】 FileUtil.copy,当来源为文件时,返回文件而非目录(issue#I5YCVL@Gitee)
  • 【db 】 DialectFactory增加identifyDriver重载(issue#I5YWI6@Gitee)
  • 【core 】 去除ClassloaderUtil的Cache(issue#I5YWI6@Gitee)
  • 【core 】 ClassScanner 增加忽略加载错误类的扫描方法(pr#855@Gitee)
  • 【core 】 DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。(pr#2725@Github)
  • 【http 】 UserAgentUtil增加对钉钉PC端的支持(issue#I60UOP@Gitee)
  • 【extra 】 兼容ZipArchiveInputStream多参数情况(issue#2736@Github)

🐞Bug修复

  • 【db 】 修复分页时order by截断问题(issue#I5X6FM@Gitee)
  • 【core 】 修复Partition计算size除数为0报错问题(pr#2677@Github)
  • 【core 】 由于对于ASCII的编码解码有缺陷,且这种BCD实现并不规范,因此BCD标记为弃用(issue#I5XEC6@Gitee)
  • 【core 】 修复IoUtil.copyByNIO方法写出时没有flush的问题
  • 【core 】 修复TreeBuilder中使用HashMap导致默认乱序问题(issue#I5Z8C5@Gitee)
  • 【core 】 修复StrUtil.subWithLength负数问题(issue#I5YN49@Gitee)
  • 【core 】 修复DefaultTrustManager空指针问题(issue#2716@Github)
  • 【core 】 修复时间轮添加任务线程安全问题(pr#2712@Github)
  • 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题(pr#2698@Github)
  • 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题(issue#I5YB1A@Gitee)
  • 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题(pr#2723@Github)
  • 【core 】 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题(pr#2684@Github)
  • 【extra 】 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题(issue#I5R2DE@Gitee)
  • 【extra 】 修复字节数组转float 返回类型却是double的bug(pr#867@Gitee)

5.8.9 (2022-10-22)

🐣新特性

  • 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法(pr#824@Gitee)
  • 【core 】 AnnotationUtil类支持Lambda获取某注解属性值(pr#827@Gitee)
  • 【core 】 CharUtil.isBlank添加Hangul Filler字符(issue#I5UGSQ@Gitee)
  • 【poi 】 优化合并单元格读取(issue#I5UJZ1@Gitee)
  • 【extra 】 增加QLExpress支持(issue#2653@Github)
  • 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee)
  • 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee)
  • 【extra 】 SpringUtil支持SpringBoot3自动配置(pr#839@Gitee)
  • 【core 】 CollectorUtil添加支持对值集合进行映射的分组方法(pr#844@Gitee)
  • 【core 】 FileTypeUtil增加ppt识别(issue#2663@Github)

🐞Bug修复

  • 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)
  • 【http 】 修复Http重定向时相对路径导致的问题(issue#I5TPSY@Gitee)
  • 【http 】 修复Http重定全局设置无效问题(pr#2639@Github)
  • 【core 】 修复ReUtil.replaceAll替换变量错误问题(pr#2639@Github)
  • 【core 】 修复FileNameUtil.mainName二级扩展名获取错误问题(issue#2642@Github)
  • 【cache 】 修复LRUCache移除事件监听失效问题(issue#2647@Github)
  • 【core 】 修复MapToMap中ignoreNullValue无效问题(issue#2647@Github)

... (truncated)

Changelog

Sourced from hutool-http's changelog.

5.8.10 (2022-11-17)

🐣新特性

  • 【http 】 HttpResponse增加getFileNameFromDisposition方法(pr#2676@Github)
  • 【core 】 FileUtil.copy,当来源为文件时,返回文件而非目录(issue#I5YCVL@Gitee)
  • 【db 】 DialectFactory增加identifyDriver重载(issue#I5YWI6@Gitee)
  • 【core 】 去除ClassloaderUtil的Cache(issue#I5YWI6@Gitee)
  • 【core 】 ClassScanner 增加忽略加载错误类的扫描方法(pr#855@Gitee)
  • 【core 】 DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。(pr#2725@Github)
  • 【http 】 UserAgentUtil增加对钉钉PC端的支持(issue#I60UOP@Gitee)
  • 【extra 】 兼容ZipArchiveInputStream多参数情况(issue#2736@Github)

🐞Bug修复

  • 【db 】 修复分页时order by截断问题(issue#I5X6FM@Gitee)
  • 【core 】 修复Partition计算size除数为0报错问题(pr#2677@Github)
  • 【core 】 由于对于ASCII的编码解码有缺陷,且这种BCD实现并不规范,因此BCD标记为弃用(issue#I5XEC6@Gitee)
  • 【core 】 修复IoUtil.copyByNIO方法写出时没有flush的问题
  • 【core 】 修复TreeBuilder中使用HashMap导致默认乱序问题(issue#I5Z8C5@Gitee)
  • 【core 】 修复StrUtil.subWithLength负数问题(issue#I5YN49@Gitee)
  • 【core 】 修复DefaultTrustManager空指针问题(issue#2716@Github)
  • 【core 】 修复时间轮添加任务线程安全问题(pr#2712@Github)
  • 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题(pr#2698@Github)
  • 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题(issue#I5YB1A@Gitee)
  • 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题(pr#2723@Github)
  • 【core 】 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题(pr#2684@Github)
  • 【extra 】 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题(issue#I5R2DE@Gitee)
  • 【extra 】 修复字节数组转float 返回类型却是double的bug(pr#867@Gitee)

5.8.9 (2022-10-22)

🐣新特性

  • 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法(pr#824@Gitee)
  • 【core 】 AnnotationUtil类支持Lambda获取某注解属性值(pr#827@Gitee)
  • 【core 】 CharUtil.isBlank添加Hangul Filler字符(issue#I5UGSQ@Gitee)
  • 【poi 】 优化合并单元格读取(issue#I5UJZ1@Gitee)
  • 【extra 】 增加QLExpress支持(issue#2653@Github)
  • 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee)
  • 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee)
  • 【extra 】 SpringUtil支持SpringBoot3自动配置(pr#839@Gitee)
  • 【core 】 CollectorUtil添加支持对值集合进行映射的分组方法(pr#844@Gitee)
  • 【core 】 FileTypeUtil增加ppt识别(issue#2663@Github)

🐞Bug修复

  • 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)
  • 【http 】 修复Http重定向时相对路径导致的问题(issue#I5TPSY@Gitee)
  • 【http 】 修复Http重定全局设置无效问题(pr#2639@Github)
  • 【core 】 修复ReUtil.replaceAll替换变量错误问题(pr#2639@Github)
  • 【core 】 修复FileNameUtil.mainName二级扩展名获取错误问题(issue#2642@Github)
  • 【cache 】 修复LRUCache移除事件监听失效问题(issue#2647@Github)

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `hutool.version` from 4.0.0 to 5.8.10.

Updates `hutool-core` from 4.0.0 to 5.8.10
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/dromara/hutool/commits/5.8.10)

Updates `hutool-http` from 4.0.0 to 5.8.10
- [Release notes](https://github.com/dromara/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/dromara/hutool/commits/5.8.10)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-core
  dependency-type: direct:production
- dependency-name: cn.hutool:hutool-http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 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.

0 participants