Skip to content

5.8.13

Compare
Choose a tag to compare
@looly looly released this 03 Mar 15:38
· 602 commits to v5-master since this release

5.8.13 (2023-03-03)

🐣新特性

  • 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式(issue#2929@Github)
  • 【core 】 build(pom): 添加 Automatic-Module-Name属性(pr#2926@Github)
  • 【core 】 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式(pr#2930@Github)
  • 【http 】 HttpRequest#body增加支持Resource重载(issue#2901@Github)
  • 【core 】 JavaSourceCompiler#compile增加自定义options重载(issue#I6IVZK@Gitee)

🐞Bug修复

  • 【db 】 修复识别JDBC驱动时重复问题(pr#940@Gitee)
  • 【core 】 修复法定年龄计算的BUG(pr#935@Gitee)
  • 【core 】 修复FileUtil.rename报NoSuchFileException问题(pr#2894@Github)
  • 【core 】 修复StrUtil.split切分长度为0时的bug(pr#944@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复ReUtil.delAll方法当 content 仅为空格时的问题(issue#I6GIMT@Gitee)
  • 【core 】 修复Tailer文件内容跟随在调用stop后,文件依旧被占用问题(issue#I6GFD2@Gitee)
  • 【core 】 修复ReflectUtil.invokeRaw方法中参数类型转换动作未生效的问题(pr#2912@Github)
  • 【core 】 修复isXXX转换时的匹配问题(issue#I6H0XF@Gitee)
  • 【core 】 修复MutableObj.equals空指针问题
  • 【core 】 修复JavaSourceFileObject在编译错误时抛出IOException异常而非CompilerException问题(pr#2942@Github)
  • 【jwt 】 修复JWT自定义时间格式后的时间戳转换问题(issue#I6IS5B@Gitee)