Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded picocli from 4.6.1 to 4.6.3 #2518

Merged
merged 1 commit into from
May 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2022

Bumps picocli from 4.6.1 to 4.6.3.

Release notes

Sourced from picocli's releases.

Picocli 4.6.3

Picocli 4.6.3

The picocli community is pleased to announce picocli 4.6.3.

This release includes bugfixes and enhancements, as well as documentation and security improvements.

Several improvements to the annotation processor and the generated autocompletion scripts.

Much gratitude to the picocli community for the many pull requests and other contributions!

This is the seventy-eighth public release. Picocli follows semantic versioning. Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).

Table of Contents

  • New and noteworthy
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

Default branch renamed to main

The default branch has been renamed! master is now named main.

If you have a local clone, you can update it by running the following commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Autocompletion script improvements

  • Autocompletion now shows subcommand aliases in the completion candidates
  • Autocompletion now displays completion candidates on exact match
  • Autocompletion now supports file names containing spaces
  • Remove file name extension and local dir prefix from the command name in generated autocomplete scripts
  • Fix Bash error compopt: command not found on older versions of Bash
  • Autocompletion on ZSH should only call compinit once

Fixed issues

  • #1440 Bugfix: annotation processor incorrectly failed with DuplicateOptionAnnotationsException when multiple commands had a subcommand in common and an inherited (scope = ScopeType.INHERIT) option. Thanks to nemetsSY for raising this.
  • #1472 Bugfix: annotation processor option -Averbose=true no longer incorrectly triggers warning: The following options were not recognized by any processor: '[verbose]'. Thanks to Lorenz Leutgeb for raising this.
  • #1384#1493 Bugfix: parser now correctly handles ArgGroups with optional positional parameters. Thanks to Matthew Lewis for raising this and to Kurt Kaiser for the pull request.
  • #1474 Bugfix: Avoid UnsupportedCharsetException: cp65001 on Microsoft Windows console when code page is set to UTF-8. Thanks to epuni for raising this.
  • #1528#1529 Bugfix: Allow aliases of a CommandSpec that is already a subcommand to be properly & consistently modified. Thanks to Ross Goldberg for the pull request.
  • #1466#1467 Bugfix/Enhancement: Autocomplete now shows subcommand aliases in the completion candidates. Thanks to Ruud Senden for the pull request.

... (truncated)

Changelog

Sourced from picocli's changelog.

Picocli 4.6.3

The picocli community is pleased to announce picocli 4.6.3.

This release includes bugfixes and enhancements, as well as documentation and security improvements.

Several improvements to the annotation processor and the generated autocompletion scripts.

Much gratitude to the picocli community for the many pull requests and other contributions!

This is the seventy-eighth public release. Picocli follows semantic versioning. Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).

Table of Contents

  • New and noteworthy
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and Noteworthy

Default branch renamed to main

The default branch has been renamed! master is now named main.

If you have a local clone, you can update it by running the following commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Autocompletion script improvements

  • Autocompletion now shows subcommand aliases in the completion candidates
  • Autocompletion now displays completion candidates on exact match
  • Autocompletion now supports file names containing spaces
  • Remove file name extension and local dir prefix from the command name in generated autocomplete scripts
  • Fix Bash error compopt: command not found on older versions of Bash
  • Autocompletion on ZSH should only call compinit once

Fixed issues

  • #1440 Bugfix: annotation processor incorrectly failed with DuplicateOptionAnnotationsException when multiple commands had a subcommand in common and an inherited (scope = ScopeType.INHERIT) option. Thanks to nemetsSY for raising this.
  • #1472 Bugfix: annotation processor option -Averbose=true no longer incorrectly triggers warning: The following options were not recognized by any processor: '[verbose]'. Thanks to Lorenz Leutgeb for raising this.
  • #1384#1493 Bugfix: parser now correctly handles ArgGroups with optional positional parameters. Thanks to Matthew Lewis for raising this and to Kurt Kaiser for the pull request.
  • #1474 Bugfix: Avoid UnsupportedCharsetException: cp65001 on Microsoft Windows console when code page is set to UTF-8. Thanks to epuni for raising this.
  • #1528#1529 Bugfix: Allow aliases of a CommandSpec that is already a subcommand to be properly & consistently modified. Thanks to Ross Goldberg for the pull request.
  • #1466#1467 Bugfix/Enhancement: Autocomplete now shows subcommand aliases in the completion candidates. Thanks to Ruud Senden for the pull request.
  • #1468 Bugfix/Enhancement: Autocompletion now displays completion candidates on exact match. Thanks to Ruud Senden for raising this.

... (truncated)

Commits
  • cf10d4d Release picocli version 4.6.3
  • 3eea1be BUILD fix Java 5 compile error
  • 5e01b72 DOC update RELEASE-NOTES
  • 95be714 DOC update RELEASE-NOTES
  • 4bd28c0 #1562 DOC: try forcing site rebuild with commit to file under docs/
  • 025e474 #1562 BUILD: update CI config for 'master' branch to 'main' name change
  • 7251939 #1569#1568 update RELEASE-NOTES
  • b76e2d4 #1562 DOC: update RELEASE-NOTES for 'master' branch to 'main' name change
  • 3583b5d Bump gradle from 7.3.3 to 7.4
  • 466d864 Simplified CommandUserObject constructor
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@nvoxland
Copy link
Contributor

Upgrading a shipped jar is difficult for users, so not upgrading at this point.

@nvoxland nvoxland closed this Feb 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/info.picocli-picocli-4.6.3 branch February 10, 2022 20:19
@nvoxland nvoxland restored the dependabot/maven/info.picocli-picocli-4.6.3 branch April 25, 2022 15:09
@nvoxland
Copy link
Contributor

Re-openening since we are considering an "upgrade all the libraries" release

@nvoxland nvoxland reopened this Apr 25, 2022
@nvoxland nvoxland added this to the NEXT milestone Apr 25, 2022
@dependabot dependabot bot force-pushed the dependabot/maven/info.picocli-picocli-4.6.3 branch from b48bb93 to b97b7f5 Compare April 25, 2022 15:09
@nvoxland
Copy link
Contributor

@dependabot rebase

Bumps [picocli](https://github.com/remkop/picocli) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.6.1...v4.6.3)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/info.picocli-picocli-4.6.3 branch from b97b7f5 to 299bfaa Compare April 25, 2022 19:35
@github-actions
Copy link

Unit Test Results

  4 512 files    4 512 suites   37m 32s ⏱️
  4 386 tests   4 172 ✔️    214 💤 0
51 912 runs  46 904 ✔️ 5 008 💤 0

Results for commit 299bfaa.

@kataggart kataggart removed this from the NEXT milestone Apr 27, 2022
@nvoxland nvoxland changed the title Bump picocli from 4.6.1 to 4.6.3 Upgrade picocli from 4.6.1 to 4.6.3 Apr 28, 2022
@nvoxland nvoxland changed the title Upgrade picocli from 4.6.1 to 4.6.3 Upgraded picocli from 4.6.1 to 4.6.3 Apr 28, 2022
@XDelphiGrl
Copy link
Contributor

XDelphiGrl commented May 5, 2022

No CVEs reported on Maven Central for PicoCLI 4.6.3 (or any released PicoCLI version!!).
Test harness failures due to a known issue with MariaDB tests and is unrelated to this dependency upgrade.
Functional test failures due to newer tests on liquibase-pro-tests master than in code for this PR.

Functional Tests
Test Harness Tests

@XDelphiGrl XDelphiGrl self-assigned this May 5, 2022
Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@kataggart kataggart added this to the NEXT milestone May 9, 2022
@nvoxland nvoxland merged commit b6676cc into master May 9, 2022
@nvoxland nvoxland deleted the dependabot/maven/info.picocli-picocli-4.6.3 branch May 9, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants