Skip to content

5.7.15

Compare
Choose a tag to compare
@looly looly released this 21 Oct 15:30
· 2413 commits to v5-master since this release

5.7.15 (2021-10-21)

🐣新特性

  • 【db 】 Db.quietSetAutoCommit增加判空(issue#I4D75B@Gitee)
  • 【core 】 增加RingIndexUtil(pr#438@Gitee)
  • 【core 】 Assert增加checkBetween重载(pr#436@Gitee)
  • 【core 】 ReUtil增加命名分组重载(pr#439@Gitee)
  • 【json 】 toString和writer增加Filter(issue#I4DQNQ@Gitee)
  • 【core 】 ContentType增加build重载(pr#1898@Github)
  • 【bom 】 支持scope=import方式引入(issue#1561@Github)
  • 【core 】 新增Hash接口,HashXXX继承此接口
  • 【core 】 ZipUtil增加append方法(pr#441@Gitee)
  • 【core 】 CollUtil增加重载(issue#I4E9FS@Gitee)
  • 【core 】 CopyOptions新增setFieldValueEditor(issue#I4E08T@Gitee)

🐞Bug修复

  • 【core 】 修复CollUtil.isEqualList两个null返回错误问题(issue#1885@Github)
  • 【poi 】 修复ExcelWriter多余调试信息导致的问题(issue#1884@Github)
  • 【poi 】 修复TemporalAccessorUtil.toInstant使用DateTimeFormatter导致问题(issue#1891@Github)
  • 【poi 】 修复sheet.getRow(y)为null导致的问题(issue#1893@Github)
  • 【cache 】 修复LRUCache线程安全问题(issue#1895@Github)
  • 【crypto 】 修复KeyUtil异常信息参数丢失问题(issue#1902@Github)
  • 【core 】 修复StrUtil.split和splittoArray不一致问题(issue#I4ELU5@Github)
  • 【core 】 修复SymmetricCrypto未关闭CipherOutputStream导致的问题(issue#I4EMST@Gitee)
  • 【core 】 修复QueryBuilder对/转义问题(issue#1904@Github)