Brett Wooldridge
a96ce54349
Fixup OSGi bundle.
11 years ago
Brett Wooldridge
960fd1b325
Merge branch 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP into dev
...
* 'dev' of github.com-brettwooldridge:brettwooldridge/HikariCP:
Update README.md
Update README.md
11 years ago
Brett Wooldridge
9dd2aeb073
Make members final.
11 years ago
Brett Wooldridge
975111b121
Update README.md
11 years ago
Brett Wooldridge
bc53508351
Update README.md
11 years ago
Brett Wooldridge
5f50abe288
Include exception in rethrow.
11 years ago
Brett Wooldridge
c6a5329c99
Switch from LinkedList to ArrayList.
11 years ago
Brett Wooldridge
764995bdd3
Fixed #147 Integrate close asynch change into java6 code.
11 years ago
Brett Wooldridge
f0c3c8d4bf
JavaDoc fixes.
11 years ago
Brett Wooldridge
819a7ec144
Simple variable renames for clarity.
11 years ago
Brett Wooldridge
59cd5852d1
Simple variable renames for clarity.
11 years ago
Brett Wooldridge
51d74f1e04
Updated change log.
11 years ago
Brett Wooldridge
66c63a13db
Fixed #148 remove static ThreadLocal, causes a regression with multiple-pools.
11 years ago
Brett Wooldridge
aea005d4ea
Fix potential (but never encountered) NPE
11 years ago
Brett Wooldridge
3b7095b477
Fixed #148 revert to using LinkedList rather than FastList in ConcurrentBag due to Tomcat leak detection.
11 years ago
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