帆软使用的第三方框架。
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.
 
 
rinoux 30d122e9a0 REPORT-70827 & REPORT-70810 兼容性问题 3 years ago
..
lib KERNEL-9836 update: alibaba druid 版本升级 3 years ago
src/main REPORT-70827 & REPORT-70810 兼容性问题 3 years ago
.gitignore KERNEL-3436 POM依赖 5 years ago
pom.xml KERNEL-9861 fix: pom修复 3 years ago
readme.MD REPORT-70827 & REPORT-70810 兼容性问题 3 years ago

readme.MD

Alibaba Druid

  • FineReport更新时间 2022-04-27
  • Druid版本 1.2.9
  • github地址

变动列表

由于需要适配数据源的一些特性和默认配置,对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配置属性的支持