You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Alibaba Druid
|
|
|
|
|
|
|
|
- FineReport更新时间 `2022-04-27`
|
|
|
|
- Druid版本 1.2.9
|
|
|
|
- [github地址](https://github.com/alibaba/druid)
|
|
|
|
|
|
|
|
## 变动列表
|
|
|
|
|
|
|
|
> 由于需要适配数据源的一些特性和默认配置,对Druid有部分修改,后续更新都要保留下列修改
|
|
|
|
|
|
|
|
| 版本 | 日期 | FineReport变动 |
|
|
|
|
|-------|------------|-------------------------------------------------------------------------------------|
|
|
|
|
| 1.2.9 | 2022-04-27 | DruidAbstractDataSource.testConnectionInternal()判断timeBetweenEvictionRunsMillis > 0 |
|
|
|
|
| 1.2.9 | 2022-04-27 | MysqlUtils.getLastPacketReceivedTimeMs添加驱动判断 |
|
|
|
|
| 1.2.9 | 2022-05-05 | MysqlUtils.getLastPacketReceivedTimeMs根据类加载器区分连接实现等,不在使用全局变量 |
|
|
|
|
| 1.2.9 | 2022-05-05 | com.fr.third.alibaba.druid.util.Utils.loadClass改为优先从线程类加载器加载类 |
|
|
|
|
| 1.2.9 | 2022-05-05 | 恢复com.fr.third.alibaba.druid.pool.DruidDataSourceFactory对hibernate配置属性的支持 |
|
|
|
|
| 1.2.9 | 2022-05-10 | 恢复DruidDataSource中的创建线程启停机制 |
|