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
Enes Açıkoğlu
c509ec1a3f
#1337 isolation level fix for all values accept string ( #1338 )
...
* #1337 isolation level fix for all values accept string
* #1337 name convension refactor
* #1337 remove unused comment
* review fix for redundant optional
6 years ago
Vincent van Donselaar
efa25c3aaa
Alternative Prometheus metrics Histogram instead of locking Summary. ( #1265 )
...
* Alternative Prometheus metrics Histogram instead of locking Summary.
Add PrometheusHistogramMetricsTracker.java that uses an internal
Histogram instead of Summary. A summary is quite lock heavy.
See: https://github.com/prometheus/client_java/issues/328
* Fix incorrect magnitudes of buckets.
6 years ago
Brett Wooldridge
2d82b6f00a
Update README.md
6 years ago
Brett Wooldridge
9a7aea8e3e
[maven-release-plugin] prepare for next development iteration
6 years ago
Brett Wooldridge
86cabf0862
[maven-release-plugin] prepare release HikariCP-3.3.1
6 years ago
Brett Wooldridge
162ebef428
Update CHANGES
6 years ago
Brett Wooldridge
e8e9cdd00a
fixes #1287 set core pool size before max pool size
6 years ago
Brett Wooldridge
28a2afd3e6
fixed idle validation test case
6 years ago
Brett Wooldridge
86612b4bc4
Do NOT default maxPoolSize to minIdle when only minIdle is specified.
6 years ago
Brett Wooldridge
cda2605acc
Fixes #1308 treat a SQLTimeoutException as an evictable offense
6 years ago
Brett Wooldridge
80d382dc93
Fix idle timeout test case.
6 years ago
Brett Wooldridge
c742e86838
Do not log warning about idleTimeout unless minimumIdle is less than maxPoolSize (because otherwise it does not apply)
6 years ago
Brett Wooldridge
b183aa172f
Fixes #1319 update changelog
6 years ago
Brett Wooldridge
83846173e2
Update README.md
6 years ago
Matteo Gazzetta
9de3044491
Test Java 11 in Travis CI ( #1311 )
...
* Bump pax.exam.version from 4.11.0 to 4.13.1
Bumps `pax.exam.version` from 4.11.0 to 4.13.1.
Updates `pax-exam-container-native` from 4.11.0 to 4.13.1
Updates `pax-exam-junit4` from 4.11.0 to 4.13.1
Updates `pax-exam-link-assembly` from 4.11.0 to 4.13.1
Updates `pax-exam-link-mvn` from 4.11.0 to 4.13.1
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump pax.url.version from 2.5.2 to 2.5.4
Bumps `pax.url.version` from 2.5.2 to 2.5.4.
Updates `pax-url-aether` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/ops4j/org.ops4j.pax.url/releases )
- [Commits](https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.2...url-2.5.4 )
Updates `pax-url-reference` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/ops4j/org.ops4j.pax.url/releases )
- [Commits](https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.2...url-2.5.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump maven-javadoc-plugin from 2.10.4 to 3.0.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 2.10.4 to 3.0.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-2.10.4...maven-javadoc-plugin-3.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump maven-bundle-plugin from 3.3.0 to 4.1.0
Bumps maven-bundle-plugin from 3.3.0 to 4.1.0.
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump maven-compiler-plugin from 3.7.0 to 3.8.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Test Java 11 in Travis CI
* Bump jacoco-maven-plugin to 0.8.2
* Bump maven-surefire-plugin to 2.22.1
* Update felix framework to 6.0.1
6 years ago
Matteo Gazzetta
af5996c6bc
Bump javassist from 3.22.0-CR1 to 3.24.1-GA ( #1303 )
...
Bumps [javassist](https://github.com/jboss-javassist/javassist ) from 3.22.0-CR1 to 3.24.1-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Brett Wooldridge
6ea40359c7
Update README.md
6 years ago
Brett Wooldridge
17e8a59807
[maven-release-plugin] prepare for next development iteration
6 years ago
Brett Wooldridge
ec5e85e431
[maven-release-plugin] prepare release HikariCP-3.3.0
6 years ago