HHH-8869 upgraded to HikariCP 1.3.5, replaced deprecated property

Conflicts:
	libraries.gradle
This commit is contained in:
Brett Meyer 2014-04-07 15:07:41 -04:00
parent 80284b9556
commit ea62531a36
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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"
] ]
} }