BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map

This commit is contained in:
Looly
2022-06-20 19:49:07 +08:00
parent d32e513191
commit 33e95b23c1
6 changed files with 183 additions and 74 deletions

View File

@@ -14,6 +14,7 @@
* 【core 】 BlockPolicy增加线程池关闭后的逻辑pr#660@Gitee
* 【core 】 Ipv4Util增加ipv4ToLong重载pr#661@Gitee
* 【core 】 LocalDateTimeUtil.parse改为blank检查issue#I5CZJ9@Gitee
* 【core 】 BeanPath在空元素时默认加入map修改根据下标类型赋值List or mapissue#2362@Github
*
### 🐞Bug修复
* 【extra 】 修复createExtractor中抛出异常后流未关闭问题pr#2384@Github