Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.73 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.73 KB

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.