spring-boot-thin-launcher
spring-boot-thin-launcher copied to clipboard
Bump plexus-archiver from 3.4 to 3.6.0 in /maven-plugin
Bumps plexus-archiver from 3.4 to 3.6.0.
Release notes
Sourced from plexus-archiver's releases.
Plexus Archiver 3.6.0 requires Java 7.
:rocket: New features and improvements
- #84, #57 - Added Archiver implementation (
JarToolModularJarArchiver) that creates modular JAR files using the JDK jar tool. The implementation usesjava.util.spi.ToolProviderintroduced in Java 9, so if it is run on Java 7 or 8 the resulting archive will be identical to a one created byJarArchiver- 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) toAbstractArchiverthat is called after the archive is created successfully- #87 - of Levan Giguashvili (
@odinn1984) Snyk eng team to fix a possible security issue. (See https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df):bug: Bug Fixes
- #73 - Symbolic links not properly encoded in ZIP archives
- #57 -
ZipArchivercreates archives with inconsistent central directory entries- #79 -
JarArchiverandPlexusIoZipFileResourceCollectionleak file descriptors:toolbox: Maintenance
- #77 - Fixed the way unit tests modify the timestamp of a file
:package: Dependency updates
- #71, #72, #76, #78, #85, #86 - Updated dependencies:
commons-compressto 1.16.1,plexus-utilsto 3.1.0,org.tukaani:xzto 1.8 andplexus-ioto 3.0.1Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java implementations to deal with file attributes so the
useJvmChmodis no longer used and it is just ignored.Archiver#setUseJvmChmod,Archiver#isUseJvmChmod(),UnArchiver#setUseJvmChmod,UnArchiver#isUseJvmChmod(),ArchiveEntryUtils#chmod( File, int, Logger, boolean )andArchiveEntryUtils#chmod( File, int, Logger )are deprecated and are subject to removal in a future version.:rocket: New features and improvements
- #51 - More specific exception for cases when there are no files to archive. Now
EmptyArchiveExceptionis thrown when you try to create empty archive. Previously the more genericArchiverExceptionwas thrown.:bug: Bug Fixes
- #47 - Archiver follows symlinks on Windows
- #53 -
AbstractZipArchiverno longer respectsrecompressAddedZips- #58 - Creates corrupt JARs
:package: Dependency updates
- #56 - Upgrade the minimum required Java version to 7 and Plexus IO to 3.0.0
- #60 - Upgrade dependencies.
plexus-container-defaultto1.0-alpha-30,commons-compressto 1.14,org.tukaani.xzto 1.6 andcom.google.code.findbugs.jsr305to 3.0.2Plexus Archiver 3.4.1
:rocket: New features and improvements
- #87 - of Levan Giguashvili (
@odinn1984) Snyk eng team to fix a possible security issue. (See https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df)
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 usesjava.util.spi.ToolProviderintroduced in Java 9, so if it is run on Java 7 or 8 the resulting archive will be identical to a one created byJarArchiver- 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) toAbstractArchiverthat is called after the archive is created successfullyImprovements
- [Pull Request #87][pr-87] - of Levan Giguashvili (odinn1984) Snyk eng team to fix a possible security issue. (See https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df)
Bugs
- [Pull Request #73][pr-73] - Symbolic links not properly encoded in ZIP archives
- [Issue #57][issue-57] -
ZipArchivercreates archives with inconsistent central directory entries- [Issue #79][issue-79] -
JarArchiverandPlexusIoZipFileResourceCollectionleak file descriptorsTasks
- [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-compressto 1.16.1,plexus-utilsto 3.1.0,org.tukaani:xzto 1.8 andplexus-ioto 3.0.1Plexus Archiver 3.5
Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java implementations to deal with file attributes so the
useJvmChmodis no longer used and it is just ignored.Archiver#setUseJvmChmod,
... (truncated)
Commits
5dcbd6b[maven-release-plugin] prepare release plexus-archiver-3.6.0bf9d5f3Updated README / Release Notes.e882d15Updated README / ReleaseNotesf8f4233Merge pull request #87 from odinn1984/fix/fail_on_outside_target_files58bc24efix: fail when trying to extract outside of dest dir97c0d97Update plexus-io to 3.0.1e865350Update org.tukaani:xz to 1.808dca2dAdd Archiver that creates modular JAR files using the JDK jar tool.6925115Add new method (postCreateArchive) to AbstractArchiver6654faeFix file descriptor leak- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.