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
Brett Wooldridge
32eadc1d8c
Improved FastStatementList
11 years ago
Brett Wooldridge
9848138faa
Remove blank line
11 years ago
Brett Wooldridge
106d5cc27c
Performance tweaks
11 years ago
Brett Wooldridge
de4059c0cb
Add close() method that is synonymous with shutdown(), add toString() that prints the datasource including the pool name.
11 years ago
Brett Wooldridge
5fc58a2306
Add another exception test
11 years ago
Brett Wooldridge
fa26ccc719
Avoid error message on shutdown when MBeans are not registered.
11 years ago
Brett Wooldridge
cb6778eacc
Add default value for registerMbeans
11 years ago
Brett Wooldridge
8fd836e657
#37 add sybase exceptions
11 years ago
Brett Wooldridge
2978660dc2
Add link to play framework plugin.
11 years ago
Brett Wooldridge
fdf9ff1c7a
Merge branch 'master' of https://github.com/brettwooldridge/HikariCP
...
* 'master' of https://github.com/brettwooldridge/HikariCP :
Update maven info.
11 years ago
Brett Wooldridge
d041c355a8
Update maven info.
11 years ago
Brett Wooldridge
1ad78ff88b
Update changes log
11 years ago
Brett Wooldridge
d07d944926
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
601aaac9c0
[maven-release-plugin] prepare release HikariCP-1.3.0
11 years ago
Brett Wooldridge
0b73a2b214
Merge branch 'dev'
...
* dev: (22 commits)
Javadoc, renaming, and cleanup.
Fix FastStatementList unit test failure.
Slightly cleaner fix for issue #35
javadoc.
Change default size from 16 to 32, and change growth factor from 4x to 2x.
Add a pool state log at timeout failure.
Synchronization fixes.
Minor cleanup and javadoc.
Refactored SpecializedConcurrentBag for efficiency, moved to util.
Initialize the concurrent bag with an initial size.
Cache the hashCode.
Merged changed from fwbrasil
Add license header and class-level javadoc.
Even more detailed log for broken connections
New concurrent connection container (moved away from LinkedBlockingQueue and LinkedTransferQueue).
Adjust version number in the benchmark script.
fix fast statement list overflow inconsistency
Start of experimental implementation of a concurrent bag.
Readability improvement.
Added logging for broken connections.
...
11 years ago