Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hikaricp

Spring Data JPA with Hikari: Why is hikari auto-commit property set to 'true'?

Spring: Allow missing database connection

spring spring-boot hikaricp

Connections are not closed and piling up when running @SpringBootTest classes

Connection leak detected by HikariPool LeakDetectionThreshold

java hikaricp

java.sql.SQLTransientConnectionException: spring HikariCP - Connection is not available, request timed out afte

java database spring hikaricp

ClassNotFoundException HikariCP with gretty plugin using Jetty 9

Connection pooling is not reusing idle connections

heroku app runs OK remotely, but fails locally with "Failed to get driver instance for jdbcUrl=jdbc:postgresql://username@localhost"

HikariCP Lazy with Spring LazyConnectionDataSourceProxy

spring hikaricp

Alive or Idle connections on JDBC

HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@2a84e649 (This connection has been closed.)

Is HikariCP autocommit usage the same as regular java connection autocommit usage?