You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/30 09:09:09 UTC

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request, #228: Bump plexus-archiver from 2.6.3 to 3.6.0 in /src/it/projects/setup-custom-ear-lifecycle/manager

dependabot[bot] opened a new pull request, #228:
URL: https://github.com/apache/maven-dependency-plugin/pull/228

   Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 2.6.3 to 3.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/codehaus-plexus/plexus-archiver/releases">plexus-archiver's releases</a>.</em></p>
   <blockquote>
   <p>Plexus Archiver 3.6.0 requires Java 7.</p>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/84">#84</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57">#57</a> - Added Archiver implementation (<code>JarToolModularJarArchiver</code>) that creates modular JAR files using the JDK jar tool. The implementation uses <code>java.util.spi.ToolProvider</code> 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 <code>JarArchiver</code> - 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.</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/67">#67</a> - Added ability to set the module version and main class of a modular JAR file</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/83">#83</a> - Added new protected method (<code>postCreateArchive</code>) to <code>AbstractArchiver</code> that is called after the archive is created successfully</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87">#87</a> - of Levan Giguashvili (<a href="https://github.com/odinn1984"><code>@​odinn1984</code></a>)  Snyk eng team to fix a possible security issue. (See <a href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df">https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/73">#73</a> - Symbolic links not properly encoded in ZIP archives</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57">#57</a> - <code>ZipArchiver</code> creates archives with inconsistent central directory entries</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/79">#79</a> - <code>JarArchiver</code> and <code>PlexusIoZipFileResourceCollection</code> leak file descriptors</li>
   </ul>
   <h2>:toolbox: Maintenance</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/77">#77</a> - Fixed the way unit tests modify the timestamp of a file</li>
   </ul>
   <h2>:package: Dependency updates</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/71">#71</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/72">#72</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/76">#76</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/78">#78</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/85">#85</a>, <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/86">#86</a> - Updated dependencies: <code>commons-compress</code> to 1.16.1, <code>plexus-utils</code> to 3.1.0, <code>org.tukaani:xz</code> to 1.8 and <code>plexus-io</code> to 3.0.1</li>
   </ul>
   <p>Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java implementations to deal with file attributes so the <code>useJvmChmod</code> is no longer used and it is just ignored. <code>Archiver#setUseJvmChmod</code>, <code>Archiver#isUseJvmChmod()</code>, <code>UnArchiver#setUseJvmChmod</code>, <code>UnArchiver#isUseJvmChmod()</code>, <code>ArchiveEntryUtils#chmod( File, int, Logger, boolean )</code> and <code>ArchiveEntryUtils#chmod( File, int, Logger )</code> are deprecated and are subject to removal in a future version.</p>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/51">#51</a> - More specific exception for cases when there are no files to archive. Now <code>EmptyArchiveException</code> is thrown when you try to create empty archive. Previously the more generic <code>ArchiverException</code> was thrown.</li>
   </ul>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/47">#47</a> - Archiver follows symlinks on Windows</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/53">#53</a> - <code>AbstractZipArchiver</code> no longer respects <code>recompressAddedZips</code></li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/58">#58</a> - Creates corrupt JARs</li>
   </ul>
   <h2>:package: Dependency updates</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/56">#56</a> - Upgrade the minimum required Java version to 7 and Plexus IO to 3.0.0</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/60">#60</a> - Upgrade dependencies. <code>plexus-container-default</code> to <code>1.0-alpha-30</code>, <code>commons-compress</code> to 1.14, <code>org.tukaani.xz</code> to 1.6 and <code>com.google.code.findbugs.jsr305</code> to 3.0.2</li>
   </ul>
   <h2>Plexus Archiver 3.4.1</h2>
   <h2>:rocket: New features and improvements</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87">#87</a> - of Levan Giguashvili (<a href="https://github.com/odinn1984"><code>@​odinn1984</code></a>) Snyk eng team to fix a possible security issue. (See <a href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df">https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h2>Plexus Archiver 3.4</h2>
   <h2>:bug: Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/45">#45</a> - Default <code>ArchiveManager</code> does not support <code>tar.xz</code> and <code>tar.snappy</code> file extensions</li>
   <li><a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/46">#46</a> - <code>JarSecurityFileSelector</code> needs to support signature files ending in <code>.EC</code> or <code>.ec</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md">plexus-archiver's changelog</a>.</em></p>
   <blockquote>
   <h2>Plexus Archiver 3.6.0</h2>
   <p>Plexus Archiver 3.6.0 requires Java 7.</p>
   <h3>New Features</h3>
   <ul>
   <li>[Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/84">#84</a>][pr-84], [Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57">#57</a>][issue-68] - Added Archiver implementation
   (<code>JarToolModularJarArchiver</code>) that creates modular JAR files using the JDK jar tool.
   The implementation uses <code>java.util.spi.ToolProvider</code> 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 <code>JarArchiver</code> - 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.</li>
   <li>[Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/67">#67</a>][issue-67] - Added ability to set the module version and main class
   of a modular JAR file</li>
   <li>[Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/83">#83</a>][pr-83] - Added new protected method (<code>postCreateArchive</code>)
   to <code>AbstractArchiver</code> that is called after the archive is created successfully</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>[Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87">#87</a>][pr-87] - of Levan Giguashvili (odinn1984)
   Snyk eng team to fix a possible security issue.
   (See <a href="https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df">https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df</a>)</li>
   </ul>
   <h3>Bugs</h3>
   <ul>
   <li>[Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/73">#73</a>][pr-73] - Symbolic links not properly encoded
   in ZIP archives</li>
   <li>[Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57">#57</a>][issue-57] - <code>ZipArchiver</code> creates archives with inconsistent
   central directory entries</li>
   <li>[Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/79">#79</a>][issue-79] - <code>JarArchiver</code> and <code>PlexusIoZipFileResourceCollection</code>
   leak file descriptors</li>
   </ul>
   <h3>Tasks</h3>
   <ul>
   <li>[Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/77">#77</a>][pr-77] - Fixed the way unit tests modify
   the timestamp of a file</li>
   <li>[Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/71">#71</a>][issue-71], [Pull Request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/72">#72</a>][pr-72], [Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/76">#76</a>][issue-76],
   [Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/78">#78</a>][issue-78], [Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/85">#85</a>][issue-85], [Issue <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/86">#86</a>][issue-86] -
   Updated dependencies: <code>commons-compress</code> to 1.16.1, <code>plexus-utils</code> to 3.1.0,
   <code>org.tukaani:xz</code> to 1.8 and <code>plexus-io</code> to 3.0.1</li>
   </ul>
   <h2>Plexus Archiver 3.5</h2>
   <p>Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java
   implementations to deal with file attributes so the <code>useJvmChmod</code> is no
   longer used and it is just ignored. <code>Archiver#setUseJvmChmod</code>,</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/5dcbd6b01334899ef241490b29594694ad24aebe"><code>5dcbd6b</code></a> [maven-release-plugin] prepare release plexus-archiver-3.6.0</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/bf9d5f3fbeaecd6446327144851925de6117e88f"><code>bf9d5f3</code></a> Updated README / Release Notes.</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/e882d15dfb5e3f3483113812f1e30dc01f4ee0d7"><code>e882d15</code></a> Updated README / ReleaseNotes</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/f8f4233508193b70df33759ae9dc6154d69c2ea8"><code>f8f4233</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87">#87</a> from odinn1984/fix/fail_on_outside_target_files</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/58bc24e465c0842981692adbf6d75680298989de"><code>58bc24e</code></a> fix: fail when trying to extract outside of dest dir</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/97c0d97504632a2a80b7d847bccdd9b37d27aea1"><code>97c0d97</code></a> Update plexus-io to 3.0.1</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/e8653501a758ec13b2aa903a57f4566db54745c8"><code>e865350</code></a> Update org.tukaani:xz to 1.8</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/08dca2d5b7c2c02c19d8d613ef9fd7660f8c4f0f"><code>08dca2d</code></a> Add Archiver that creates modular JAR files using the JDK jar tool.</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/6925115ced3453e483a3348e8079f023f8762db4"><code>6925115</code></a> Add new method (postCreateArchive) to AbstractArchiver</li>
   <li><a href="https://github.com/codehaus-plexus/plexus-archiver/commit/6654fae877a0e8ef7a10a88c1e005dc09abc09ee"><code>6654fae</code></a> Fix file descriptor leak</li>
   <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-2.6.3...plexus-archiver-3.6.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=2.6.3&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/maven-dependency-plugin/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-dependency-plugin] dependabot[bot] closed pull request #228: Bump plexus-archiver from 2.6.3 to 3.6.0 in /src/it/projects/setup-custom-ear-lifecycle/manager

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #228: Bump plexus-archiver from 2.6.3 to 3.6.0 in /src/it/projects/setup-custom-ear-lifecycle/manager
URL: https://github.com/apache/maven-dependency-plugin/pull/228


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-dependency-plugin] dependabot[bot] commented on pull request #228: Bump plexus-archiver from 2.6.3 to 3.6.0 in /src/it/projects/setup-custom-ear-lifecycle/manager

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #228:
URL: https://github.com/apache/maven-dependency-plugin/pull/228#issuecomment-1324067118

   Looks like org.codehaus.plexus:plexus-archiver is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-dependency-plugin] slachiewicz commented on pull request #228: Bump plexus-archiver from 2.6.3 to 3.6.0 in /src/it/projects/setup-custom-ear-lifecycle/manager

Posted by GitBox <gi...@apache.org>.
slachiewicz commented on PR #228:
URL: https://github.com/apache/maven-dependency-plugin/pull/228#issuecomment-1304786482

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org