NumberUtil增加重载parseXXX方法, 解析失败返回默认值

This commit is contained in:
Looly
2023-03-23 23:55:58 +08:00
parent 59470d1669
commit d192a53bbb
3 changed files with 17 additions and 24 deletions

View File

@@ -9,6 +9,8 @@
* 【core 】 改进XmlUtil.xmlToBean支持xml转bean时父节点忽略大小写
* 【core 】 优化ArrayUtil的空判断pr#2969@Github
* 【extra 】 优化SpringUtil在非Spring环境下的异常issue#2835@Github
* 【core 】 StrUtil增加commonPrefix和commonSuffix方法pr#3007@Github
* 【core 】 NumberUtil增加重载parseXXX方法, 解析失败返回默认值pr#3007@Github
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github