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 |
Brett Wooldridge
|
edbe8f1d14
|
Improve test coverage.
|
10 years ago |
Brett Wooldridge
|
f8de75b9f4
|
Improve test coverage.
|
10 years ago |
Brett Wooldridge
|
9fa55d074d
|
Improve test coverage.
|
10 years ago |
Brett Wooldridge
|
ae90802bc4
|
Improve test coverage.
|
10 years ago |
Brett Wooldridge
|
5707921c6c
|
Remove warning suppression
|
10 years ago |
Brett Wooldridge
|
f3f04f23fe
|
Change wording.
|
10 years ago |
Brett Wooldridge
|
05454f7ae9
|
Minor cleanup.
|
10 years ago |
Brett Wooldridge
|
0b7fa4382f
|
Minor cleanup.
|
10 years ago |
Brett Wooldridge
|
05e69c3852
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
18b34f3f78
|
Merge branch '2.3.x' into dev
|
10 years ago |
Brett Wooldridge
|
d781db4288
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
d538f9864c
|
Fix build break caused by NPE ... dereferencing member before it is initialized.
|
10 years ago |
Brett Wooldridge
|
eb97e3c985
|
Merge branch '2.3.x' into dev
Conflicts:
CHANGES
hikaricp-java6/pom.xml
hikaricp/pom.xml
pom.xml
|
10 years ago |
Brett Wooldridge
|
03ad7653ad
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
16e5b0710d
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
9c6ac4121d
|
[maven-release-plugin] prepare release HikariCP-2.3.6
|
10 years ago |
Brett Wooldridge
|
4dd509309b
|
Update CHANGES
|
10 years ago |
Brett Wooldridge
|
050232604c
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
2e916531d4
|
Fixed #299 disallow colon character in poolName when JMX MBean registration is enabled.
|
10 years ago |
Brett Wooldridge
|
4d20b0aa07
|
Fix #300 add isClosed() method to HikariDataSource
|
10 years ago |
Brett Wooldridge
|
bd5233b022
|
Fix exception message
|
10 years ago |