#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
#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
: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-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.
:rocket: 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.
#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
[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
[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,
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](https://github.com/yugabyte/jdbc-yugabytedb/network/alerts).
Bumps plexus-archiver from 2.4.4 to 3.6.0.
Release notes
Sourced from plexus-archiver's releases.
... (truncated)
Changelog
Sourced from plexus-archiver's changelog.
... (truncated)
Commits
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](https://github.com/yugabyte/jdbc-yugabytedb/network/alerts).