Skip to content

Commit

Permalink
chore: use META-INF/licenses/$group/$artifact-$version/... folder for…
Browse files Browse the repository at this point in the history
… licenses to workaround issue with jar index

fixes #2527
  • Loading branch information
vlsi committed Jun 5, 2022
1 parent c3d53c9 commit baca7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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
Expand Down

0 comments on commit baca7e7

Please sign in to comment.