You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/02/25 03:43:08 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #862: Bump picocli from 4.6.2 to 4.6.3

dependabot[bot] opened a new pull request #862:
URL: https://github.com/apache/isis/pull/862


   Bumps [picocli](https://github.com/remkop/picocli) from 4.6.2 to 4.6.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/remkop/picocli/releases">picocli's releases</a>.</em></p>
   <blockquote>
   <h2>Picocli 4.6.3</h2>
   <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.6.3</h1>
   <p>The picocli community is pleased to announce picocli 4.6.3.</p>
   <p>This release includes bugfixes and enhancements, as well as documentation and security improvements.</p>
   <p>Several improvements to the annotation processor and the generated autocompletion scripts.</p>
   <p>Much gratitude to the picocli community for the many pull requests and other contributions!</p>
   <p>This is the seventy-eighth public release.
   Picocli follows <a href="http://semver.org/">semantic versioning</a>.
   Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).</p>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2>
   <ul>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-new">New and noteworthy</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-fixes">Fixed issues</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-deprecated">Deprecations</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-breaking-changes">Potential breaking changes</a></li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2>
   <h3>Default branch renamed to <code>main</code></h3>
   <p>The default branch has been renamed! <code>master</code> is now named <code>main</code>.</p>
   <p>If you have a local clone, you can update it by running the following commands:</p>
   <pre lang="bash"><code>git branch -m master main
   git fetch origin
   git branch -u origin/main main
   git remote set-head origin -a
   </code></pre>
   <h3>Autocompletion script improvements</h3>
   <ul>
   <li>Autocompletion now shows subcommand aliases in the completion candidates</li>
   <li>Autocompletion now displays completion candidates on exact match</li>
   <li>Autocompletion now supports file names containing spaces</li>
   <li>Remove file name extension and local dir prefix from the command name in generated autocomplete scripts</li>
   <li>Fix Bash error <code>compopt: command not found</code> on older versions of Bash</li>
   <li>Autocompletion on ZSH should only call <code>compinit</code> once</li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1440">#1440</a> Bugfix: annotation processor incorrectly failed with <code>DuplicateOptionAnnotationsException</code> when multiple commands had a subcommand in common and an inherited (<code>scope = ScopeType.INHERIT</code>) option. Thanks to <a href="https://github.com/nemetsSY">nemetsSY</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1472">#1472</a> Bugfix: annotation processor option <code>-Averbose=true</code> no longer incorrectly triggers <code>warning: The following options were not recognized by any processor: '[verbose]'</code>. Thanks to <a href="https://github.com/lorenzleutgeb">Lorenz Leutgeb</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1384">#1384</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1493">#1493</a> Bugfix: parser now correctly handles ArgGroups with optional positional parameters. Thanks to <a href="https://github.com/mattjlewis">Matthew Lewis</a> for raising this and to <a href="https://github.com/kurtkaiser">Kurt Kaiser</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1474">#1474</a> Bugfix: Avoid <code>UnsupportedCharsetException: cp65001</code> on Microsoft Windows console when code page is set to UTF-8. Thanks to <a href="https://github.com/epuni">epuni</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1528">#1528</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1529">#1529</a> Bugfix: Allow aliases of a CommandSpec that is already a subcommand to be properly &amp; consistently modified. Thanks to <a href="https://github.com/rgoldberg">Ross Goldberg</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1466">#1466</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1467">#1467</a> Bugfix/Enhancement: Autocomplete now shows subcommand aliases in the completion candidates. Thanks to <a href="https://github.com/rsenden">Ruud Senden</a> for the pull request.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md">picocli's changelog</a>.</em></p>
   <blockquote>
   <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.6.3</h1>
   <p>The picocli community is pleased to announce picocli 4.6.3.</p>
   <p>This release includes bugfixes and enhancements, as well as documentation and security improvements.</p>
   <p>Several improvements to the annotation processor and the generated autocompletion scripts.</p>
   <p>Much gratitude to the picocli community for the many pull requests and other contributions!</p>
   <p>This is the seventy-eighth public release.
   Picocli follows <a href="http://semver.org/">semantic versioning</a>.
   Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).</p>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Table of Contents</h2>
   <ul>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-new">New and noteworthy</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-fixes">Fixed issues</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-deprecated">Deprecations</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).6.3-breaking-changes">Potential breaking changes</a></li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2>
   <h3>Default branch renamed to <code>main</code></h3>
   <p>The default branch has been renamed! <code>master</code> is now named <code>main</code>.</p>
   <p>If you have a local clone, you can update it by running the following commands:</p>
   <pre lang="bash"><code>git branch -m master main
   git fetch origin
   git branch -u origin/main main
   git remote set-head origin -a
   </code></pre>
   <h3>Autocompletion script improvements</h3>
   <ul>
   <li>Autocompletion now shows subcommand aliases in the completion candidates</li>
   <li>Autocompletion now displays completion candidates on exact match</li>
   <li>Autocompletion now supports file names containing spaces</li>
   <li>Remove file name extension and local dir prefix from the command name in generated autocomplete scripts</li>
   <li>Fix Bash error <code>compopt: command not found</code> on older versions of Bash</li>
   <li>Autocompletion on ZSH should only call <code>compinit</code> once</li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1440">#1440</a> Bugfix: annotation processor incorrectly failed with <code>DuplicateOptionAnnotationsException</code> when multiple commands had a subcommand in common and an inherited (<code>scope = ScopeType.INHERIT</code>) option. Thanks to <a href="https://github.com/nemetsSY">nemetsSY</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1472">#1472</a> Bugfix: annotation processor option <code>-Averbose=true</code> no longer incorrectly triggers <code>warning: The following options were not recognized by any processor: '[verbose]'</code>. Thanks to <a href="https://github.com/lorenzleutgeb">Lorenz Leutgeb</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1384">#1384</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1493">#1493</a> Bugfix: parser now correctly handles ArgGroups with optional positional parameters. Thanks to <a href="https://github.com/mattjlewis">Matthew Lewis</a> for raising this and to <a href="https://github.com/kurtkaiser">Kurt Kaiser</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1474">#1474</a> Bugfix: Avoid <code>UnsupportedCharsetException: cp65001</code> on Microsoft Windows console when code page is set to UTF-8. Thanks to <a href="https://github.com/epuni">epuni</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1528">#1528</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1529">#1529</a> Bugfix: Allow aliases of a CommandSpec that is already a subcommand to be properly &amp; consistently modified. Thanks to <a href="https://github.com/rgoldberg">Ross Goldberg</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1466">#1466</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1467">#1467</a> Bugfix/Enhancement: Autocomplete now shows subcommand aliases in the completion candidates. Thanks to <a href="https://github.com/rsenden">Ruud Senden</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1468">#1468</a> Bugfix/Enhancement: Autocompletion now displays completion candidates on exact match. Thanks to <a href="https://github.com/rsenden">Ruud Senden</a> for raising this.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/remkop/picocli/commit/cf10d4d1001feb8f5c14c926412521b51d6b5867"><code>cf10d4d</code></a> Release picocli version 4.6.3</li>
   <li><a href="https://github.com/remkop/picocli/commit/3eea1bec95b9e0372f6823286bcd0ff4e1433d19"><code>3eea1be</code></a> BUILD fix Java 5 compile error</li>
   <li><a href="https://github.com/remkop/picocli/commit/5e01b72fe249d638aef2c7eef4fc904e3337d5f9"><code>5e01b72</code></a> DOC update RELEASE-NOTES</li>
   <li><a href="https://github.com/remkop/picocli/commit/95be71403a70b138e1abaa352b092ac39fc2f809"><code>95be714</code></a> DOC update RELEASE-NOTES</li>
   <li><a href="https://github.com/remkop/picocli/commit/4bd28c0542e35dabde05094c722b82d3bfe41148"><code>4bd28c0</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1562">#1562</a> DOC: try forcing site rebuild with commit to file under docs/</li>
   <li><a href="https://github.com/remkop/picocli/commit/025e4749577759667747a24d57ab117c3d36b7a8"><code>025e474</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1562">#1562</a> BUILD: update CI config for 'master' branch to 'main' name change</li>
   <li><a href="https://github.com/remkop/picocli/commit/725193971352fd877091d6ea3591a4881ad06f51"><code>7251939</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1569">#1569</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1568">#1568</a> update RELEASE-NOTES</li>
   <li><a href="https://github.com/remkop/picocli/commit/b76e2d4e01d145b0ae4adb2811a9754bbaefb968"><code>b76e2d4</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1562">#1562</a> DOC: update RELEASE-NOTES for 'master' branch to 'main' name change</li>
   <li><a href="https://github.com/remkop/picocli/commit/3583b5d9dcea8f33e1dc03b2e59b9d1ed1921f7a"><code>3583b5d</code></a> Bump gradle from 7.3.3 to 7.4</li>
   <li><a href="https://github.com/remkop/picocli/commit/466d86406f0ce4cf43d713b66c293c0c5ec2436a"><code>466d864</code></a> Simplified CommandUserObject constructor</li>
   <li>Additional commits viewable in <a href="https://github.com/remkop/picocli/compare/v4.6.2...v4.6.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=info.picocli:picocli&package-manager=maven&previous-version=4.6.2&new-version=4.6.3)](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)
   
   
   </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@isis.apache.org

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



[GitHub] [isis] andi-huber merged pull request #862: Bump picocli from 4.6.2 to 4.6.3

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #862:
URL: https://github.com/apache/isis/pull/862


   


-- 
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@isis.apache.org

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