Commit Graph

1517 Commits (98810d9251f9170364f8001df63510c09b9885d3)
 

Author SHA1 Message Date
Brett Wooldridge 98810d9251 [maven-release-plugin] prepare for next development iteration 9 years ago
Brett Wooldridge 390c5699be [maven-release-plugin] prepare release HikariCP-2.3.13 9 years ago
Brett Wooldridge e94d920595 Fixes #512 back port to 2.3.x stream. 9 years ago
Brett Wooldridge d5e496cecd [maven-release-plugin] prepare for next development iteration 9 years ago
Brett Wooldridge 260ac29c17 [maven-release-plugin] prepare release HikariCP-2.3.12 9 years ago
Brett Wooldridge a312c5a408 Skip proxy generation during test runs 9 years ago
Brett Wooldridge f0ba4b7188 Fixed issue with new proxy class generation whereby Java 6 classes were generated as extending java.lang.AutoClosable, which was not introduced until Java 7. 9 years ago
Brett Wooldridge fe6eb4123e [maven-release-plugin] prepare for next development iteration 9 years ago
Brett Wooldridge af5ba3ba79 [maven-release-plugin] prepare release HikariCP-2.3.11 9 years ago
Brett Wooldridge 2c632e7566 Fixes major class version number for generated proxy classes. 9 years ago
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. 9 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