HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

光 HikariCP・A solid, high-performance, JDBC connection pool at last.

Results 241 HikariCP issues
Sort by recently updated
recently updated
newest added

For years, people's logs have been filled up with warnings about thread starvation and retrograde clock change detections. This change sets the logger level to info for the following reasons:...

### Add copyright information to pom.xml. For a customer project an OpenSource report has to be generated. Therefore a scanner was created to extract the copyright and licence information from...

I've addressed the issue https://github.com/brettwooldridge/HikariCP/issues/1960 Best regards.

For our use of HikariCP we have determined that the average duration of time between connection creation attempt and connection established can be an indicator for determining health between the...

When autoCommit is false, if `setReadOnly` is called on a connection after executing some queries, closing the connection returns the dirty connection (with transaction open) to the pool. ```java HikariDataSource...

For more controlled classloading than was added in https://github.com/brettwooldridge/HikariCP/pull/881 I'm trying to use this to replace `commons-dbcp2` in Jenkins, and neither of the classloading options that are available here work...

…properties to config the prometheus metric name format as "hikari_connections_**" to fix issue #1714