增加IdConstants,提高Snowflake初始化性能

This commit is contained in:
Looly
2024-05-13 15:52:54 +08:00
parent 8e62f5ce44
commit 422f36b23e
3 changed files with 38 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-11)
# 5.8.28(2024-05-13)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -19,6 +19,7 @@
* 【core 】 PropertyComparator增加compareSelf构造重载issue#3569@Github
* 【db 】 增加OceanBase的driver推断pr#1217@Gitee
* 【http 】 HttpRequest#get不再尝试File路径issue#I9O6DA@Gitee
* 【core 】 增加IdConstants提高Snowflake初始化性能issue#3581@Github
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github