优化 getProcessorCount 潜在的获取不到的问题

This commit is contained in:
Looly 2022-09-05 00:44:50 +08:00
parent 84b4609d43
commit d033b1ec0f

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.6.M1 (2022-09-04)
# 5.8.6.M1 (2022-09-05)
### ❌不兼容特性
* 【json 】 由于设计缺陷导致JSONObject#write方法中Filter中key的泛型不得已变动为Object以解决无法递归的bugissue#I5OMSC@Gitee
@ -24,6 +24,7 @@
* 【core 】 添加ObjectUtil的别名工具类ObjUtil
* 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景pr#2589@Github
* 【core 】 MapUtil增加根据entry分组pr#2591@Github
* 【core 】 优化 getProcessorCount 潜在的获取不到的问题pr#792@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee