5.8.1
版本发布时间: 2022-05-16 21:22:05
dromara/hutool最新发布版本:5.8.32(2024-08-30 18:58:07)
5.8.1 (2022-05-16)
🐣新特性
- 【core 】 BooleanUtil增加toBooleanObject方法(issue#I56AG3@Gitee)
- 【core 】 CharSequenceUtil增加startWithAnyIgnoreCase方法(issue#2312@Github)
- 【system 】 JavaInfo增加版本(issue#2310@Github)
- 【core 】 新增CastUtil(pr#2313@Github)
- 【core 】 ByteUtil新增bytesToShort重载(issue#I57FA7@Gitee)
- 【core 】 ReflectUtil.invoke方法抛出运行时异常增加InvocationTargetRuntimeException(issue#I57GI2@Gitee)
- 【core 】 NumberUtil.parseNumber支持16进制(issue#2328@Github)
🐞Bug修复
- 【core 】 MapUtil.map对null友好,且修复了测试用例中分组问题(pr#614@Gitee)
- 【core 】 修复BeanUtil.beanToMap中properties为null的空指针问题(issue#2303@Github)
- 【db 】 DialectName中修正为POSTGRESQL(issue#2308@Github)
- 【core 】 修复BeanPath无法识别引号内的内容问题(issue#I56DE0@Gitee)
- 【core 】 修复Map.entry方法返回可变不可变相反问题
- 【jwt 】 修复jwt的过期容忍时间问题(issue#2329@Gitee)