From baca7e74e08e39486bc60e05e50a1a53e31318a8 Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Sat, 4 Jun 2022 22:06:41 +0300 Subject: [PATCH] chore: use META-INF/licenses/$group/$artifact-$version/... folder for licenses to workaround issue with jar index fixes #2527 --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6816045ae3..b4deff2e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Fixed - fix: queries with up to 65535 (inclusive) parameters are supported now (previous limit was 32767) [PR #2525](https://github.com/pgjdbc/pgjdbc/pull/2525) +- fix: workaround JarIndex parsing issue by using groupId/artifactId-version directory namings. Regression since 42.2.13. [PR #2531](https://github.com/pgjdbc/pgjdbc/pull/2531), [issue #2527](https://github.com/pgjdbc/pgjdbc/issues/2527) ## [42.3.6] (2022-05-24 08:52:27 -0400) ### Changed diff --git a/gradle.properties b/gradle.properties index 2b6b6ce706..2f3d8ddf87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ com.github.burrunan.s3-build-cache.version=1.1 com.github.johnrengelman.shadow.version=5.1.0 com.github.lburgazzoli.karaf.version=0.5.1 com.github.spotbugs.version=2.0.0 -com.github.vlsi.vlsi-release-plugins.version=1.71 +com.github.vlsi.vlsi-release-plugins.version=1.80 de.thetaphi.forbiddenapis.version=3.1 kotlin.version=1.3.70 me.champeau.gradle.jmh.version=0.5.0