You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HikariCP/src/main/java/com/zaxxer/hikari
Brett Wooldridge f9ee36e339 Fixes #866 mark commit state dirty when Connection.getMetaData() is called. 8 years ago
..
hibernate Add log to inform users of Hibernate 4.3.6+ support. 10 years ago
metrics MetricsTracker refactor. 8 years ago
pool Fixes #866 mark commit state dirty when Connection.getMetaData() is called. 8 years ago
util Fixes #835 reduce spinning on connection return when the pool is 8 years ago
HikariConfig.java Minor cleanup. 8 years ago
HikariConfigMXBean.java create leak task first and reverted long to int change 9 years ago
HikariDataSource.java Fixes #742 Add MXBean accessors to HikariDataSource to facilitate 8 years ago
HikariJNDIFactory.java added synchronized to getObjectInstance() 9 years ago
HikariPoolMXBean.java Fix #334 caused by moving the ``HikariPoolMBean`` into the ``com.zaxxer.hikari`` package. Classes with the ``xxxMBean`` naming convention must reside in the same package. Renaming the class to ``xxxMXBean`` allows it to reside anywhere. 10 years ago