Commit Graph

416 Commits (e6cf087321866394add9cfab4b56d97b39396939)
 

Author SHA1 Message Date
Brett Wooldridge 355688d50f Fix benchmark script for new version. 11 years ago
Brett Wooldridge 7f39c2c853 Fix grammatical error. 11 years ago
brettwooldridge 0f53cd5bdf Update README.md 11 years ago
Brett Wooldridge 379f47e33f [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 4ef0d2a7b0 [maven-release-plugin] prepare release HikariCP-1.2.6 11 years ago
Brett Wooldridge 006ea9c5b2 updated changes log 11 years ago
Brett Wooldridge 813af8aed6 Update benchmarks script. 11 years ago
Brett Wooldridge 93fd7d7330 Fixed #27 set the isClosed flag earlier in the close() method, it was meant to short-circuit the unregisterStatement() call, but was moved later, which broke that behavior. 11 years ago
Brett Wooldridge 7235091496 Comment #25 added additional warning if both dataSource and dataSourceClassName are specified. 11 years ago
Brett Wooldridge f79af53fb6 Fixed #26 change Hibernate dependency to ‘provided’ now that HikariCP uses it for more than just testing. 11 years ago
Brett Wooldridge ec0c88a88e [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 244dd8a2bf [maven-release-plugin] prepare release HikariCP-1.2.5 11 years ago
Brett Wooldridge d197e37aed Add sonatype parent for maven repository publication. 11 years ago
Brett Wooldridge 3861c17b40 Increate timing window to avoid time-sensitive failures in unit tests on slow machines (travis-ci) 11 years ago
Brett Wooldridge a0ceab1428 Change log updates. 11 years ago
Brett Wooldridge 1ed2153ab1 Increate timing window to avoid time-sensitive failures in unit tests on slow machines. 11 years ago
Brett Wooldridge ccc2989c72 Remove unused import. 11 years ago
Brett Wooldridge 970e3a5092 Increate timing window to avoid time-sensitive failures in unit tests on slow machines. 11 years ago
Brett Wooldridge e35c939ed2 Allow setting the dataSource directly on the HikariConfig. 11 years ago
Brett Wooldridge 137c76e589 Restructured pom after removal of instrumentation. 11 years ago
Brett Wooldridge 509db370d7 More minor speed improvements. 11 years ago
Brett Wooldridge a3edf8c5be Minor logging cleanup. 11 years ago
Brett Wooldridge de746f139e Fixed #21 Merge commit '519c9c859f397054c77461ca325e8d0dc82306cd' into dev
* commit '519c9c859f397054c77461ca325e8d0dc82306cd':
  osgi unit tests #21: switch to fax-exam-container-native (faster)
  osgi unit tests #21 : merge core-osgi and core
  osgi unit tests #21
  unit tests (exam.properties) #21
  osgi: unit tests (initial work) #21
  #21 osgi: unit tests (initial work)
11 years ago
Brett Wooldridge 279f520640 Remove log. 11 years ago
Brett Wooldridge 5811ed149b Change how autoCommit and transaction isolation are reset 11 years ago
Brett Wooldridge 847b03cf3e Change how autoCommit and transaction isolation are reset 11 years ago
Brett Wooldridge 0ece2ec18a Restore rollback(), change ThreadLocal<Boolean> isClosed back to volatile boolean. 11 years ago
Brett Wooldridge dc5edc22ab Remove automatic rollback 11 years ago
Brett Wooldridge dcdc5058c7 Remove set transaction isolation, add release connection log. 11 years ago
Brett Wooldridge 29db4359f4 Add bounds check 11 years ago
Brett Wooldridge 561d6f05fd Added debug level pool statistics logging 11 years ago
Brett Wooldridge 1e5291720c Added debug level pool statistics logging 11 years ago
Brett Wooldridge f0fa59e7a3 Added debug level pool statistics logging 11 years ago
Brett Wooldridge 7852524e66 Cleaner handling of resetting autoCommit and setTransactionIsolation. 11 years ago
Brett Wooldridge b6237b6b51 Commit the “test” query if a transaction was started due to auto-commit being false. 11 years ago
lburgazzoli 519c9c859f osgi unit tests #21: switch to fax-exam-container-native (faster) 11 years ago
Brett Wooldridge 41df5a6f7e Fix checks that disallow 0 for idleTimeout and maxLifeTime. 11 years ago
lburgazzoli 2b059515d3 osgi unit tests #21 : merge core-osgi and core 11 years ago
lburgazzoli 9c76145041 osgi unit tests #21 11 years ago
lburgazzoli bb95d84e3b unit tests (exam.properties) #21 11 years ago
lburgazzoli edcb034900 osgi: unit tests (initial work) #21 11 years ago
lburgazzoli dde89bd6f2 #21 osgi: unit tests (initial work) 11 years ago
Brett Wooldridge 944a7c54ec Rename fields 11 years ago
Brett Wooldridge 0df4142a05 Make the things we can private and final. 11 years ago
Brett Wooldridge fb6a7680b9 Cleanup and commenting. 11 years ago
Brett Wooldridge 1fa249cf16 Make the things we can private and final. 11 years ago
Brett Wooldridge 385fc4510d Remove instrumentation. 11 years ago
Brett Wooldridge 9fb63cdd3f Minor cleanup. 11 years ago
Brett Wooldridge e021074764 Ensure that even if a close statement fails during connection close that we continue to try to close additional statements. 11 years ago
Brett Wooldridge e6dce5b73e Remove instrumentation 11 years ago