Commit Graph

436 Commits (ca526c2e87d170185931304a7d0120e838fd58e7)
 

Author SHA1 Message Date
Brett Wooldridge ca526c2e87 Remove pool size. 11 years ago
Brett Wooldridge c9f4598e53 Add debug log message for connections returned to the pool broken. 11 years ago
Brett Wooldridge af21882b37 Updated changes log. 11 years ago
Brett Wooldridge 2ecedd92ed Added configuration flags for fail-fast initialization and MBean registration. 11 years ago
Brett Wooldridge 555075adec Minor performance tweak. 11 years ago
Brett Wooldridge 0dada599f4 Try LinkedBlockingQueue. 11 years ago
Brett Wooldridge aeb8c91917 Changes to prevent over aggressive optimization by the JIT which was producing
incorrect benchmarking results.
11 years ago
Brett Wooldridge 5bb19da087 Use latest C3P0 in benchmark. 11 years ago
Brett Wooldridge e0c216a4c0 Fix unit test failures. 11 years ago
Brett Wooldridge 3e56436baa Add class paths for other pools. 11 years ago
Brett Wooldridge 2c0e009e4e Move up to bone release. 11 years ago
Brett Wooldridge 2053fdc973 Remove unnecessary optimisation that the JIT will perform anyway. 11 years ago
Brett Wooldridge cffe33706a Remove unused import. 11 years ago
Brett Wooldridge 1ba9987902 Remove resultset wrapper 11 years ago
Brett Wooldridge 2fd99e655d Log exception message when a connection failure occurs 11 years ago
Sebastian Jaenicke 65010d9487 Unregister MBeans on pool shutdown 11 years ago
Brett Wooldridge f3c0feb15c Fixed #29 implement clean shutdown 11 years ago
Brett Wooldridge f5171c96e6 Updated change log and benchmark script for new version. 11 years ago
Brett Wooldridge 3ac7d4a78d Update README.md 11 years ago
Brett Wooldridge 1f0b022bc3 Merge pull request #33 from hoffart/master
Correcting username strings in example
11 years ago
jhoffart db74622855 Correcting username strings in example 11 years ago
Brett Wooldridge 44e60376d6 Updated release version 11 years ago
Brett Wooldridge c90344d280 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 5693262b8f [maven-release-plugin] prepare release HikariCP-1.2.8 11 years ago
Brett Wooldridge baf78bd9b4 Merge branch 'dev'
* dev:
  Fixed bug growing the size of the FastStatementList when the capacity is exceeded.
11 years ago
Brett Wooldridge b566002c0e Fixed bug growing the size of the FastStatementList when the capacity is exceeded. 11 years ago
Brett Wooldridge 211062540c Update README.md 11 years ago
Brett Wooldridge facaac0916 Update maven info for release 1.2.7 11 years ago
Brett Wooldridge 072d52178f [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 17cd583ac1 [maven-release-plugin] prepare release HikariCP-1.2.7 11 years ago
Brett Wooldridge 058b7f0e0e Rename methods, and cleanup. 11 years ago
Brett Wooldridge a92e25d436 Merge branch 'dev'
* dev: (26 commits)
  Add short-circuit to aliveness check if connection was used within the last second.
  Make slf4j-api scope ‘compile’ and slf4j-simple scope ‘compile’ + optional
  More testy stuff.
  Fixed iteration direction bug, forgot we were iterating backwards.
  Change javassist back from provided to compile so that maven-war-plugin can bundle it by default into the war.
  updated changes log
  Use execute() instead of executeQuery() for initSql.
  Fix isolation level dirty detection logic.
  Correct property name.
  Add the ability for the user to customize Connections before they are added to the pool.
  Implement proper connection unwrapping.
  No need to wrap methods that do not throw SQLException with our own try…catch checkException() logic.
  Remove tools.jar dependency now that instrumentation is gone.  Fix other scopes.
  Added query timeout to test query.
  updated changes log
  Remove unnecessary casts in the generated proxies.
  Replace bound check with try..catch it is faster in the nominal case.
  Track current transaction isolation level so that we can reset it only when necessary (as it often requires a round trip to the server).
  Demote error log to warn.
  Conditionally reset the transaction isolation level based on whether the user has altered it or not.  Turns out it is expensive for some databases.
  ...
11 years ago
Brett Wooldridge 613c573ff8 Update README.md 11 years ago
Brett Wooldridge 95d3fbdf0b Add short-circuit to aliveness check if connection was used within the last second. 11 years ago
Brett Wooldridge c0660d2d7e Fixed typos. 11 years ago
Brett Wooldridge c2b3fe4ff7 Make slf4j-api scope ‘compile’ and slf4j-simple scope ‘compile’ + optional 11 years ago
Brett Wooldridge d4caabaa13 More testy stuff. 11 years ago
Brett Wooldridge d417886365 Fixed iteration direction bug, forgot we were iterating backwards. 11 years ago
Brett Wooldridge d10147363a Change javassist back from provided to compile so that maven-war-plugin can bundle it by default into the war. 11 years ago
Brett Wooldridge f1b0f5fe24 updated changes log 11 years ago
Brett Wooldridge 069713c94f Use execute() instead of executeQuery() for initSql. 11 years ago
brettwooldridge bac742bd4a Add social networking buttons. 11 years ago
brettwooldridge bffdd11eb9 Update README.md 11 years ago
brettwooldridge e7e5c47c6a Update README.md 11 years ago
brettwooldridge a60916b2ad Update README.md 11 years ago
brettwooldridge 28396a3feb Update README.md 11 years ago
brettwooldridge ded8e64be7 Update README.md 11 years ago
Brett Wooldridge 9021e7178d Fix isolation level dirty detection logic. 11 years ago
Brett Wooldridge eda62f7442 Correct property name. 11 years ago
Brett Wooldridge 94aa31510f Add the ability for the user to customize Connections before they are added to the pool. 11 years ago