修复识别JDBC驱动时重复问题

This commit is contained in:
Looly 2023-02-15 15:47:54 +08:00
parent 27503a67b0
commit ff0da70c1d

View File

@ -3,10 +3,11 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.13.M1 (2023-02-09)
# 5.8.13.M1 (2023-02-15)
### 🐣新特性
### 🐞Bug修复
* 【db 】 修复识别JDBC驱动时重复问题pr#940@Gitee
-------------------------------------------------------------------------------------------------------------
@ -30,7 +31,7 @@
* 【core 】 修复FileUtil的rename在newName与原文件夹名称一样时文件夹会被删除问题issue#2845@Github
* 【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题issue#I6AT49@Gitee
* 【core 】 修复ClassScanner自定义classload无效问题issue#I68TV2@Gitee
* 【core 】 【重要】删除XmlUtil.readObjectFromXml方法避免漏洞issue#2857@Github
* 【core 】 【重要】删除XmlUtil.readObjectFromXml方法避免漏洞issue#2855@Github
* 【core 】 修复Ipv4Util.list()方法的bugpr#929@Gitee
* 【poi 】 修复“sax方式读取excel2003版本会调用两次doAfterAllAnalysed方法”问题。pr#919@Gitee