Commit Graph

1824 Commits (01a9a097781c83f4f370bb0405bf3073b9aa3d23)
 

Author SHA1 Message Date
Brett Wooldridge 01a9a09778 Revert fix #340 see discussion in issue tracker 10 years ago
Brett Wooldridge 9613b63a43 Fixed #380 housekeeper was not being scheduled in the case of a user specified ScheduledExecutorService. 10 years ago
Brett Wooldridge 68225c20f1 Merge pull request #383 from nitincchauhan/dev
Fixes #379 stop retiring idle connections when minimumIdle is reached.
10 years ago
Nitin 2a90f26145 log /creation cleanup 10 years ago
Nitin c4b0ac352c housekeeper should close evicted connections... but forget it :) 10 years ago
Nitin 7685f10303 check for evicted should not depend on removable 10 years ago
Nitin 5004e1f463 setting evicted was 'little' more aggressive 10 years ago
Nitin 6a2bfb758c for closing connection, reserve entry only when it is past idle time or
evicted, not otherwise
10 years ago
Nitin ebe5868fd1 changes as suggested
align log stats
10 years ago
Nitin d04f4dd3f1 log actual error message instead of 'Exception during pool'
name 'PoolInitializationException' is descriptive enough
10 years ago
Nitin cefc2af679 level up 10 years ago
Nitin 616a8321ab break loop 10 years ago
Brett Wooldridge 5d183c5b7e Merge pull request #378 from nitincchauhan/dev
tweak isConnectionAlive and few other
10 years ago
Nitin 6cee92a300 removed closing evicted connections from housekeeper 10 years ago
Nitin 9489dda6c0 reverted as per discussion 10 years ago
Nitin 8cc1214007 close connections marked for eviction first 10 years ago
Nitin a286c264cc change as suggested 10 years ago
Nitin 1137ed1e40 implemented suggestion from 379 10 years ago
Nitin 265ee41e70 tweak isConnectionAlive and few other 10 years ago
Brett Wooldridge 9dcb652701 Merge pull request #376 from nitincchauhan/dev
Fix Issue 375 ..restore thing that was not broken
10 years ago
Nitin e789d03571 Fix Issue 375 ..restore thing that was not broken
Fixed Readme ...added missing changes from master
10 years ago
Brett Wooldridge bc010fba48 Merge pull request #374 from nitincchauhan/dev
keeping change in state/value of member internal.
10 years ago
Nitin 7efb9c0c57 keeping change in state/value of member internal 10 years ago
Brett Wooldridge 43260e8889 Merge pull request #373 from nitincchauhan/dev
keeping test and assignment close in con.close()
10 years ago
Nitin 05a4193b38 reverted connectionproxy 10 years ago
Nitin 34fa30254f removed wrong use of clocksource 10 years ago
Nitin 5d1a63e78b better add, undone close 10 years ago
Nitin fa0b6644b2 keeping test and assignment close in con.close() 10 years ago
Brett Wooldridge 697f721f69 Merge pull request #372 from nitincchauhan/dev
smart idelTimeout and fix passing missing argument to log
10 years ago
Nitin 31ddd3d9db smart idleTimeout 10 years ago
Nitin a0ebf35d91 Merge remote-tracking branch 'brettwooldridge/HikariCP/dev' into dev 10 years ago
Nitin c1ee0b0ce8 fix argument to log 10 years ago
Brett Wooldridge 53e7427e63 Eliminates questions from developers running tests in the IDE... 10 years ago
Brett Wooldridge 2cf1446fdd Merge pull request #347 from nitincchauhan/dev
HikariPool: Log consitency
10 years ago
Brett Wooldridge a31c2df6b7 Fixed #361 Merge branch '2.3.x' into dev 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
Brett Wooldridge 82536c0fe6 Make ResultSet.getStatement() return the StatementProxy instead of the delegate. 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 a4d1156d08 Fixed #359 allow altering the username/password through JMX at runtime. See javadoc for HikariConfigMXBean. 10 years ago
Brett Wooldridge 020ae04e06 Update README.md 10 years ago
Brett Wooldridge aab1afd036 Update README.md 10 years ago
Brett Wooldridge 9e4466776d Minor cleanup. 10 years ago
Brett Wooldridge ec83cc88b1 [maven-release-plugin] prepare for next development iteration 10 years ago
Brett Wooldridge 5adf46c148 [maven-release-plugin] prepare release HikariCP-2.4.0 10 years ago
Brett Wooldridge 62ec9cd5f2 Javadoc fixes. 10 years ago
Brett Wooldridge 7a5ff187a8 Prepare for release. 10 years ago
Brett Wooldridge 89d3ed089e Update README.md 10 years ago
Brett Wooldridge 0c6d6b65f2 Update README.md 10 years ago
Brett Wooldridge b0b53dc607 Minor logging tweaks. 10 years ago