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 |
Andrew Shulman
|
636a464b27
|
Sync Java 6/7 and Java 8 versions
|
11 years ago |
Brett Wooldridge
|
22f86cce82
|
Fix #125 add java version check around ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy() for Java 6.
|
11 years ago |
Brett Wooldridge
|
5e75b12a99
|
[maven-release-plugin] prepare for next development iteration
|
11 years ago |
Brett Wooldridge
|
376cf6972e
|
[maven-release-plugin] prepare release HikariCP-2.0.0
|
11 years ago |
Brett Wooldridge
|
595fc00d69
|
pom.xml experimentation.
|
11 years ago |
Brett Wooldridge
|
536809d2e5
|
pom cleanup
|
11 years ago |
Brett Wooldridge
|
fd3bda8015
|
pom cleanup
|
11 years ago |
Brett Wooldridge
|
2fb08a44cd
|
Fix race condition that would lead to un-acquired connection and timeout.
|
11 years ago |
Brett Wooldridge
|
9f65bfb033
|
Fix indentation.
|
11 years ago |
Brett Wooldridge
|
24176d8b98
|
Add version to submodules.
|
11 years ago |
Brett Wooldridge
|
99f2ebf6db
|
Use internal flag to determine whether to persist generated proxy classes.
|
11 years ago |
Brett Wooldridge
|
7eb99e71d5
|
Update changes log.
|
11 years ago |
Brett Wooldridge
|
f4c86f8f40
|
Fix #116 recursively call isWrapperFor() and unwrap() per spec
|
11 years ago |
Brett Wooldridge
|
1753195d9f
|
Fix #115 do not call addBagItem() from housekeeping thread if minimumIdle is 0.
|
11 years ago |
Brett Wooldridge
|
907313c69f
|
Fix #115 do not call addBagItem() from housekeeping thread if minimumIdle is 0.
|
11 years ago |
Brett Wooldridge
|
97666c0086
|
Updated changes file
|
11 years ago |
Brett Wooldridge
|
a2c2b28fb0
|
Synchronize HikariCP-java6 code with HikariCP for pull request #113
|
11 years ago |
Brett Wooldridge
|
e54fe43567
|
Merge pull request #113 from iKeirNez/dev
Allow a custom ExecutorService to be set for each pool
|
11 years ago |
Keir Nellyer
|
39cfa5ab77
|
Allow a custom ThreadFactory to be defined for each pool, this ThreadFactory will be used to create all threads used in that pool
|
11 years ago |
Brett Wooldridge
|
5c5b9d009b
|
Mask password in logging wherever it occurs.
|
11 years ago |
Brett Wooldridge
|
ec16e5e12e
|
Checking for Java 7 is not sufficient to handle when the driver does not implement the abort method.
|
11 years ago |