Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps plexus-archiver from 1.0-alpha-7 to 3.6.0.

Release notes

Sourced from plexus-archiver's releases.

Plexus Archiver 3.6.0 requires Java 7.

馃殌 New features and improvements

  • #84, #57 - Added Archiver implementation (JarToolModularJarArchiver) that creates modular JAR files using the JDK jar tool. The implementation uses java.util.spi.ToolProvider introduced in Java 9, so if it is run on Java 7 or 8 the resulting archive will be identical to a one created by JarArchiver - the module descriptor is not going to be validated and no additional information (such as version, main class and packages) is going to be added.
  • #67 - Added ability to set the module version and main class of a modular JAR file
  • #83 - Added new protected method (postCreateArchive) to AbstractArchiver that is called after the archive is created successfully
  • #87 - of Levan Giguashvili (@鈥媜dinn1984) Snyk eng team to fix a possible security issue. (See https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df)

馃悰 Bug Fixes

  • #73 - Symbolic links not properly encoded in ZIP archives
  • #57 - ZipArchiver creates archives with inconsistent central directory entries
  • #79 - JarArchiver and PlexusIoZipFileResourceCollection leak file descriptors

馃О Maintenance

  • #77 - Fixed the way unit tests modify the timestamp of a file

馃摝 Dependency updates

  • #71, #72, #76, #78, #85, #86 - Updated dependencies: commons-compress to 1.16.1, plexus-utils to 3.1.0, org.tukaani:xz to 1.8 and plexus-io to 3.0.1

Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java implementations to deal with file attributes so the useJvmChmod is no longer used and it is just ignored. Archiver#setUseJvmChmod, Archiver#isUseJvmChmod(), UnArchiver#setUseJvmChmod, UnArchiver#isUseJvmChmod(), ArchiveEntryUtils#chmod( File, int, Logger, boolean ) and ArchiveEntryUtils#chmod( File, int, Logger ) are deprecated and are subject to removal in a future version.

馃殌 New features and improvements

  • #51 - More specific exception for cases when there are no files to archive. Now EmptyArchiveException is thrown when you try to create empty archive. Previously the more generic ArchiverException was thrown.

馃悰 Bug Fixes

  • #47 - Archiver follows symlinks on Windows
  • #53 - AbstractZipArchiver no longer respects recompressAddedZips
  • #58 - Creates corrupt JARs

馃摝 Dependency updates

  • #56 - Upgrade the minimum required Java version to 7 and Plexus IO to 3.0.0
  • #60 - Upgrade dependencies. plexus-container-default to 1.0-alpha-30, commons-compress to 1.14, org.tukaani.xz to 1.6 and com.google.code.findbugs.jsr305 to 3.0.2

Plexus Archiver 3.4.1

馃殌 New features and improvements

Plexus Archiver 3.4

馃悰 Bug Fixes

  • #45 - Default ArchiveManager does not support tar.xz and tar.snappy file extensions
  • #46 - JarSecurityFileSelector needs to support signature files ending in .EC or .ec

... (truncated)

Changelog

Sourced from plexus-archiver's changelog.

Plexus Archiver 3.6.0

Plexus Archiver 3.6.0 requires Java 7.

New Features

  • [Pull Request #84][pr-84], [Issue #57][issue-68] - Added Archiver implementation (JarToolModularJarArchiver) that creates modular JAR files using the JDK jar tool. The implementation uses java.util.spi.ToolProvider introduced in Java 9, so if it is run on Java 7 or 8 the resulting archive will be identical to a one created by JarArchiver - the module descriptor is not going to be validated and no additional information (such as version, main class and packages) is going to be added.
  • [Issue #67][issue-67] - Added ability to set the module version and main class of a modular JAR file
  • [Pull Request #83][pr-83] - Added new protected method (postCreateArchive) to AbstractArchiver that is called after the archive is created successfully

Improvements

Bugs

  • [Pull Request #73][pr-73] - Symbolic links not properly encoded in ZIP archives
  • [Issue #57][issue-57] - ZipArchiver creates archives with inconsistent central directory entries
  • [Issue #79][issue-79] - JarArchiver and PlexusIoZipFileResourceCollection leak file descriptors

Tasks

  • [Pull Request #77][pr-77] - Fixed the way unit tests modify the timestamp of a file
  • [Issue #71][issue-71], [Pull Request #72][pr-72], [Issue #76][issue-76], [Issue #78][issue-78], [Issue #85][issue-85], [Issue #86][issue-86] - Updated dependencies: commons-compress to 1.16.1, plexus-utils to 3.1.0, org.tukaani:xz to 1.8 and plexus-io to 3.0.1

Plexus Archiver 3.5

Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java implementations to deal with file attributes so the useJvmChmod is no longer used and it is just ignored. Archiver#setUseJvmChmod,

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 1.0-alpha-7 to 3.6.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-archiver/commits/plexus-archiver-3.6.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency Upgrade of a dependency label Jun 30, 2022
@slachiewicz slachiewicz merged commit 276e802 into master Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/maven/plexus-container-default/src/test/test-component-builds/plugin0/org.codehaus.plexus-plexus-archiver-3.6.0 branch September 5, 2022 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependency Upgrade of a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant