Skip to content

5.8.1

Compare
Choose a tag to compare
@looly looly released this 16 May 13:22
· 1589 commits to v5-master since this release

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)