HikariCP is a lightweight, high-performance JDBC connection pool.
Note: This is an updated fork of the original HikariCP project.
All credit for the original project goes to the HikariCP team.
- Includes all features of the original HikariCP project (version 4.0.3)
- Re-coded the entire project for improved efficiency and maintainability
- Maintained Java 8 compatibility that was dropped in the original project
- Updated outdated and vulnerable dependencies
- Added JetBrains annotations to improve code quality
- Implemented Lombok to reduce boilerplate code
- Migrated from using Maven to Gradle
- Clone the repository.
- Open a command prompt/terminal to the repository directory.
- Run
gradlew shadowJar
on Windows, or./gradlew shadowJar
on macOS or Linux. - The built
HikariCP-X.X.X.jar
file will be in thebuild/libs
folder.
For support or queries, please open an issue in the Issues section.