ebean-orm / ebean-orm/ebean

HikariCP module

Open
#2,993 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.5k
Forks
267
Avg merge
3d 20h
Merged PRs (30d)
5

Description

Thank you very much for a great product!
I can't believe that it is not mainstream instead of Hibernate!

I have made for my needs a HikariCP integration for Ebean.
It is an easy-to-use seamless drop-in replacement for the bundled connection pool.
https://github.com/magicprinc/hibean

It has even mappings file for ebean-to-hikari property mappings:
https://github.com/magicprinc/hibean/blob/main/src/main/resources/ebean/ehpalias.properties
so it is quite possibly to run it (after some additions to this file) without modifications of config file
(i.e. with the same application.properties).

It also supports Spring Boot property-naming-convention.

I hope you enjoy it :-)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked hibean repository and its src/main/resources/ebean/ehpalias.properties mapping file, then compare the proposal with Ebean’s bundled connection-pool integration. Clarify the required module scope, supported properties, and configuration compatibility. Done would be an agreed and integrated HikariCP module with the stated property mappings.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.