ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor

This commit is contained in:
Looly
2024-06-30 17:59:16 +08:00
parent a8e959c37c
commit db5806f0e8
2 changed files with 6 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
* 【cache 】 Cache.put变更策略对于替换的键值对不清理队列issue#3618@Github
* 【core 】 添加 Windows 资源管理器风格字符串比较器pr#3620@Github
* 【core 】 Week.of支持中文名称issue#3637@Github
* 【core 】 ThreadUtil.newExecutor等方法变更方法签名返回值变更为ThreadPoolExecutorpr#1230@Gitee
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误