qbicsoftware / barcode-dragon-portlet

MIT License
1 stars 0 forks source link

Using a central connection pool, kind of #16

Closed chahuistle closed 6 years ago

chahuistle commented 6 years ago

This is what we know:

We modified the DBManager class of this portlet to use a connection pool instead of eagerly open connections.

Let's hope for the best!

codecov[bot] commented 6 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #16      +/-   ##
=========================================
+ Coverage    1.01%   1.03%   +0.01%     
=========================================
  Files          39      39              
  Lines        2258    2232      -26     
  Branches      239     239              
=========================================
  Hits           23      23              
+ Misses       2229    2203      -26     
  Partials        6       6
Impacted Files Coverage Δ
...in/java/life/qbic/portal/portlet/io/DBManager.java 0% <0%> (ø) :arrow_up:
...va/life/qbic/portal/portlet/io/BarcodeCreator.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6147a2b...2b273dd. Read the comment docs.