HHH-8869 upgraded to HikariCP 1.3.5, replaced deprecated property
Conflicts: libraries.gradle
This commit is contained in:
parent
80284b9556
commit
ea62531a36
|
@ -31,6 +31,5 @@ hibernate.connection.provider_class HikariCPConnectionProvider
|
||||||
|
|
||||||
hibernate.hikari.poolName testPool
|
hibernate.hikari.poolName testPool
|
||||||
# Purposefully low and simplisitic.
|
# Purposefully low and simplisitic.
|
||||||
hibernate.hikari.minimumPoolSize 2
|
|
||||||
hibernate.hikari.maximumPoolSize 2
|
hibernate.hikari.maximumPoolSize 2
|
||||||
hibernate.hikari.idleTimeout 3000
|
hibernate.hikari.idleTimeout 3000
|
|
@ -110,8 +110,8 @@ ext {
|
||||||
|
|
||||||
c3p0: "com.mchange:c3p0:0.9.2.1",
|
c3p0: "com.mchange:c3p0:0.9.2.1",
|
||||||
ehcache: "net.sf.ehcache:ehcache-core:2.4.3",
|
ehcache: "net.sf.ehcache:ehcache-core:2.4.3",
|
||||||
proxool: "proxool:proxool:0.8.3"
|
proxool: "proxool:proxool:0.8.3",
|
||||||
hikaricp: "com.zaxxer:HikariCP:1.3.4"
|
hikaricp: "com.zaxxer:HikariCP:1.3.5"
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue