改进XmlUtil.xmlToBean,支持xml转bean时父节点忽略大小写

This commit is contained in:
Looly
2023-03-10 13:19:39 +08:00
parent aef20c411d
commit ee57e381b0
3 changed files with 66 additions and 45 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.16.M1 (2023-03-09)
# 5.8.16.M1 (2023-03-10)
### 🐣新特性
* 【core 】 改进Calculator.conversion兼容乘法符号省略写法issue#2964@Github
* 【core 】 改进XmlUtil.xmlToBean支持xml转bean时父节点忽略大小写
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github