Brett Wooldridge
|
786dd5322b
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
9eb405e5b8
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
ed99f747b6
|
[maven-release-plugin] prepare release HikariCP-1.3.3
|
11 years ago |
Brett Wooldridge
|
951f19eb02
|
Merge branch 'dev'
|
11 years ago |
Brett Wooldridge
|
22f4e45121
|
Update change log.
|
11 years ago |
Brett Wooldridge
|
cea6ed453f
|
Fix broken unit test
|
11 years ago |
Brett Wooldridge
|
80d80e266f
|
Simplify the setTransactionIsolation() method, perform the check in validate()
|
11 years ago |
Brett Wooldridge
|
62c7bd2a93
|
Minor cleanup.
|
11 years ago |
Brett Wooldridge
|
9bb5713830
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
633eafbed4
|
Remove old benchmark script.
|
11 years ago |
Brett Wooldridge
|
c92d8223bf
|
Update TODO.md
|
11 years ago |
Brett Wooldridge
|
4c1bbf4d36
|
Minor cleanup.
|
11 years ago |
Brett Wooldridge
|
eab48c3a7c
|
Add ramp-up/ramp-down test.
|
11 years ago |
Brett Wooldridge
|
d8211e7175
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
ce75519e07
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
0c2d5445f2
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
7d49a1c9c9
|
Added catalog property to documentation.
|
11 years ago |
Brett Wooldridge
|
5e0f13dcd9
|
Log pool state (debug) at shutdown.
|
11 years ago |
Brett Wooldridge
|
f1e711892b
|
Cleanup to prevent acquisition overruns.
|
11 years ago |
Brett Wooldridge
|
9cc1eb9dc9
|
Cleanup to prevent acquisition overruns.
|
11 years ago |
Brett Wooldridge
|
05dbfbc10a
|
Wording change.
|
11 years ago |
Brett Wooldridge
|
3cbb383777
|
Layout changes
|
11 years ago |
Brett Wooldridge
|
b9a4af92ee
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
111fbc3b73
|
Fix max connection overrunning when saturated with getConnection() calls during benchmarking.
|
11 years ago |
Brett Wooldridge
|
604ea8c174
|
Update change log
|
11 years ago |
Brett Wooldridge
|
d80d793457
|
ConcurrentBag optimizations.
|
11 years ago |
Brett Wooldridge
|
2fb28fbd2a
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
1a73c77071
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
18f1703f59
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
93de7fb8d6
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
23fcf89be4
|
More unit tests
|
11 years ago |
Brett Wooldridge
|
b82dec08b7
|
Use WeakReferences to avoid Tomcat ThreadLocal leak warning.
|
11 years ago |
Brett Wooldridge
|
7e0e5b346a
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
a95fb960b4
|
Update requirements, Java 6 is now supported
|
11 years ago |
Brett Wooldridge
|
c070ae4ec7
|
Updated release version
|
11 years ago |
Brett Wooldridge
|
8678a332ad
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
ebaf063d7b
|
[maven-release-plugin] prepare release HikariCP-1.3.2
|
11 years ago |
Brett Wooldridge
|
bc9ae4b965
|
Updated changes file
|
11 years ago |
Brett Wooldridge
|
d79198e23b
|
Set/reset connection state at creation time and upon closing connections.
|
11 years ago |
Brett Wooldridge
|
f0f49723fd
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
d82e1adc4b
|
[maven-release-plugin] prepare release HikariCP-1.3.1
|
11 years ago |
Brett Wooldridge
|
1bd41450a9
|
Merge branch 'dev'
|
11 years ago |
Brett Wooldridge
|
a4b9769de9
|
Revert "Prevent connections from one pool from bleeding over to threads requesting connections from another pool (stored in ThreadLocal)."
This reverts commit 78e1569264 .
|
11 years ago |
Brett Wooldridge
|
78e1569264
|
Prevent connections from one pool from bleeding over to threads requesting connections from another pool (stored in ThreadLocal).
|
11 years ago |
Brett Wooldridge
|
8e46211806
|
Copy state from config.
|
11 years ago |
Brett Wooldridge
|
6865443ddf
|
Make HikariDataSource inherit from HikariConfig for convenience. This is useful
for Spring configuration, for example, because properties can be set directly on
the datasource rather than constructing a separate object.
|
11 years ago |
Brett Wooldridge
|
f1bdffa3b8
|
Update changes file
|
11 years ago |
Brett Wooldridge
|
2bc5b57575
|
Add catalog to the hikari configuration and into the connection state reset code
|
11 years ago |
Brett Wooldridge
|
aea65f9ccb
|
Delete performance benchmarks, they are now hosted as a separate github repository.
|
11 years ago |
Brett Wooldridge
|
ab94cf4967
|
Delete performance benchmarks, they are now hosted as a separate github repository.
|
11 years ago |