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

Commits on Jan 26, 2017

  1. fix: deprecated PGPoolingDataSource

    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
    jorsol committed Jan 26, 2017
    Copy the full SHA
    830697e View commit details
    Browse the repository at this point in the history