Commit Graph

1507 Commits (e2f1915429b5ce8873b817f52e8120dd9b1822dd)
 

Author SHA1 Message Date
Brett Wooldridge e2f1915429 [maven-release-plugin] prepare for next development iteration 9 years ago
Brett Wooldridge 5ec7626928 [maven-release-plugin] prepare release HikariCP-2.3.10 9 years ago
Brett Wooldridge 8a956e1042 Update release version. 9 years ago
Brett Wooldridge ee7c83cbed Use maven repo cache. 9 years ago
Brett Wooldridge 0d5b709640 Suppress new injected headers. 9 years ago
Brett Wooldridge af542ec5ad Suppress new injected headers. 9 years ago
Brett Wooldridge d5e5cf9939 Attempt to fix build issues. 9 years ago
Brett Wooldridge 33a4bbe54a Back port build-time javassist proxy generation from 2.4.x to 2.3.x. 10 years ago
Brett Wooldridge cdfd91d8c8 Merge pull request #362 from schlosna/bugfix/2.3.x/NPE-on-close
[2.3.x] Ensure closed connections returned to pool
10 years ago
David Schlosnagle 5323c1adbb Move internal private method, make statement final
Address code review comments
10 years ago
David Schlosnagle e19c687443 Ensure closed connections returned to pool
If an exception occurs while closing a connection's open statements
(e.g. NullPointerException due to concurrent close of statement with
connection), the connection was not returned to the pool.

We now check for this possibility and ensure the connection is returned
to the pool.
10 years ago
Brett Wooldridge 22e7af1613 Use container infrastrucure 10 years ago
Brett Wooldridge 7ad373ab2f Logging useful to troubleshoot slow pool cycling. 10 years ago
Brett Wooldridge ada15b63d6 Logging useful to troubleshoot slow pool cycling. 10 years ago
Brett Wooldridge 71dd59a3cd Update README.md 10 years ago
Brett Wooldridge bea6e36968 Update README.md 10 years ago
Brett Wooldridge 7d8d0c0c5a [maven-release-plugin] prepare for next development iteration 10 years ago
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