Brett Wooldridge
72c9e828d0
Revved minor version number.
11 years ago
Brett Wooldridge
1456711108
Added CHANGES file to track changes going forward.
11 years ago
Brett Wooldridge
b48873107f
Added new test and adjusted test assertions.
11 years ago
Brett Wooldridge
307955543b
Add asynchronous connection backfill strategy, move MBean registration out to
...
utility class to reduce noise code in the HikariPool class.
11 years ago
Brett Wooldridge
6c798ba5e9
Change default acquireIncrement to 1, change minimum connection timeout to 100ms.
11 years ago
brettwooldridge
0b70bf59b8
Document new properties.
11 years ago
Brett Wooldridge
ad49c440e9
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
5290d9ec1e
[maven-release-plugin] prepare release HikariCP-1.1.9
11 years ago
Brett Wooldridge
619e563250
Merge branch 'dev'
...
* dev:
Add code to execute connection initialization SQL requested by Jiri Pejchal.
Fixes #5 add setDataSourceProperties() method. Additionally, add setting for SQL to be executed on new connections.
Update class path for new core/agent structure. Should probably make this dynamic and maybe based on the .m2 repository instead of the local libraries.
Simplify timeout code path, set auto-commit’ness upon every getConnection() in case the user changed it and returned a “dirty” connection to the pool.
Demote warn log to info.
Fix javadoc.
Minor tweak to the pool fill algorithm to avoid unnecessarily calling additional getters in the ONLY_IF_EMPTY pool fill case.
11 years ago
Brett Wooldridge
0ed005c720
Add code to execute connection initialization SQL requested by Jiri Pejchal.
11 years ago
Brett Wooldridge
6a2716a1df
Fixes #5 add setDataSourceProperties() method. Additionally, add setting for SQL to be executed on
...
new connections.
11 years ago
Brett Wooldridge
5b7eb914b9
Update class path for new core/agent structure. Should probably make this
...
dynamic and maybe based on the .m2 repository instead of the local libraries.
11 years ago
Brett Wooldridge
752b68edb0
Simplify timeout code path, set auto-commit’ness upon every getConnection() in case the
...
user changed it and returned a “dirty” connection to the pool.
11 years ago
Brett Wooldridge
61dad01044
Demote warn log to info.
11 years ago
Brett Wooldridge
d1005ad9f9
Fix javadoc.
11 years ago
Brett Wooldridge
6ef6edae23
Minor tweak to the pool fill algorithm to avoid unnecessarily calling additional getters in the ONLY_IF_EMPTY pool fill case.
11 years ago
brettwooldridge
af64cfb5aa
Updated release version and property-based config example
11 years ago
Brett Wooldridge
801fd7c5cf
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
db41b5e9eb
[maven-release-plugin] prepare release HikariCP-1.1.8
11 years ago
Brett Wooldridge
1f6832556c
Prepare 1.1.8 release
11 years ago
Brett Wooldridge
58600bb521
[maven-release-plugin] prepare release HikariCP-1.1.8
11 years ago
Brett Wooldridge
e7d9db4622
no message
11 years ago
Brett Wooldridge
caffc7e6d9
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 0bc23f064e
.
11 years ago
Brett Wooldridge
0bc23f064e
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
d2d1fd4dc4
[maven-release-plugin] prepare release HikariCP-1.1.8
11 years ago
Brett Wooldridge
61b23e56de
Merge branch 'dev'
...
* dev:
Fixes and tests for property file-based configuration.
Improve pool fill / maintenance strategy subtly.
Clarify warning message.
resolve #4 add warnings to HikariConfig.validate() to inform user of misconfigurations, drop back to default values.
11 years ago
Brett Wooldridge
8589d58e22
Fixes and tests for property file-based configuration.
11 years ago
Brett Wooldridge
db58400173
Improve pool fill / maintenance strategy subtly.
11 years ago
Brett Wooldridge
b68a5350b6
Clarify warning message.
11 years ago
Brett Wooldridge
a576420db7
resolve #4 add warnings to HikariConfig.validate() to inform user of misconfigurations, drop back to default values.
11 years ago
brettwooldridge
3a7a91e2ca
Add missing
11 years ago
brettwooldridge
a17a25aac6
Update README.md
11 years ago
brettwooldridge
a1eeb8e219
Update README.md
11 years ago
brettwooldridge
3669da9874
Update README.md
11 years ago
brettwooldridge
3568555e53
Update README.md
11 years ago
brettwooldridge
65c273fec0
Update README.md
11 years ago
brettwooldridge
598f5423ff
Update README.md
11 years ago
brettwooldridge
f557edfad5
Moved maven section.
11 years ago
brettwooldridge
863fa24e6b
Release 1.1.7
11 years ago
Brett Wooldridge
7f603ed34f
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
cfcb020fa4
[maven-release-plugin] prepare release HikariCP-1.1.7
11 years ago
Brett Wooldridge
389320d00c
Adjust tag for releases
11 years ago
Brett Wooldridge
d1fe9714b0
Rollback version
11 years ago
Brett Wooldridge
3a60ccb620
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
6e33aa797c
[maven-release-plugin] prepare release com.zaxxer.hikari-1.1.7
11 years ago
Brett Wooldridge
add7af4915
Split HikariCP into two modules: core and agent.
11 years ago
Brett Wooldridge
b5101d5e18
Start of rework of instrumentation to support shading.
11 years ago
brettwooldridge
78803fd55a
Release 1.1.6
11 years ago
Brett Wooldridge
bcdd83927d
[maven-release-plugin] prepare for next development iteration
11 years ago
Brett Wooldridge
78a9e8eb9a
[maven-release-plugin] prepare release HikariCP-1.1.6
11 years ago