Brett Wooldridge
e25b4ace4c
Minor cleanup and comments.
10 years ago
Brett Wooldridge
fb7c55a332
Ignore oracle classes from coverage.
10 years ago
Brett Wooldridge
324882ffe4
Update dependencies.
10 years ago
Brett Wooldridge
e156d71693
Fix unsafe accessor.
10 years ago
Brett Wooldridge
fcd99ad97c
Include Java 8 classes in util so we can run on Java 7.
10 years ago
Brett Wooldridge
dd7c9a9add
Include Java 8 classes in util so we can run on Java 7.
10 years ago
Brett Wooldridge
7611d661d5
ConcurrentBag optimisations to streamline the requite() path, as well as the borrow() contended path.
10 years ago
Brett Wooldridge
142aa6e35e
Just experimenting...
10 years ago
Brett Wooldridge
1aef63a1f7
Merge branch '2.3.x' into dev
...
* 2.3.x:
Update release version
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release HikariCP-2.3.7
Update change log.
Escew fastpath if there are pending threads waiting to avoid starvation of those threads.
10 years ago
Brett Wooldridge
ea52a962fe
Update release version
10 years ago
Brett Wooldridge
9591e6b46b
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
91990500d1
[maven-release-plugin] prepare release HikariCP-2.3.7
10 years ago
Brett Wooldridge
b6a08c1d99
Update change log.
10 years ago
Brett Wooldridge
11aab3db51
Escew fastpath if there are pending threads waiting to avoid starvation of those threads.
10 years ago
Brett Wooldridge
ef43827a7b
Fix mis-merge.
10 years ago
Brett Wooldridge
ccdeeb0746
Merge selected parts of pull request.
10 years ago
Brett Wooldridge
0837a818bb
Merge branch 'experimental' into dev
...
* experimental:
Experimental concurrentbag fairness changes. Starvation was observed under high load.
10 years ago
Brett Wooldridge
d8954d92b6
Merge commit 'ace24b3b9cdff86c40ec2c90ab48a28f2e29a69e' into dev
...
* commit 'ace24b3b9cdff86c40ec2c90ab48a28f2e29a69e':
Prevent race in close()
Make sure temporary pool is shut down
Fix some issues found by Idea inspections
Reuse pool name
Fix JavaDoc
Use path API
10 years ago
Brett Wooldridge
120b2deeba
Merge branch '2.3.x' into dev
...
* 2.3.x:
A race condition was observed under high load when a lot of connections expire at the same time, causing the pool to spike unnecessarily high.
10 years ago
Brett Wooldridge
43910e61df
A race condition was observed under high load when a lot of connections expire at the same time, causing the pool to spike unnecessarily high.
10 years ago
Brett Wooldridge
56016a99cc
Merge branch '2.3.x' into dev
...
* 2.3.x:
Fix invalid JNDI test
Allow a specifically set DataSource to override other settings. Also, in the case of a driver-based config, we were not initialising the network timeout executor property.
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
10 years ago
Brett Wooldridge
04a2234fec
Fix invalid JNDI test
10 years ago
Brett Wooldridge
20f47c337b
Allow a specifically set DataSource to override other settings. Also, in the case of a driver-based config, we were not initialising the network timeout executor property.
10 years ago
Brett Wooldridge
fc23bccf01
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
10 years ago
Brett Wooldridge
2f5ea9073b
Better.
10 years ago
Brett Wooldridge
dc91fcc1b9
More concurrency tests.
10 years ago
Brett Wooldridge
9c80913d1f
Fixed #308 try harder at resolving the driver by various means when driverClassName and jdbcUrl are both specified.
10 years ago
Brett Wooldridge
b24cc00f05
Improvements. Performance still off of where it needs to be in unconstrained pools.
10 years ago
Mikhail Mazurskiy
ace24b3b9c
Prevent race in close()
10 years ago
Mikhail Mazurskiy
8da7ced9a8
Make sure temporary pool is shut down
10 years ago
Mikhail Mazurskiy
ed09efc652
Fix some issues found by Idea inspections
10 years ago
Mikhail Mazurskiy
6ab6954641
Reuse pool name
10 years ago
Mikhail Mazurskiy
f338545783
Fix JavaDoc
10 years ago
Mikhail Mazurskiy
3dc3f619b4
Use System.nanoTime() to measure time intervals
10 years ago
Brett Wooldridge
72b92390bf
Experimental concurrentbag fairness changes. Starvation was observed under high load.
10 years ago
Mikhail Mazurskiy
9479273470
Use path API
10 years ago
Brett Wooldridge
7f50428eff
merge
10 years ago
Brett Wooldridge
a0e954f858
Additional test ... not run during unit test, but useful for stressing the pool
10 years ago
Brett Wooldridge
06996380b5
Eliminate some String.format() calls. Left one I like for readability.
10 years ago
Brett Wooldridge
779770c2c8
Eliminate some String.format() calls. Left one I like for readability.
10 years ago
Brett Wooldridge
9353ed1c29
Add log to inform users of Hibernate 4.3.6+ support.
10 years ago
Brett Wooldridge
c5b80d4665
Just a little nicer to read.
10 years ago
Brett Wooldridge
5ff480a62e
Remove the only String.format() call that could possibly have any effect on performance. Left the others, they're more readable.
10 years ago
Brett Wooldridge
ac8cb59256
Remove dead code
10 years ago
Brett Wooldridge
be26c1cf71
Scrub, scrub ... clean the code
10 years ago
Brett Wooldridge
d569a62316
Allow setNetworkTimeout() to throw, and be handled upstream.
10 years ago
Brett Wooldridge
0742d3181c
Cleanup suggested by Nitin
10 years ago
Brett Wooldridge
234328e0de
More teImprove test coverage.
10 years ago
Brett Wooldridge
7b393ac6f1
More teImprove test coverage.
10 years ago
Brett Wooldridge
0994b76773
Update README.md
10 years ago