Commit Graph

1104 Commits (1539134a0956f43900694d1ba2bb33796ab06b1f)
 

Author SHA1 Message Date
Brett Wooldridge b47d1dc105 Remove redundant code. 10 years ago
Brett Wooldridge cb38844e8a DataSource unwrap tests. 10 years ago
Brett Wooldridge 14387d258e Additional shutdown tests. 10 years ago
Brett Wooldridge bfad871409 Add eviction test. 10 years ago
Brett Wooldridge 49fcd97d41 Add message for debugging sporadic failure 10 years ago
Brett Wooldridge 37182bda9e Some LeakTask coverage. 10 years ago
Brett Wooldridge e18feb5357 Add config validation tests (and a fix for an uncovered bug). 10 years ago
Brett Wooldridge 054107cd21 Add copyright header. 10 years ago
Brett Wooldridge 7a720700ca Fix imports. 10 years ago
Brett Wooldridge 1143d557d4 Relocate initializeDataSource() method. 10 years ago
Brett Wooldridge 559346dc7c Javadoc 10 years ago
Brett Wooldridge e6fb2a4e72 Fix shutdown race with connections added to the pool. 10 years ago
Brett Wooldridge 7e2ab6de3e Lengthen timeout. 10 years ago
Brett Wooldridge 948a88e6d6 More test coverage. 10 years ago
Brett Wooldridge 98cbc3b36d Don't skip rollback just because nothing is dirty. 10 years ago
Brett Wooldridge f3e474d209 More test coverage. 10 years ago
Brett Wooldridge 3de6474f37 Implement unwrap in stub. 10 years ago
Brett Wooldridge 2ba5312502 Additional unwrap test. 10 years ago
Brett Wooldridge 1912587bba Additional unwrap test. 10 years ago
Brett Wooldridge b000fc23a5 Remove unused methods. 10 years ago
Brett Wooldridge 74e6281a02 Allow the Javassist proxy generator to generate these delegate methods. 10 years ago
Brett Wooldridge e43c11f7ca More test coverage. 10 years ago
Brett Wooldridge 7a46803cf5 Remove unused constructor 10 years ago
Brett Wooldridge 09ef9d59c8 Suppress stack trace generation. 10 years ago
Brett Wooldridge 9ce9dc0465 More tests... still need to be merged into the Java 6 branch. 10 years ago
Brett Wooldridge 4c35cedcb1 Special manual test for debugging issue #159 10 years ago
Brett Wooldridge dac1cfcbeb Only publish coverage when run from the travis-ci build 10 years ago
Brett Wooldridge df15df71ee Update README.md 10 years ago
Brett Wooldridge b6e059c64c Update README.md 10 years ago
Brett Wooldridge 535021df41 Experimenting with code coverage. 10 years ago
Brett Wooldridge fc9728df8f Avoid super constructor that fills in the stacktrace. 10 years ago
Brett Wooldridge e3e006d6ae Experimenting with code coverage. 10 years ago
Brett Wooldridge 6c8803a368 Use the latest plugin available in the maven central repo. 10 years ago
Brett Wooldridge 6bb632c6f4 Experimenting with code coverage. 10 years ago
Brett Wooldridge f2e4c5805e Few more tests. 10 years ago
Brett Wooldridge bc2defcf11 Remove unused methods. 10 years ago
Brett Wooldridge 88f2eaee49 Update README.md 10 years ago
Brett Wooldridge 52de2707c2 Update README.md 10 years ago
Brett Wooldridge b59e0fd594 Update README.md 10 years ago
Brett Wooldridge e883786cea Additional safety check to only apply the new conditional when minimumIdle is 0. 10 years ago
Brett Wooldridge fefe559822 Fixed #159 handle case when async connection attempts are failing but there are no longer threads waiting for connections 10 years ago
Brett Wooldridge 50fbd6db94 Make logPoolState() "public" for testing. 10 years ago
Brett Wooldridge 378f8aa794 Make logPoolState() "public" for testing. 10 years ago
Brett Wooldridge 6818783370 Improve accuracy of pool stat reporting (at a slight performance cost). 10 years ago
Brett Wooldridge e1e4a50f1f Move LeakTask to util pacakge. 10 years ago
Brett Wooldridge b959a79dc7 Minor improvements to LeakTask. 10 years ago
Brett Wooldridge c04f59f3b8 Minor performance tweaks and readability changes. 10 years ago
Brett Wooldridge 00b77f9cd3 Tweak the leak task handling and resetConnection() handling for small performance gains in the *nominal* case. Possibly slower in edge-cases (but who cares). 10 years ago
Brett Wooldridge cf1109b0a5 Generate classes in the proper protection domain. 10 years ago
Brett Wooldridge f4061a09e4 Merge pull request #158 from maniksurtani/thread-naming
Add pool name to filler and closer threads
10 years ago