add method

This commit is contained in:
Looly
2022-01-15 22:09:52 +08:00
parent 749c0f8727
commit 15a34bcc24
3 changed files with 28 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 ObjectUtil 添加三个defaultIfXxxx方法用于节省CPU及内存损耗(pr#2094@Github)
* 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
* 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现避免NPE(pr#502@Gitee)
* 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
*
### 🐞Bug修复
* 【core 】 修复setter重载导致匹配错误issue#2082@Github