mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
优化 getProcessorCount 潜在的获取不到的问题
This commit is contained in:
parent
84b4609d43
commit
d033b1ec0f
@ -3,7 +3,7 @@
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
# 5.8.6.M1 (2022-09-04)
|
||||
# 5.8.6.M1 (2022-09-05)
|
||||
|
||||
### ❌不兼容特性
|
||||
* 【json 】 由于设计缺陷,导致JSONObject#write方法中Filter中key的泛型不得已变动为Object,以解决无法递归的bug(issue#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)
|
||||
|
Loading…
Reference in New Issue
Block a user