mirror of https://github.com/apache/openjpa.git
OPENJPA-2858 update dbcp2 to 2.8.0
This commit is contained in:
parent
e68083e8d0
commit
7f92be5e2b
|
@ -48,7 +48,7 @@ extends SimpleDriverDataSource implements Configurable, Closeable {
|
|||
private static RuntimeException _dbcpEx;
|
||||
|
||||
protected JDBCConfiguration conf;
|
||||
private DataSource _ds;
|
||||
private volatile DataSource _ds;
|
||||
|
||||
@Override
|
||||
public Connection getConnection(Properties props) throws SQLException {
|
||||
|
|
Loading…
Reference in New Issue