Brett Wooldridge
cd8c4d578a
Move CloseSource implementations into interface, co-resident with factory.
10 years ago
Brett Wooldridge
b249a03a6f
Rename PoolUtilities to PoolElf ... following our *Elf naming convention (eg. UtilityElf)
10 years ago
Brett Wooldridge
052a86a76e
Rename PropertyBeanSetter to PropertyElf
10 years ago
Brett Wooldridge
1e4f078d5d
Remove code meant to handle what is not believed to be a non-existent race condition.
10 years ago
Brett Wooldridge
f5c248c4f4
Cleanup
10 years ago
Brett Wooldridge
3b0cf24e5c
Reformatting
10 years ago
Brett Wooldridge
aaa58a548b
If we're on Java 7, and Dropwizard metrics core happens to be present, use their LongAdder rather than falling back to the Java 7 AtomicLong.
10 years ago
Brett Wooldridge
b0df3a82c7
JavaDoc and method renaming
10 years ago
Brett Wooldridge
6899e5dc6e
Update README.md
10 years ago
Brett Wooldridge
2f303973ec
Remove getConfiguration() accessor
10 years ago
Brett Wooldridge
851b92736c
Rename configuration member to config.
10 years ago
Brett Wooldridge
04fb8b646a
Rename configuration member to config.
10 years ago
Brett Wooldridge
a6d013e8bf
Merge pull request #329 from dimitrisli/2.3.x
...
Changing the documented jConnect Sybase Driver to an implementation that works
10 years ago
Dimitrios Liapis
7542f02500
Changing the documented jConnect Sybase Driver to an implementation that works
...
The jConnect Driver (as of version 7.0) has two package implementations for the Driver: 1) com.sybase.jdbcx.SybDataSource and 2) com.sybase.jdbc4.jdbc.SybDataSource .
If 1) is used then an exception is thrown from the HikariCP since it's looking for a default constructor that is not there.
Switching to 2) the driver starts up successfully and it's fully operational, therefore I'm changing this documentation line to reflect that.
ps. HikariCP version 2.3.8 as advised since jdk8
thanks,
Dimitrios
10 years ago
Brett Wooldridge
a9aa10095f
Handle case where connectionTimeout or validationTimeout are set by HikariConfigMBean (after the validateNumerics() method has already been called), ensure validationTimeout stays sane.
10 years ago
Brett Wooldridge
4cb8d4d7d8
Minor cleanup
10 years ago
Brett Wooldridge
46669f70d0
Merge improved close connection debug logging into 2.3.x branch.
10 years ago
Brett Wooldridge
8993f4d0be
Minor cleanup suggested by Nitin
10 years ago
Brett Wooldridge
826257058b
Setup for RC3
10 years ago
Brett Wooldridge
c6830d3708
Rename method
10 years ago
Brett Wooldridge
1bb1f60548
Minor refactor.
10 years ago
Brett Wooldridge
cb50434e73
fix unit test
10 years ago
Brett Wooldridge
afc13ee150
Store the network timeout captured at addConnection()-time and use it to reset the network timeout at connection close if the network timeout has been altered by the user.
10 years ago
Brett Wooldridge
27b7f5a34e
Revert "If the user is calling setNetworkTImeout() and specifying their own Executor instance, we need to "restore" their Executor instance whenever we "reset" the network timeout after modifying it for the duration of HikariCP internal methods (for example in the isConnectionAlive() check)."
...
This reverts commit 8ad630643b
.
10 years ago
Brett Wooldridge
b7253d18ed
Fix inconsistency in clock calculations.
10 years ago
Brett Wooldridge
678cb55fd5
Pin the ThreadPoolExecutor keepAliveTime at 15 seconds, this should allow for reasonable reuse while not keeping idle threads around indefinitely.
10 years ago
Brett Wooldridge
8ad630643b
If the user is calling setNetworkTImeout() and specifying their own Executor instance, we need to "restore" their Executor instance whenever we "reset" the network timeout after modifying it for the duration of HikariCP internal methods (for example in the isConnectionAlive() check).
10 years ago
Brett Wooldridge
31695bd4a0
Minor cleanup. Remove unused parameter.
10 years ago
Brett Wooldridge
f601f48900
Minor cleanup.
10 years ago
Brett Wooldridge
e9294f7b84
Minor cleanup.
10 years ago
Brett Wooldridge
dbe40c1870
Minor cleanup.
10 years ago
Brett Wooldridge
df02830e66
Minor cleanup.
10 years ago
Brett Wooldridge
40c59e61e3
Minor cleanup.
10 years ago
Brett Wooldridge
67b2f81aec
Fix boolean operator.
10 years ago
Brett Wooldridge
ef57e116a7
Minor cleanup.
10 years ago
Brett Wooldridge
f227cbe1fc
Update README.md
10 years ago
Brett Wooldridge
b6f648e757
Update CHANGES
10 years ago
Brett Wooldridge
dedae9403a
[maven-release-plugin] prepare for next development iteration
10 years ago
Brett Wooldridge
5faf1e2661
Prepare for 2.4.0 release candidate 1.
10 years ago
Brett Wooldridge
795728be0f
Prepare for 2.4.0 release candidate 1.
10 years ago
Brett Wooldridge
b19657dff2
Remove eclipse m2e from pom
10 years ago
Brett Wooldridge
9a49d4d69f
Prepare for 2.4.0 release candidate 1.
10 years ago
Brett Wooldridge
e38be09c65
Update README.md
10 years ago
Brett Wooldridge
b919948f86
Update README.md
10 years ago
Brett Wooldridge
13c9446d03
Update README.md
10 years ago
Brett Wooldridge
80439e3da0
Update README.md
10 years ago
Brett Wooldridge
c5a13d663d
Update README.md
10 years ago
Brett Wooldridge
00cb517958
Minor cleanup.
10 years ago
Brett Wooldridge
4cc0c8af7b
Minor cleanup.
10 years ago
Brett Wooldridge
ed646b47d5
Update README.md
10 years ago