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

I'm using HikariCP with Oracle DB. sometimes getting 'ora-00060 deadlock detected while waiting for resource' in my application. How HikariCP handling deadlock connections? when it will be removed from pool?...

Hello, We have been using HikariCP for a long time and it is an awesome project so thankyou! Every so often, we see ``` java.sql.SQLTransientConnectionException: Connection is not available, request...

### I am using default configuration of Hikari pool and have set maxlifetime as 5 mins **I am getting Following errors ::** - org.postgresql.util.PSQLException: This connection has been closed. -...

This allows HikariCP to be used in a GraalVM native image without additional configuration. The JSON configuration files have been generated by running 'run-tests-with-agent.sh', which executes the test suite with...

Our application stack consists of the following ```Java 11 Hikari CP 4.0.3 Mariadb driver 2.7.5 Aurora MySQL 8.0 AWS ECS Docker Spring Boot 2.5 ``` We are noticing Connection is...

Right now you cannot create an exception override when the sql state or error code falls outside the predefined values (that cannot be overridden). Suggestion in ProxyConnection: if (sqlState !=...

Open source work often goes unrecognized and un-thanked, so first I would just like to say thank you for taking your spare time to put HikariCP on the internet for...

in com.zaxxer.hikari.util.ClockSource.Factory, only MacOS will use MillisecondClockSource(), maybe in consideration of MacOS nanotime not precise issue, but I think jdk should have fixed that, the code was commited in 2015,...

Hello, After trying to figure out whats wrong with our app, I have decided to look here for some help. We have a JAVA app which uses below packages for...

1. Go to https://javadoc.io/doc/com.zaxxer/HikariCP/latest/index.html 2. Enter "HikariConfig" in search box. Hit enter. 3. The browser will be redirected to `https://javadoc.io/doc/com.zaxxer/HikariCP/latest/undefined/com/zaxxer/hikari/HikariConfig.html` which returns `AccessDeniedprod-web-11tx00000000000012f36fc1b-0062d58b64-3199e787-nyc3c3199e787-nyc3c-nyc3-zg03` Notice that the URL contains `undefined`. Per...