修复Druid连接池无法设置部分属性问题

This commit is contained in:
Looly
2024-01-02 13:21:56 +08:00
parent da276f801c
commit 3b484fdbf7
2 changed files with 34 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2023-12-29)
# 5.8.25(2024-01-02)
### 🐣新特性
* 【core 】 WatchServer新增通过Path获取WatchKey方法pr#1145@Gitee
@@ -11,6 +11,7 @@
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github
* 【core 】 修复PostgreSQL、H2使用upsert字段大小写问题issue#I8PB4X@Gitee
* 【core 】 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题pr#3450@Github
* 【db 】 修复Druid连接池无法设置部分属性问题issue#I8STFC@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-23)