Skip to content
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

fix: deprecated PGPoolingDataSource #739

Merged
merged 1 commit into from
Jan 27, 2017

Conversation

jorsol
Copy link
Member

@jorsol jorsol commented Jan 26, 2017

Deprecated PGPoolingDataSource instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.

It also deprecates the backwards compatibility classes of DataSource with a link
to the correct implementation.

closes #729

Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.

It also deprecates the backwards compatibility classes of DataSource with a link
to the correct implementation.

closes pgjdbc#729
@codecov-io
Copy link

Current coverage is 64.32% (diff: 100%)

Merging #739 into master will decrease coverage by 0.01%

@@             master       #739   diff @@
==========================================
  Files           163        163          
  Lines         15140      15140          
  Methods           0          0          
  Messages          0          0          
  Branches       2987       2987          
==========================================
- Hits           9741       9739     -2   
- Misses         4159       4160     +1   
- Partials       1240       1241     +1   

Powered by Codecov. Last update ee51dfc...830697e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate PGPoolingDataSource
3 participants