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 2020/11/03 13:32:08 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #266: Bump picocli from 4.5.1 to 4.5.2

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


   Bumps [picocli](https://github.com/remkop/picocli) from 4.5.1 to 4.5.2.
   <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.5.2</h2>
   <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.5.2</h1>
   <p>The picocli community is pleased to announce picocli 4.5.2.</p>
   <p>This release contains bug fixes and enhancements:</p>
   <ul>
   <li>Auto-enable ANSI colors on MSYS2 terminals.</li>
   <li>Abbreviated options are now matched correctly even when value attached with '=' separator.</li>
   <li>The built-in <code>HelpCommand</code> now respects subcommands case-sensitivity and abbreviations.</li>
   <li>Required parameters no longer consume negated options.</li>
   <li>Positional parameters in Argument Groups no longer result in <code>ArithmeticException: / by zero</code> exceptions.</li>
   <li>The user manual now has tabs showing examples in languages other than Java.
   This is a work in progress: many examples still only have a Java version.
   Contributions welcome!</li>
   <li>Many, many documentation enhancements, most of which contributed by the community.</li>
   </ul>
   <p>Many thanks to the picocli community who contributed 28 pull requests in this release!
   Please see the Fixed Issues section below for the individual contributors. Great work!</p>
   <p>This is the seventy-fourth public release.
   Picocli follows <a href="http://semver.org/">semantic versioning</a>.</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).5.2-new">New and noteworthy</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-fixes">Fixed issues</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-deprecated">Deprecations</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-breaking-changes">Potential breaking changes</a></li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2>
   <p>The user manual now has tabs showing examples in languages other than Java.
   This is a work in progress: many examples still only have a Java version.
   Contributions welcome!</p>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1186">#1186</a> Enhancement: Auto-enable ANSI colors on MSYS2 (Git for Windows, MSYS2-based Windows Terminal shells, etc.). Thanks to <a href="https://github.com/sysmat">Sysmat</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1162">#1162</a> Bugfix: Abbreviated options are not matched if value attached with '=' separator (like <code>-x=3</code>). Thanks to <a href="https://github.com/metacosm">Chris Laprun</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1156">#1156</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1172">#1172</a> Bugfix: the built-in <code>HelpCommand</code> now respects subcommands case-sensitivity and abbreviations. Thanks to <a href="https://github.com/NewbieOrange">NewbieOrange</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1197">#1197</a> Bugfix: required parameters should not consume negated options. Thanks to <a href="https://github.com/keturn">Kevin Turner</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1213">#1213</a> Bugfix: <code>@Parameters</code> in <code>@ArgGroup</code> should not result in <code>ArithmeticException: / by zero</code>. Thanks to <a href="https://github.com/LorenKeagle">Loren Keagle</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1158">#1158</a> DOC: Fix broken links to GraalVM repo. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1155">#1155</a> DOC: Fix sample code in chapter &quot;Validation&quot;. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1157">#1157</a> DOC: Fix typo &quot;a argument group&quot; in user manual. Thanks to sabrina for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1160">#1160</a> DOC: Added section <a href="https://picocli.info/#_was_a_value_defaulted">Was a Value Defaulted?</a> to the user manual.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1161">#1161</a> DOC: Fix typo &quot;4,2&quot; (should be 4.2) in user manual. Thanks to sabrina for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1165">#1165</a> DOC: Fix jline3 example: add <code>AnsiConsole::systemUninstall</code> in <code>finally</code> clause. Thanks to <a href="https://github.com/dwalluck">David Walluck</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1168">#1168</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1169">#1169</a> DOC: Ensure <code>org.jline.terminal.Terminal</code> is closed when done. Thanks to <a href="https://github.com/dwalluck">David Walluck</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1167">#1167</a> DOC: Fix broken links in Quick Guide. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1171">#1171</a> DOC: Various documentation improvements. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1173">#1173</a> DOC: Improve example applications for the user manual and Quick Guide. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1175">#1175</a> DOC: section on compatible versions to <code>picocli-shell-jline3/README.md</code>. Thanks to <a href="https://github.com/rnc">Nick Cross</a> for raising this.</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/master/RELEASE-NOTES.md">picocli's changelog</a>.</em></p>
   <blockquote>
   <h1><!-- raw HTML omitted --><!-- raw HTML omitted --> Picocli 4.5.2</h1>
   <p>The picocli community is pleased to announce picocli 4.5.2.</p>
   <p>This release contains bug fixes and enhancements:</p>
   <ul>
   <li>Auto-enable ANSI colors on MSYS2 terminals.</li>
   <li>Abbreviated options are now matched correctly even when value attached with '=' separator.</li>
   <li>The built-in <code>HelpCommand</code> now respects subcommands case-sensitivity and abbreviations.</li>
   <li>Required parameters no longer consume negated options.</li>
   <li>Positional parameters in Argument Groups no longer result in <code>ArithmeticException: / by zero</code> exceptions.</li>
   <li>The user manual now has tabs showing examples in languages other than Java.
   This is a work in progress: many examples still only have a Java version.
   Contributions welcome!</li>
   <li>Many, many documentation enhancements, most of which contributed by the community.</li>
   </ul>
   <p>Many thanks to the picocli community who contributed 28 pull requests in this release!
   Please see the Fixed Issues section below for the individual contributors. Great work!</p>
   <p>This is the seventy-fourth public release.
   Picocli follows <a href="http://semver.org/">semantic versioning</a>.</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).5.2-new">New and noteworthy</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-fixes">Fixed issues</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-deprecated">Deprecations</a></li>
   <li><a href="%5B#4%5D(https://github-redirect.dependabot.com/remkop/picocli/issues/4).5.2-breaking-changes">Potential breaking changes</a></li>
   </ul>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> New and Noteworthy</h2>
   <p>The user manual now has tabs showing examples in languages other than Java.
   This is a work in progress: many examples still only have a Java version.
   Contributions welcome!</p>
   <h2><!-- raw HTML omitted --><!-- raw HTML omitted --> Fixed issues</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1186">#1186</a> Enhancement: Auto-enable ANSI colors on MSYS2 (Git for Windows, MSYS2-based Windows Terminal shells, etc.). Thanks to <a href="https://github.com/sysmat">Sysmat</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1162">#1162</a> Bugfix: Abbreviated options are not matched if value attached with '=' separator (like <code>-x=3</code>). Thanks to <a href="https://github.com/metacosm">Chris Laprun</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1156">#1156</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1172">#1172</a> Bugfix: the built-in <code>HelpCommand</code> now respects subcommands case-sensitivity and abbreviations. Thanks to <a href="https://github.com/NewbieOrange">NewbieOrange</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1197">#1197</a> Bugfix: required parameters should not consume negated options. Thanks to <a href="https://github.com/keturn">Kevin Turner</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1213">#1213</a> Bugfix: <code>@Parameters</code> in <code>@ArgGroup</code> should not result in <code>ArithmeticException: / by zero</code>. Thanks to <a href="https://github.com/LorenKeagle">Loren Keagle</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1158">#1158</a> DOC: Fix broken links to GraalVM repo. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1155">#1155</a> DOC: Fix sample code in chapter &quot;Validation&quot;. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1157">#1157</a> DOC: Fix typo &quot;a argument group&quot; in user manual. Thanks to sabrina for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1160">#1160</a> DOC: Added section <a href="https://picocli.info/#_was_a_value_defaulted">Was a Value Defaulted?</a> to the user manual.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1161">#1161</a> DOC: Fix typo &quot;4,2&quot; (should be 4.2) in user manual. Thanks to sabrina for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1165">#1165</a> DOC: Fix jline3 example: add <code>AnsiConsole::systemUninstall</code> in <code>finally</code> clause. Thanks to <a href="https://github.com/dwalluck">David Walluck</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1168">#1168</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1169">#1169</a> DOC: Ensure <code>org.jline.terminal.Terminal</code> is closed when done. Thanks to <a href="https://github.com/dwalluck">David Walluck</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1167">#1167</a> DOC: Fix broken links in Quick Guide. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1171">#1171</a> DOC: Various documentation improvements. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1173">#1173</a> DOC: Improve example applications for the user manual and Quick Guide. Thanks to <a href="https://github.com/deining">Andreas Deininger</a> for the pull request.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1175">#1175</a> DOC: section on compatible versions to <code>picocli-shell-jline3/README.md</code>. Thanks to <a href="https://github.com/rnc">Nick Cross</a> for raising this.</li>
   <li><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1176">#1176</a> DOC: Update JLine <code>picocli-shell-jline3</code> example to 3.16.0. Thanks to <a href="https://github.com/rnc">Nick Cross</a> for the pull request.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/remkop/picocli/commit/3410dd85e0d3dac0f4c1d2523d2757726e80dd4f"><code>3410dd8</code></a> Release picocli version 4.5.2</li>
   <li><a href="https://github.com/remkop/picocli/commit/c5dbdc9916bc4537c3ad28d44fa136502b4997db"><code>c5dbdc9</code></a> BUILD update paths for asciidoc new output directory</li>
   <li><a href="https://github.com/remkop/picocli/commit/16a651b8bcc6def600206d156e93b86dee9d3e5b"><code>16a651b</code></a> DOC update RELEASE-NOTES 4.5.2 summary</li>
   <li><a href="https://github.com/remkop/picocli/commit/a2a4902e4b3cfb492874d6dade6b4c81e79a723e"><code>a2a4902</code></a> DOC add japanese example</li>
   <li><a href="https://github.com/remkop/picocli/commit/70fbde77b3793ad9691233814a501f28b9fb3777"><code>70fbde7</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1182">#1182</a><a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1212">#1212</a> DOC caution in user manual: inherited options can't be used wi...</li>
   <li><a href="https://github.com/remkop/picocli/commit/e42546570497c3b81e18073d18d270946712572e"><code>e425465</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1213">#1213</a> Bugfix: &quot;ArithmeticException: / by zero&quot; when ArgGroup has positional...</li>
   <li><a href="https://github.com/remkop/picocli/commit/0b6429b9e44a7e981a52864d90086bea3f92e884"><code>0b6429b</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1211">#1211</a> additional small highlighting improvement</li>
   <li><a href="https://github.com/remkop/picocli/commit/ccf3c0d9b14acc4931cb9c072d30d03a47209a7a"><code>ccf3c0d</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1211">#1211</a> additional minor improvements</li>
   <li><a href="https://github.com/remkop/picocli/commit/2d7cc5d16fed268bfa8beaf6f2d48d314ffba959"><code>2d7cc5d</code></a> <a href="https://github-redirect.dependabot.com/remkop/picocli/issues/1211">#1211</a> add tabs with Kotlin source to user manual</li>
   <li><a href="https://github.com/remkop/picocli/commit/c7e1daba5e00d7fe04b4c34dac52bdbdb9feceb5"><code>c7e1dab</code></a> Manual, section subcommands: add several tabs with Kotlin source code</li>
   <li>Additional commits viewable in <a href="https://github.com/remkop/picocli/compare/v4.5.1...v4.5.2">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.5.1&new-version=4.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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.

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



[GitHub] [isis] andi-huber merged pull request #266: Bump picocli from 4.5.1 to 4.5.2

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


   


----------------------------------------------------------------
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.

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