Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
/ HikariCP Public archive
forked from brettwooldridge/HikariCP

Fork of HikariCP, a lightweight, high-performance JDBC connection pool.

License

Notifications You must be signed in to change notification settings

Foulest/HikariCP

 
 

HikariCP

License: Apache v2 CodeQL JitPack Badge Downloads

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.

Changes Made

  • 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

Compiling

  1. Clone the repository.
  2. Open a command prompt/terminal to the repository directory.
  3. Run gradlew shadowJar on Windows, or ./gradlew shadowJar on macOS or Linux.
  4. The built HikariCP-X.X.X.jar file will be in the build/libs folder.

Getting Help

For support or queries, please open an issue in the Issues section.

About

Fork of HikariCP, a lightweight, high-performance JDBC connection pool.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%