Brett Wooldridge
c993ef0992
Delete eclipse.code.format.xml
5 years ago
Brett Wooldridge
05c685624f
Delete TODO.md
5 years ago
Brett Wooldridge
8a28f6ebb3
Use two JDKs on travis-ci (+8 squashed commits)
5 years ago
Jan Mewes
a19b2bff85
Document minium value for maxLifetime property ( #1579 )
...
See a51e6a07e8/src/main/java/com/zaxxer/hikari/HikariConfig.java (L1016-L1019)
5 years ago
Brett Wooldridge
e60e605c2c
Update README.md
5 years ago
Brett Wooldridge
e220168fd7
Update CHANGES
5 years ago
Brett Wooldridge
cdf9dbf38a
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
ffd528dbd2
generate proxies with Java 1.8
5 years ago
Brett Wooldridge
29988f2543
generate proxies with Java 1.8
5 years ago
Brett Wooldridge
c8d3937c80
Update CHANGES
5 years ago
Brett Wooldridge
4347edcca5
Update README.md
5 years ago
Brett Wooldridge
38c5b8b7f5
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
6ee9c7540e
[maven-release-plugin] prepare release HikariCP-3.4.4
5 years ago
Gili Tzabari
1d05b0ec67
Added missing dependencies ( #1577 )
...
* Added missing dependencies.
* Ant needs to be told which dependencies go on the classpath and modulepath.
* Removed unused classpath entry.
5 years ago
Brett Wooldridge
2cb6381930
Remove java11 artifact classifier
5 years ago
Brett Wooldridge
f6fd47b945
Force inclusion of META-INF/versions directory in jar.
5 years ago
Gili Tzabari
d9ee5fab69
Renamed Java9 artifact to Java11.
5 years ago
Gili Tzabari
aaf4d3a59e
Added module-info.java for Java9
5 years ago
Brett Wooldridge
0dbba4bfe8
Update README.md
5 years ago
Brett Wooldridge
1e35af8f9f
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
56a158ea42
[maven-release-plugin] prepare release HikariCP-3.4.3
5 years ago
Brett Wooldridge
87ae31e5f6
Upgrade docker plugin.
5 years ago
Brett Wooldridge
f7579ac203
Update CHANGES
5 years ago
Brett Wooldridge
009a7013cf
Qualify yield() method as Thread.yield() (IDE warning for Java 14+), and add threadlocal removal attempt to bag item removal.
5 years ago
Brett Wooldridge
8df41bf748
Additional logging.
5 years ago
Brett Wooldridge
fe29962233
When blocking initialization is specified, use a minimum of 16 connection creation threads.
5 years ago
Brett Wooldridge
a51e6a07e8
Fixes #1489 allow specification of a user supplied exception eviction override class
5 years ago
sullis
76fc5d64d2
maven compiler plugin 3.8.1 ( #1520 )
5 years ago
sullis
1f5abf3387
mockito 3.2.4 ( #1519 )
5 years ago
Sam
f2c5e6e2e7
Upgrade Micrometer to version 1.3.2 ( #1510 )
...
Co-authored-by: Jiahao Lin <59959658+jiahaolinTHG@users.noreply.github.com>
5 years ago
Brett Wooldridge
aeebbdf54a
Fixes #1534 check resultSet.getStatement() for null in ProxyDatabaseMetaData.
5 years ago
Brett Wooldridge
0d2531a939
Update README.md
5 years ago
Brett Wooldridge
7870f7dd25
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
ab2f7209cd
[maven-release-plugin] prepare release HikariCP-3.4.2
5 years ago
Brett Wooldridge
330e64e361
Fixes #1528 regression in fail fast handling.
5 years ago
Brett Wooldridge
93c7178012
Fixes #1528 regression in fail fast handling.
5 years ago
Brett Wooldridge
681b1e1af1
Delete ISSUE_TEMPLATE.md
5 years ago
Brett Wooldridge
e3e6534930
Update Welcome-To-The-Jungle.md
5 years ago
Brett Wooldridge
3a933cd599
Update Welcome-To-The-Jungle.md
5 years ago
Brett Wooldridge
396896b471
Update README.md
5 years ago
Brett Wooldridge
74343c0d60
Update CHANGES
5 years ago
Brett Wooldridge
9a1b141d50
Update CHANGES
5 years ago
Brett Wooldridge
02f9f9b5d8
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
98181e8225
[maven-release-plugin] prepare release HikariCP-3.4.1
5 years ago
Brett Wooldridge
f5b650bb7a
Fix regression caused by #1337
5 years ago
Brett Wooldridge
bdb756e9f8
[maven-release-plugin] prepare for next development iteration
5 years ago
Brett Wooldridge
a7afebc6b0
[maven-release-plugin] prepare release HikariCP-3.4.0
5 years ago
Brett Wooldridge
109b910fbf
Prepare for release.
5 years ago
Brett Wooldridge
c953243af3
Add proxy class for java.sql.DatabaseMetaData.
5 years ago
Aleksandr Podkutin
086bf18389
Refactor/fix Prometheus metrics for multiple connection pools, add unit tests ( #1331 )
...
* Refactor/fix Prometheus metrics for multiple connection pools
Changes:
* Fix "Collector already registered that provides name:
hikaricp_connection_timeout_total" error
* Register only one HikariCPCollector instance in one CollectorRegistry
instance
* Add ability to remove metrics when connection pool is shutting down
* Add/update unit tests
* Refactor/add unit tests - metrics package
* Re-format curly braces to be inline with the whole code base
6 years ago