Skip to content

Replace Apache DBCP with HikariCP #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
php-coder opened this issue Jun 26, 2014 · 0 comments
Closed

Replace Apache DBCP with HikariCP #19

php-coder opened this issue Jun 26, 2014 · 0 comments
Assignees
Labels
area/optimization This change could speed up our site refactoring
Milestone

Comments

@php-coder
Copy link
Owner

php-coder commented Jun 26, 2014

Apache DBCP library which used by now for connection pooling isn't perfect and should be replaced by better library, for instance, HikariCP (https://brettwooldridge.github.io/HikariCP/).

Related links:

@php-coder php-coder added this to the 0.5 milestone Jun 1, 2015
@php-coder php-coder self-assigned this Jun 10, 2015
@php-coder php-coder modified the milestones: 0.4, 0.5 Jul 22, 2015
@php-coder php-coder assigned php-coder and unassigned php-coder Jul 24, 2015
@php-coder php-coder added the area/optimization This change could speed up our site label Sep 2, 2015
@php-coder php-coder removed this from the 0.4 milestone Dec 27, 2015
@php-coder php-coder removed the ready label Dec 27, 2015
@php-coder php-coder removed their assignment Jul 29, 2016
@php-coder php-coder changed the title Replace Apache DBCP with c3p0 Replace Apache DBCP with HikariCP Aug 9, 2016
@php-coder php-coder added this to the next milestone Aug 12, 2016
@php-coder php-coder modified the milestones: 0.5, next May 18, 2017
@php-coder php-coder modified the milestones: 0.5, 0.4.1 May 26, 2019
@php-coder php-coder modified the milestones: 0.4.1, 0.5 Aug 27, 2019
@php-coder php-coder modified the milestones: 0.5, 0.4.2 Sep 9, 2019
@php-coder php-coder modified the milestones: 0.4.2, next Nov 6, 2019
@php-coder php-coder modified the milestones: next, 0.4.3 Dec 4, 2019
@php-coder php-coder modified the milestones: 0.4.3, 0.4.2 Dec 21, 2019
@php-coder php-coder self-assigned this Dec 21, 2019
php-coder added a commit that referenced this issue Dec 29, 2019
commons-pool was required by commons-dbcp but as the latter was replaced by HikariCP, we don't need
former as well.

Should be in 962cf02 commit.

Follow-up to #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/optimization This change could speed up our site refactoring
Projects
None yet
Development

No branches or pull requests

1 participant