Brett Wooldridge
fd15648979
Minor performance tuning to avoid excessive connection attempts of downed databases.
11 years ago
Brett Wooldridge
d7ad473ac3
Merge pull request #147 from mihai-chezan/dev
...
Close connectons async.
11 years ago
Mihai Chezan
26bbb7cfae
Close connectons async.
...
Why: When db goes down, it can cause HikariCP to block on getConnection
more than the allowed connectionTimeout, depending on jdbc driver
timeout setting. In some cases, this could be a long time.
Added a test that shows this behaviour. The test will fail w/o the
changes to HikariPool.
11 years ago
Brett Wooldridge
6131630170
Add tweets.
11 years ago
Brett Wooldridge
bef71f78af
Resolve #145 support ``hikaricp.configurationFile`` system property to define location to load configuration properties file.
11 years ago
Brett Wooldridge
a39782a2db
Merge pull request #140 from tomekw/patch-1
...
Fixed invalid minimum value for connectionTimeout
11 years ago
Tomek Wałkuski
3ce3201dfb
Fixed invalid minimum value for connectionTimeout
11 years ago
Brett Wooldridge
365908a42e
Code cleanup.
11 years ago
Brett Wooldridge
00fb00bb56
Fix regression in code-generation caused by cleanup.
11 years ago
Brett Wooldridge
4f888e8c60
Minor cleanup.
11 years ago
Brett Wooldridge
20197fdedf
Update README.md
11 years ago
Brett Wooldridge
18a6e30625
Update README.md
11 years ago
Brett Wooldridge
52fb156395
Update README.md
11 years ago
Brett Wooldridge
aeb1602607
Update README.md
11 years ago
Brett Wooldridge
08a4217c77
Change next release version to 2.1.0 due to large internal refactor.
11 years ago
Brett Wooldridge
aff5c8ef9c
Fix issue #135 make get/setTransactionIsolation() fit proper bean pattern.
11 years ago
Brett Wooldridge
01d8119244
Alphabetical order
11 years ago
Brett Wooldridge
6f8dbd5432
Update README.md
11 years ago
Brett Wooldridge
9fe3560bac
Update README.md
11 years ago
Brett Wooldridge
fdac98affc
Update README.md
11 years ago
Brett Wooldridge
ced01b63a4
Merge pull request #134 from LeovR/patch-1
...
Thanks
11 years ago
Jan Marten
21c12e1b2b
Add Firbird DataSource class name
11 years ago
Brett Wooldridge
87929a51a1
Declare PoolBagEntry class final.
11 years ago
Brett Wooldridge
bea8506143
Enable running of test suite under Java 6.
11 years ago
Brett Wooldridge
18413921c3
Update changes file.
11 years ago
Brett Wooldridge
5384430119
Javadoc.
11 years ago
Brett Wooldridge
cbdad1412e
Update README.md
11 years ago
Brett Wooldridge
00a1a99ee7
Load properties from file-system or as resource stream. Cleanup property checking.
11 years ago
Brett Wooldridge
8634d2f236
Correct quote. Update benchmark.
11 years ago
Brett Wooldridge
db0660737b
Formatting finalization.
11 years ago
Brett Wooldridge
e725f7fcd7
Formatting experiment
11 years ago
Brett Wooldridge
3eee62a9b4
Formatting experiment
11 years ago
Brett Wooldridge
1378862ba2
Formatting experiment
11 years ago
Brett Wooldridge
423661fee3
Add Djikstra quote.
11 years ago
Brett Wooldridge
4b32fa55eb
Fix javadoc.
11 years ago
Brett Wooldridge
cfa8318aa0
More cleanup/tighten-up of the ConcurrentBag.
11 years ago
Brett Wooldridge
1debdcc61b
Fix javadoc.
11 years ago
Brett Wooldridge
8f24990e87
Fix javadoc.
11 years ago
Brett Wooldridge
04be56d79d
Merge branch 'NitorCreations-config-ordering-checks' into dev
11 years ago
Brett Wooldridge
f86f672030
Merge branch 'config-ordering-checks' of https://github.com/NitorCreations/HikariCP into NitorCreations-config-ordering-checks
11 years ago
Brett Wooldridge
2bca598c1b
Merge hikaricp changes into hikaricp-java6.
11 years ago
Brett Wooldridge
b5967fc5a1
Significant refactor of pool internals. Connections are now always wrapped in new proxies in getConnection().
11 years ago
Brett Wooldridge
1eb35356c5
Add test to measure barging behavior.
11 years ago
Brett Wooldridge
281c287288
Fix #128 fix accounting issue with totalConnections when aborting connections during shutdown.
11 years ago
Brett Wooldridge
6b7143fb3e
Add eclipse code formatter import file.
11 years ago
Brett Wooldridge
ab76e889a7
Update README.md
11 years ago
Brett Wooldridge
9fe3421f0a
Update artifact version.
11 years ago
Brett Wooldridge
cc3cbdeb04
Merge commit '636a464b27877586f4cd6ef1e271b51d6b0c6ebb' into dev
...
Merge difference synchronization from @ams2990
11 years ago
Brett Wooldridge
5cb1000f47
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
d3070249f2
[maven-release-plugin] prepare release HikariCP-2.0.1
11 years ago