You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2022/10/06 13:40:35 UTC

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #176: Bump plexus-archiver from 3.5 to 3.6.0 in /tools/osgicheck-maven-plugin

dependabot[bot] opened a new pull request, #176:
URL: https://github.com/apache/felix-dev/pull/176

   Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 3.5 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>
   </blockquote>
   </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>
   </blockquote>
   </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-3.5...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=3.5&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)
   - `@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/apache/felix-dev/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: dev-unsubscribe@felix.apache.org

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


[GitHub] [felix-dev] cziegeler merged pull request #176: Bump plexus-archiver from 3.5 to 3.6.0 in /tools/osgicheck-maven-plugin

Posted by GitBox <gi...@apache.org>.
cziegeler merged PR #176:
URL: https://github.com/apache/felix-dev/pull/176


-- 
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: dev-unsubscribe@felix.apache.org

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