Commit Graph

417 Commits (a28b6ec81d9a22229553cce84b147c7bdd0c6490)

Author SHA1 Message Date
Brett Wooldridge 4e022fdad6
[maven-release-plugin] prepare for next development iteration 2 months ago
Brett Wooldridge 1d517a9983
[maven-release-plugin] prepare release HikariCP-6.2.1 2 months ago
Brett Wooldridge 1836e3fa6d
add test scope to commons-compress dependency 2 months ago
Brett Wooldridge 7de262fdc4
[maven-release-plugin] prepare for next development iteration 3 months ago
Brett Wooldridge c6b5eea8aa
[maven-release-plugin] prepare release HikariCP-6.2.0 3 months ago
Brett Wooldridge 14f2c6e037
update release version 3 months ago
Brett Wooldridge d20e5475ae
upgrade commons-compress dependency due to security vulnerability (test scope only) 3 months ago
Brett Wooldridge 705a997f70
upgrade commons-csv dependency 3 months ago
Brett Wooldridge 60a463763c
Logging changes 3 months ago
Brett Wooldridge 00e9d3cf79
[maven-release-plugin] prepare for next development iteration 3 months ago
Brett Wooldridge 702959323d
[maven-release-plugin] prepare release HikariCP-6.1.0 3 months ago
Brett Wooldridge 9f9175195e
Update semantic version 3 months ago
Brett Wooldridge fb49f355db
Merge branch 'dropwizard5-metrics' of https://github.com/wholesail/HikariCP into wholesail-dropwizard5-metrics 3 months ago
Hasan Hajjiri 84a140ca45
feat: supports metrics exemplars (#2160) 3 months ago
Tobias Wittmann a43eecdbb3
add copyright information to pom.xml (#2032)
Co-authored-by: TWI <audi-connect@msg.group>
3 months ago
Yanming Zhou 4bc96d16c2
Improve JavassistProxyFactory (#2244)
1. use `"target" + File.separator + "classes"` instead of `"target/classes"`
2. print target directory
3 months ago
Brett Wooldridge 80d30d34c9 [maven-release-plugin] prepare for next development iteration 4 months ago
Brett Wooldridge 7c74fd389a [maven-release-plugin] prepare release HikariCP-6.0.0 4 months ago
Brett Wooldridge 7cacd0f4b5 Switch publishing plugin to nexus. 4 months ago
Brett Wooldridge 9b38eb478a update publish info 4 months ago
Brett Wooldridge 1dfe77f117 update scm url 4 months ago
Brett Wooldridge 7e92ebbb52 use postgresql 16 for unit tests 4 months ago
Brett Wooldridge b790dff09b Upgrade maven plugin. 4 months ago
Brett Wooldridge a31a988fa0 Prepare for 6.0.0 release 4 months ago
Brett Wooldridge aeabea98b7 cherry-picked changes from pull request #2166 4 months ago
Brett Wooldridge debc723d72 Prepare for 5.2.0 release. 4 months ago
Leo Bayer 9be1c98cbe [maven-release-plugin] prepare for next development iteration 1 year ago
Leo Bayer 98bd21c8fe [maven-release-plugin] prepare release HikariCP-5.1.0 1 year ago
Leo Bayer fd18a178ff move oss-parent build into pom.xml and upgrade some build dependencies 1 year ago
Chris Pennello 3f377c0bda
Adds support for Dropwizard 5 metrics.
But not health checks yet, though.
2 years ago
Chris Pennello a7d9136629
Upgrades felix to 7.0.5.
This update avoids an issue in at least JDK 18 in which
`java.net.URLStreamHandler.equals` was inaccessible due to module
java.base not "opens java.net".  See below for more detail.

[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.129 s <<< FAILURE! - in com.zaxxer.hikari.osgi.OSGiBundleTest
[ERROR] com.zaxxer.hikari.osgi.OSGiBundleTest.checkBundle  Time elapsed: 0.09 s  <<< ERROR!
java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: Unable to make protected boolean java.net.URLStreamHandler.equals(java.net.URL,java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @484b61fc
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected boolean java.net.URLStreamHandler.equals(java.net.URL,java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @484b61fc
2 years ago
Brett Wooldridge a050d81004 Cleanup maven build and modify for Java 11+ only. 2 years ago
minsunshine 504ee7d1b2
make github pipline successful (#2012)
* workflow manually from the Actions tab

workflow manually from the Actions tab

* set use jdk 11

set use jdk 11

* set default reuseForks is false

because HikariConfigTest couldn‘t get log record;
2 years ago
Dries Samyn 3a90fb97b9
Add `com.zaxxer.hikari.metrics.dropwizard`, `com.zaxxer.hikari.metrics.micrometer` and `com.zaxxer.hikari.metrics.prometheus` to the OSGi exported packages. (#1989) 2 years ago
Wawrzyniec-Nowak a417081401
Bring back automatic-module-name property (#1908) 2 years ago
spliffone 979c0ec64e
chore: use valid SCM URL instad of the Git SSH URL (#1930)
#1929

Co-authored-by: Bajohr, Rayk <rayk.bajohr@siemens.com>
3 years ago
Brett Wooldridge 3bd0b70cea Update dependencies. 3 years ago
Brett Wooldridge 902fcf84a2 Merge commit 'b140fb3de36b3789266b5b0677065452dedbbd96' into dev
* commit 'b140fb3de36b3789266b5b0677065452dedbbd96':
  Bump postgresql from 42.2.20 to 42.3.3
3 years ago
dependabot[bot] b140fb3de3
Bump postgresql from 42.2.20 to 42.3.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.20...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
snyk-bot 724140e683
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-1041788
- https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-584563
3 years ago
Brett Wooldridge bb67b5d287 [maven-release-plugin] prepare for next development iteration 3 years ago
Brett Wooldridge be0557759d [maven-release-plugin] prepare release HikariCP-5.0.1 3 years ago
Brett Wooldridge 3531928780 Update dependencies. 3 years ago
Brett Wooldridge d2c0d49f8a [maven-release-plugin] prepare for next development iteration 4 years ago
Brett Wooldridge 9bf0275c93 [maven-release-plugin] prepare release HikariCP-5.0.0 4 years ago
Brett Wooldridge eb2eb62d14
Update pom.xml 4 years ago
Brett Wooldridge 51bb046201 logging pattern in test (+1 squashed commit)
Squashed commits:
[db19b885]  plugin version
4 years ago
Brett Wooldridge 6546dd27dd Shorten test (+3 squashed commits)
Squashed commits:
[3b09c167] Javadoc plugin version
[13079b14] Javadoc plugin version
[17a3eb97] Javadoc plugin version
4 years ago
sullis 44779bdeba
mockito 3.7.7 (#1722)
Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
4 years ago
Brett Wooldridge 141cddf282 [maven-release-plugin] prepare for next development iteration 4 years ago