5.8.8
版本发布时间: 2022-09-26 23:32:03
dromara/hutool最新发布版本:5.8.32(2024-08-30 18:58:07)
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<Map>引起的个数混乱问题(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)