localAddressList 添加重构方法

This commit is contained in:
Looly 2022-06-26 23:49:26 +08:00
parent 1be5c84143
commit 8032f828fe

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.4.M1 (2022-06-23)
# 5.8.4.M1 (2022-06-26)
### 🐣新特性
* 【extra 】 Sftp增加构造重载支持超时pr#653@Gitee
@ -15,6 +15,7 @@
* 【core 】 Ipv4Util增加ipv4ToLong重载pr#661@Gitee
* 【core 】 LocalDateTimeUtil.parse改为blank检查issue#I5CZJ9@Gitee
* 【core 】 BeanPath在空元素时默认加入map修改根据下标类型赋值List or mapissue#2362@Github
* 【core 】 localAddressList 添加重构方法pr#665@Gitee
*
### 🐞Bug修复
* 【extra 】 修复createExtractor中抛出异常后流未关闭问题pr#2384@Github