Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

update org.apache.maven:maven-archiver to resolve Java 11 issue #230

Merged
mattnworb merged 2 commits intomasterfrom
mattbrown/java11
Oct 8, 2018
Merged

update org.apache.maven:maven-archiver to resolve Java 11 issue #230
mattnworb merged 2 commits intomasterfrom
mattbrown/java11

Conversation

@mattnworb
Copy link
Copy Markdown
Member

@mattnworb mattnworb commented Oct 8, 2018

update org.apache.maven:maven-archiver to resolve Java 11 issue

see #77 (comment) - for some reason org.codehaus.plexus.archiver.zip.AbstractZipArchiver (which comes from a transitive dependency of maven-archiver) is throwing an exception on Java 11 when maven-archiver is at v3.0.0. Updated to latest (3.2.0) to pull in newer transitive dependencies.

Also upgraded a bunch of other dependencies that caused
requireUpperBoundsDep problems once maven-archiver was at 3.2.0

see
#77 (comment)
- for some reason org.codehaus.plexus.archiver.zip.AbstractZipArchiver
(which comes from a transitive dependency of maven-archiver) is throwing
an exception on Java 11 when maven-archiver is at v3.0.0. Updated to
latest (3.2.0) to pull in newer transitive dependencies.

Also upgraded a bunch of other dependencies that caused
requireUpperBoundsDep problems once maven-archiver was at 3.2.0
@mattnworb mattnworb merged commit 358c3a6 into master Oct 8, 2018
@mattnworb mattnworb deleted the mattbrown/java11 branch October 8, 2018 19:34
@mattnworb
Copy link
Copy Markdown
Member Author

I pushed release 1.4.7 with this change in it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants