unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

Bump hutool-all from 5.8.5 to 5.8.10

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps hutool-all from 5.8.5 to 5.8.10.

Release notes

Sourced from hutool-all'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-all'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
  • 47479f4 🐶release 5.8.10
  • 0b70777 update dependency
  • 8db6cb0 add test
  • 6445999 修复字节数组转float 返回类型却是double的bug
  • a4e7ee5 !867 修复字节数组转float 返回类型却是double的bug
  • 7258e6d 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题
  • 98b00ba 兼容ZipArchiveInputStream多参数情况
  • e263660 fix test
  • 5bd8a29 修复字节数组转float 返回的值却是double类型的bug
  • 28430e0 UserAgentUtil增加对钉钉PC端的支持
  • 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)

dependabot[bot] avatar Nov 17 '22 17:11 dependabot[bot]