修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题

This commit is contained in:
Looly
2023-02-09 19:43:49 +08:00
parent 0e3cf48875
commit 771f0a4809
5 changed files with 46 additions and 113 deletions

View File

@@ -23,6 +23,7 @@
* 【core 】 修复ClassScanner自定义classload无效问题issue#I68TV2@Gitee
* 【core 】 【重要】删除XmlUtil.readObjectFromXml方法避免漏洞issue#2857@Github
* 【core 】 修复Ipv4Util.list()方法的bugpr#929@Gitee
* 【poi 】 修复“sax方式读取excel2003版本会调用两次doAfterAllAnalysed方法”问题。pr#919@Gitee
-------------------------------------------------------------------------------------------------------------