Commit Graph

1490 Commits (26b343b465fc5550b4fedb93334075cad996fbdd)
 

Author SHA1 Message Date
Brett Wooldridge 26b343b465 [maven-release-plugin] prepare release HikariCP-2.3.9 10 years ago
Brett Wooldridge f45cafad7f Updated changes log for 2.3.9 release 10 years ago
Brett Wooldridge 0d245bf1f8 Fix #338 duplicate SQLState from cause into our SQLTimeoutException 10 years ago
Brett Wooldridge 896ccd9ec9 Fix #339 correct example 10 years ago
Brett Wooldridge e51cd98d06 Fix #340 ignore exception setting read only 10 years ago
Brett Wooldridge 60e0eb1b8b Fix #334 caused by moving the ``HikariPoolMBean`` into the ``com.zaxxer.hikari`` package. Classes with the ``xxxMBean`` naming convention must reside in the same package. Renaming the class to ``xxxMXBean`` allows it to reside anywhere. 10 years ago
Brett Wooldridge 7aa6870af0 Merge pull request #336 from tocco/port-doc-pgsimpledatasource
Add example how to configure port for PGSimpleDataSource
10 years ago
Urs Wolfer f20dc06241 Add example how to configure port for PGSimpleDataSource 10 years ago
Brett Wooldridge 276b919e04 Add driver.acceptsUrl() check. 10 years ago
Brett Wooldridge 24d03706e2 Add driver.acceptsUrl() check. 10 years ago
Brett Wooldridge 6899e5dc6e Update README.md 10 years ago
Brett Wooldridge a6d013e8bf Merge pull request #329 from dimitrisli/2.3.x
Changing the documented jConnect Sybase Driver to an implementation that works
10 years ago
Dimitrios Liapis 7542f02500 Changing the documented jConnect Sybase Driver to an implementation that works
The jConnect Driver (as of version 7.0) has two package implementations for the Driver: 1) com.sybase.jdbcx.SybDataSource and 2) com.sybase.jdbc4.jdbc.SybDataSource .

If 1) is used then an exception is thrown from the HikariCP since it's looking for a default constructor that is not there.

Switching to 2) the driver starts up successfully and it's fully operational, therefore I'm changing this documentation line to reflect that.

ps. HikariCP version 2.3.8 as advised since jdk8

thanks,
Dimitrios
10 years ago
Brett Wooldridge 46669f70d0 Merge improved close connection debug logging into 2.3.x branch. 10 years ago
Brett Wooldridge 7caebb13a2 Fixes #318 add check to avoid instantiation of mbean server in the case that registration is disabled. 10 years ago
Brett Wooldridge fde1885a2a Update version 10 years ago
Brett Wooldridge 162e71862c [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 6ac180b91d [maven-release-plugin] prepare release HikariCP-2.3.8 10 years ago
Brett Wooldridge 844d759cf3 Updated changes log 10 years ago
Brett Wooldridge eadf8d1911 Fixes #227 Rollback to Javassist 3.18.2-GA 10 years ago
Brett Wooldridge d4e426ba48 Fixes #229 suppress debug log at shutdown 10 years ago
Brett Wooldridge 641b90350e Update README.md 10 years ago
Brett Wooldridge ea52a962fe Update release version 10 years ago
Brett Wooldridge 9591e6b46b [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 91990500d1 [maven-release-plugin] prepare release HikariCP-2.3.7 10 years ago
Brett Wooldridge b6a08c1d99 Update change log. 10 years ago
Brett Wooldridge 11aab3db51 Escew fastpath if there are pending threads waiting to avoid starvation of those threads. 10 years ago
Brett Wooldridge 43910e61df A race condition was observed under high load when a lot of connections expire at the same time, causing the pool to spike unnecessarily high. 10 years ago
Brett Wooldridge 04a2234fec Fix invalid JNDI test 10 years ago
Brett Wooldridge 20f47c337b Allow a specifically set DataSource to override other settings. Also, in the case of a driver-based config, we were not initialising the network timeout executor property. 10 years ago
Brett Wooldridge fc23bccf01 Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified. 10 years ago
Brett Wooldridge 9c80913d1f Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified. 10 years ago
Brett Wooldridge d781db4288 Update README.md 10 years ago
Brett Wooldridge 16e5b0710d [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 9c6ac4121d [maven-release-plugin] prepare release HikariCP-2.3.6 10 years ago
Brett Wooldridge 4dd509309b Update CHANGES 10 years ago
Brett Wooldridge 400d9327a2 Update CHANGES 10 years ago
Brett Wooldridge d10e953b02 Updated dependency 10 years ago
Brett Wooldridge 92762e0288 Merge branch '2.3.x' of github.com-brettwooldridge:brettwooldridge/HikariCP into 2.3.x 10 years ago
Brett Wooldridge cd457367f7 Fix #289 fixed issue where a connection that was checked-out, never used for longer than the DB connection timeout, and then returned to the pool could bypass the aliveness check and be given to another caller of getConnection(). 10 years ago
Brett Wooldridge bd0ca3c1e5 Update issue stats badge 10 years ago
Brett Wooldridge 1cb7de0be7 Update README.md 10 years ago
Brett Wooldridge 6d8bfdb5ea Updates changes log. 10 years ago
Brett Wooldridge c94a20e187 Comment #289 Hasten garbage collection of Connections after close 10 years ago
Brett Wooldridge bd394606cf Comment #289 Hasten garbage collection of Connections after close 10 years ago
Brett Wooldridge c457ca060b Update README.md 10 years ago
Brett Wooldridge 76f80fd51f Fix #288 allow explicit definition of driverClassName to override DriverManager.getDriver(url) located driver. 10 years ago
Brett Wooldridge 4faae6b8df Mark scope as 'test' 10 years ago
Brett Wooldridge 7ed3d9c419 Update README.md 10 years ago
Brett Wooldridge 3355525e9a Update CHANGES 10 years ago