79664431

Date: 2025-06-13 06:28:56
Score: 1.5
Natty:
Report link

Sorry. I solved it myself.

HIKARICP bug!

https://github.com/brettwooldridge/HikariCP/issues/1388

https://github.com/brettwooldridge/HikariCP/pull/2238

It's been addressed here.

The above problem was not fixed in HIKARICP version 5.01.

Solution

https://github.com/brettwooldridge/HikariCP

Use the latest HIKARICP 6.3.0!! The problem has been fixed.

build.gradle

dependencies {

implementation("com.zaxxer:HikariCP:6.3.0")

}

Reasons:
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: yuki