mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
修复合成注解在并发环境无法保证正确缓存属性值的问题
This commit is contained in:
parent
cbcbd1b7ff
commit
56a47b9679
@ -2,7 +2,7 @@
|
|||||||
# 🚀Changelog
|
# 🚀Changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.23(2023-11-04)
|
# 5.8.23(2023-11-09)
|
||||||
|
|
||||||
### 🐣新特性
|
### 🐣新特性
|
||||||
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名(issue#I82AM8@Gitee)
|
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名(issue#I82AM8@Gitee)
|
||||||
@ -25,6 +25,7 @@
|
|||||||
* 【core 】 ImgUtil的sliceByRowsAndCols背景无法透明问题(issue#3347@Github)
|
* 【core 】 ImgUtil的sliceByRowsAndCols背景无法透明问题(issue#3347@Github)
|
||||||
* 【core 】 修复ClassUtil#scanJar未正确关闭文件问题(issue#3361@Github)
|
* 【core 】 修复ClassUtil#scanJar未正确关闭文件问题(issue#3361@Github)
|
||||||
* 【db 】 修复Column.getDigit返回值错误问题(issue#3370@Github)
|
* 【db 】 修复Column.getDigit返回值错误问题(issue#3370@Github)
|
||||||
|
* 【core 】 修复合成注解在并发环境无法保证正确缓存属性值的问题(pr#1097@Gitee)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.22(2023-09-13)
|
# 5.8.22(2023-09-13)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user