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
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
Brett Wooldridge
da838d36fa
[maven-release-plugin] prepare release HikariCP-4.0.3
4 years ago
Brett Wooldridge
edc27385ee
[maven-release-plugin] prepare for next development iteration
4 years ago
Brett Wooldridge
93d93e9ac8
[maven-release-plugin] prepare release HikariCP-4.0.2
4 years ago
Brett Wooldridge
b114c693a1
[maven-release-plugin] prepare for next development iteration
4 years ago
Brett Wooldridge
37a3cb1da1
[maven-release-plugin] prepare release HikariCP-4.0.1
4 years ago
Brett Wooldridge
cdd6b049ea
Set default slf4j version, override in profiles, to fix gradle issue where profiles are apparently not properly applied.
4 years ago
Brett Wooldridge
bcc6012bdf
[maven-release-plugin] prepare for next development iteration
4 years ago
Brett Wooldridge
a8bb7d3316
[maven-release-plugin] prepare release HikariCP-4.0.0
4 years ago
Brett Wooldridge
d9d89f9e0f
Update version
4 years ago
Brett Wooldridge
a5a38d582f
Fix log4j version.
4 years ago
Brett Wooldridge
668a3388c8
Update pom.xml
4 years ago
Gili Tzabari
a228b6df93
Simplified build of multi-release JAR. ( #1584 )
4 years ago
Sergey Monichev
90991e8121
Change to default "skipTests" property instead of custom "skip.unit.tests" ( #1249 )
...
Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
4 years ago
sullis
99c213efd2
use [testcontainers-java] for Postgres unit test ( #1430 )
4 years ago
Prashant Bhat
8217f2082d
#1582 : update module-info to mark optional dependencies as 'static' ( #1587 )
...
* #1582 : update module-info to mark optional dependencies as 'static'
* update to hibernate.core release 5.4.16.Final and use its module name
Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
4 years ago
Gili Tzabari
30c63c6372
Fixed optional dependencies that were marked as required in module-in… ( #1669 )
...
* Fixed optional dependencies that were marked as required in module-info.java
* * Upgraded bundle plugin to fix https://issues.apache.org/jira/browse/FELIX-6259 .
* Windows requires the use of ${file.separator} to separate classpath entries.
* Need to use a different log4j-slf4j-impl artifact under Java 11.
4 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
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