Skip to content

5.6.7

Compare
Choose a tag to compare
@looly looly released this 08 Jun 17:38
· 3328 commits to v5-master since this release

5.6.7 (2021-06-08)

🐣新特性

  • 【core 】 CharSequenceUtil增加join重载(issue#I3TFJ5@Gitee)
  • 【http 】 HttpRequest增加form方法重载(pr#337@Gitee)
  • 【http 】 ImgUtil增加getMainColor方法(pr#338@Gitee)
  • 【core 】 改进TreeUtil.buid算法性能(pr#1594@Github)
  • 【core 】 CsvConfig的setXXX返回this(issue#I3UIQF@Gitee)
  • 【all 】 增加jmh基准测试
  • 【core 】 增加StreamUtil和CollectorUtil
  • 【poi 】 增加content-type(pr#1639@Github)

🐞Bug修复

  • 【core 】 修复FileUtil.normalize去掉末尾空格问题(issue#1603@Github)
  • 【core 】 修复CharsetDetector流关闭问题(issue#1603@Github)
  • 【core 】 修复RuntimeUtil.exec引号内空格被切分的问题(issue#I3UAYB@Gitee)