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 |
Brett Wooldridge
|
a447e52fe8
|
Delete performance benchmarks, they are now hosted as a separate github repository.
|
11 years ago |
Brett Wooldridge
|
c6e7544a12
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
63bcfe2cf0
|
Removed method not available in Java 6.
|
11 years ago |
Brett Wooldridge
|
c6d40199c5
|
Java 6 compatibility.
|
11 years ago |
Brett Wooldridge
|
bcb1d9d679
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
f83ddc12d8
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
229188e4c8
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
ab87a67cb4
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
5a670af8cb
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
242618d0ab
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
2dccd419c6
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
9038beb219
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
3a11cccd81
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
9906bdd73d
|
Update README.md
|
11 years ago |
Brett Wooldridge
|
07d630de5a
|
#39 Get rid of anonymous inner class in ThreadLocal as it might possibly trigger a warning in Tomcat.
|
11 years ago |
Brett Wooldridge
|
83b88f675e
|
Fix backfill test to match new pool behavior.
|
11 years ago |
Brett Wooldridge
|
0aa7bc5a11
|
Pass default auto commit state into constructor.
|
11 years ago |
Brett Wooldridge
|
ebf68a7176
|
Remove unused methods from signature
|
11 years ago |
Brett Wooldridge
|
008ea8af45
|
Remove auto commit reset in alive test (it is done in ConnectionProxy.close() now), change idle connection tracking so as to eliminate the need for counting awaiting threads.
|
11 years ago |
Brett Wooldridge
|
6fdc137566
|
Make methods final, and reset auto commit in close()
|
11 years ago |
Brett Wooldridge
|
b634085633
|
Make methods final.
|
11 years ago |
Brett Wooldridge
|
d4e15d097e
|
Move some connection state reset logic into ConnectionProxy.close() to avoid additional method invocation overhead.
|
11 years ago |
Brett Wooldridge
|
947e787a15
|
Rollback auto commit optimization, it performed worse.
|
11 years ago |