Brett Wooldridge
f059d39aa6
Restore max lifetime check to getConnection() rather than only in the
...
housekeeper thread. An extremely active pool may never find an idle
connection in the housekeeper alone.
11 years ago
Brett Wooldridge
cf2f0b0be4
Fixed #51 fix logging string substitution parameter.
11 years ago
Brett Wooldridge
8430fce40d
Switch back to setting our own context class loader during code generation.
11 years ago
Brett Wooldridge
9c058e7b3a
Typo
11 years ago
Brett Wooldridge
80601478cf
Update README.md
11 years ago
Brett Wooldridge
501e5d28a7
Update README.md
11 years ago
Brett Wooldridge
9448e1a300
Update README.md
11 years ago
Brett Wooldridge
398acad77a
Change visibility.
11 years ago
Brett Wooldridge
04fbcd27cb
Updated examples
11 years ago
Brett Wooldridge
8e337e43c6
Updated properties for 1.3.4 release.
11 years ago
Brett Wooldridge
fa56a871e8
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
c0f7be3ad5
[maven-release-plugin] prepare release HikariCP-1.3.4
11 years ago
Brett Wooldridge
5c1592cdb4
Merge branch 'dev'
...
* dev: (77 commits)
Unwrap DataSource test.
Discourage users from turning on metrics until they do something useful.
Add idle fill test.
Reduce the number of filler threads ... 8 threads is too many on a hyper threaded 4-core CPU.
Start implementing [optional] metrics for HikariCP.
Additional connection tests.
Add provided dependency on coda hale metrics.
Merged #48 fix connectionTest validation
Change defaults.
Default minIdle the same as maxPoolSize.
Split out stateless utility functions to reduce the weight of the HikariPool class (increases readability).
Rename idleConnectionBag to connectionBag.
Change connectionTimeout minimum to 250ms.
Fix timing edge case in test.
Check validation error
Improve warnings for invalid configuration
Use the DriverManager to create connections.
Update changes.log.
Update changes.log.
Remove deprecated calls from tests, fix test conditions for new background fill behavior.
...
11 years ago
Brett Wooldridge
b699cbf6e7
Unwrap DataSource test.
11 years ago
Brett Wooldridge
37e26d4092
Discourage users from turning on metrics until they do something useful.
11 years ago
Brett Wooldridge
a10c5e5b17
Add idle fill test.
11 years ago
Brett Wooldridge
d7f7c111ce
Reduce the number of filler threads ... 8 threads is too many on a hyper threaded 4-core CPU.
11 years ago
Brett Wooldridge
eeec5415c6
Start implementing [optional] metrics for HikariCP.
11 years ago
Brett Wooldridge
4b0cca092c
Additional connection tests.
11 years ago
Brett Wooldridge
621dcdf12e
Add provided dependency on coda hale metrics.
11 years ago
Brett Wooldridge
bffb8b93f6
Merged #48 fix connectionTest validation
11 years ago
Brett Wooldridge
84d82b292f
Change defaults.
11 years ago
Brett Wooldridge
49a0187b41
Default minIdle the same as maxPoolSize.
11 years ago
Brett Wooldridge
16dfabbc9e
Split out stateless utility functions to reduce the weight of the HikariPool class (increases readability).
11 years ago
Brett Wooldridge
564a65372f
Rename idleConnectionBag to connectionBag.
11 years ago
Brett Wooldridge
eda6aaddac
Change connectionTimeout minimum to 250ms.
11 years ago
Brett Wooldridge
9ff609b64b
Fix timing edge case in test.
11 years ago
Brett Wooldridge
5ba531c3d4
Check validation error
11 years ago
Brett Wooldridge
0abb916c7c
Improve warnings for invalid configuration
11 years ago
Brett Wooldridge
e1563e46d6
Use the DriverManager to create connections.
11 years ago
Brett Wooldridge
996b4baca1
Update changes.log.
11 years ago
Brett Wooldridge
b51568618e
Update changes.log.
11 years ago
Brett Wooldridge
0ccd39f95f
Remove deprecated calls from tests, fix test conditions for new background fill behavior.
11 years ago
Brett Wooldridge
8daf9d3005
Implement new background adding of connections to maintain a "minimumIdle" level.
11 years ago
Brett Wooldridge
efa2fcc440
Restore former barrow() logic, add getCount() and size)() methods.
11 years ago
Brett Wooldridge
bf2872af53
Add eviction method.
11 years ago
Brett Wooldridge
a32ec77dc9
Remove acquireRetries and acquireRetryDelay
11 years ago
Brett Wooldridge
f2c87b915e
Add a exception log for JavassistProxyFactory static initiaiization.
11 years ago
Brett Wooldridge
91e4729b88
Revert "Use our cascading ClassLoader."
...
This reverts commit 183d036173
.
11 years ago
Brett Wooldridge
183d036173
Use our cascading ClassLoader.
11 years ago
Brett Wooldridge
d8dbad1ed9
Pull additional hibernate properties over.
11 years ago
Brett Wooldridge
0d095fb494
Remove context class loader.
11 years ago
Brett Wooldridge
adeae97f3a
Fix NPE.
11 years ago
Brett Wooldridge
8ec2953efd
Add username and password properties as well as cleanup validation (not complete).
11 years ago
Brett Wooldridge
783bb5ae29
Handle username and password settings, treat the DriverDataSource like other datasources.
11 years ago
Brett Wooldridge
14d72a2b29
Handle username and password settings.
11 years ago
Brett Wooldridge
e43864f626
Pickup additional parameters from Hibernate.
11 years ago
Brett Wooldridge
2dd9c08a3f
Use an object-based key for the multi pool
11 years ago
Brett Wooldridge
38501d74fd
Remove com.sun.tools.attach from OSGi manifest.
11 years ago
Brett Wooldridge
c4469ce58c
Add support for DataSource.getConnection(username, password).
11 years ago