HHH-11645 - HikariCP shutdown() method is deprecated, close() should be called instead
This commit is contained in:
parent
6c810a422c
commit
7dd17e936f
|
@ -119,6 +119,6 @@ public class HikariCPConnectionProvider implements ConnectionProvider, Configura
|
|||
|
||||
@Override
|
||||
public void stop() {
|
||||
hds.shutdown();
|
||||
hds.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue