change to extend

This commit is contained in:
Looly
2021-08-11 21:13:02 +08:00
parent e6b78d943c
commit 9dd7b0a904
3 changed files with 28 additions and 8 deletions

View File

@@ -14,6 +14,7 @@
* 【poi 】 CsvReader增加readFromStrpr#1755@Github
* 【socket 】 SocketUtil增加connection方法
* 【extra 】 JschUtil增加bindPort重载方法issue#I44UTH@Github
* 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题