Brett Wooldridge
|
f498dfa608
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
597fe70f49
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
68cebe12d0
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
a6ba914645
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
fa1cff525c
|
[maven-release-plugin] prepare release HikariCP-2.3.0
|
10 years ago |
Brett Wooldridge
|
898206f81c
|
Fix #231 Make the copyState() method public to facilitate wrappers who want to copy/modify the configuration for use in multiple pool instances.
|
10 years ago |
Brett Wooldridge
|
949fcb2e43
|
Merge branch 'dev' of https://github.com/brettwooldridge/HikariCP into 2.3.0
|
10 years ago |
Brett Wooldridge
|
ec2b7e50cf
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
49bd749d41
|
Replace emoji until github rewrites HTML render pipeline
|
10 years ago |
Brett Wooldridge
|
28438642d8
|
Make initializationFailFast fail faster.
|
10 years ago |
Brett Wooldridge
|
e3316e8618
|
Merge #223 pull request into 2.3.0 branch, add support for handling Java 8 default interface methods.
|
10 years ago |
Brett Wooldridge
|
42a79a772c
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
26afa2baf4
|
[maven-release-plugin] prepare release HikariCP-2.3.0-rc4
|
10 years ago |
Brett Wooldridge
|
1a99e4ca2c
|
We have the driver as member, so let's use it.
|
10 years ago |
Brett Wooldridge
|
bf8bef5a3b
|
Fix coveralls badge (use branch name as SVG name)
|
10 years ago |
Brett Wooldridge
|
0faae8f405
|
Try SVG badge for travis-ci
|
10 years ago |
Brett Wooldridge
|
237ab8c1a9
|
Try coveralls SVG badge, does this thing work?
|
10 years ago |
Brett Wooldridge
|
8d58c28077
|
Remove use of method unsupported by Java 6
|
10 years ago |
Brett Wooldridge
|
5ea5688db3
|
Start the housekeeping thread first run after the default interval (30 seconds) rather than hardcoded 10 seconds.
|
10 years ago |
Brett Wooldridge
|
684d0683e9
|
Idle fill is now run by the housekeeping thread, rather than as a side-effect of addBagItem(), so for this test we need to set a short housekeeping period.
|
10 years ago |
Brett Wooldridge
|
3ccddff117
|
Reset housekeeping period after test.
|
10 years ago |
Brett Wooldridge
|
dc5771e679
|
Suppress IDE deprecation warnings.
|
10 years ago |
Brett Wooldridge
|
10762d6403
|
Tighten-up addBagItem() implementation with cleaner loop.
|
10 years ago |
Brett Wooldridge
|
94be387dcc
|
Clarify boolean order of operations in getConnection() conditional. Run fillPool() on the caller thread.
|
10 years ago |
Brett Wooldridge
|
8aa2034709
|
Fixes #222 separate responsibility of maintaining idle connections from addBagItem(). addBagItem() will now add exactly one connection per-invocation (with retry). Create a separate fillPool() method to handle idle connection maintenance.
|
10 years ago |
Brett Wooldridge
|
f6b0ee5ab9
|
#215 don't return evicted connections ever
|
10 years ago |
Brett Wooldridge
|
fafcd38a56
|
Fix #220 continue to override isClosed() ... we had removed it but it should reflect HikariCP's understanding of the closed state rather than delegating to the driver.
|
10 years ago |
Brett Wooldridge
|
6017c8019b
|
Fix #221 handle getResultSet()
|
10 years ago |
Brett Wooldridge
|
8a61e581c2
|
Fix ConcurrentBag test
|
10 years ago |
Brett Wooldridge
|
57b8e91f02
|
Updated changes log
|
10 years ago |
Brett Wooldridge
|
5de373148c
|
Don't throw exceptions that might disrupt executor threads, but do log. Plus, don't trust nanoTime() implementations on all platforms not to go backwards due to NTP adjustments.
|
10 years ago |
Brett Wooldridge
|
467bc2f79a
|
Simple variable rename for clarity
|
10 years ago |
Brett Wooldridge
|
937923666e
|
Don't reset isNetworkTimeoutSupported here, but do log a warning on exception
|
10 years ago |
Brett Wooldridge
|
c3043d8f9d
|
Re-use the assassin executor.
|
10 years ago |
Brett Wooldridge
|
96a71da526
|
If tryAcquireSharedNanos() returns false, we timed out, just return immediately.
|
10 years ago |
Brett Wooldridge
|
ed2fa1b513
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
873ab10a1c
|
[maven-release-plugin] prepare release HikariCP-2.3.0-rc3
|
10 years ago |
Brett Wooldridge
|
373c29017a
|
[maven-release-plugin] rollback the release of HikariCP-2.3.0-rc3
|
10 years ago |
Brett Wooldridge
|
e9134aaa8b
|
[maven-release-plugin] prepare release HikariCP-2.3.0-rc3
|
10 years ago |
Brett Wooldridge
|
e5d4cf4f11
|
Change longValue() call to get()
|
10 years ago |
Brett Wooldridge
|
e3d3adf79a
|
[maven-release-plugin] rollback the release of HikariCP-2.3.0-rc3
|
10 years ago |
Brett Wooldridge
|
89ddc3f948
|
[maven-release-plugin] prepare for next development iteration
|
10 years ago |
Brett Wooldridge
|
8e7d7fddd2
|
[maven-release-plugin] prepare release HikariCP-2.3.0-rc3
|
10 years ago |
Brett Wooldridge
|
3f64f5c432
|
JavaDoc fixes.
|
10 years ago |
Brett Wooldridge
|
3fbcbf87b5
|
When resetting the network timeout to its original value we can avoid an additional call to
getNetworkTimeout() by adding a specialized version of the method.
|
10 years ago |
Brett Wooldridge
|
f97d66e554
|
Move GlobalPoolLock and PoolUtilities into the pool package.
|
10 years ago |
Brett Wooldridge
|
f4818f535e
|
Expose suspend/resumePool on the HikariDataSource (not just via JMX)
|
10 years ago |
Brett Wooldridge
|
a786a6be32
|
Loosen visibility requirements on isNetworkTimeoutSupported and isQueryTimeoutSupported, at the minor cost of initial re-execution by different threads.
|
10 years ago |
Brett Wooldridge
|
7e2eaa7439
|
Update README.md
|
10 years ago |
Brett Wooldridge
|
7a3d3e2db3
|
Update README.md
|
10 years ago |