This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Update dependency info.picocli:picocli to v4.6.3 #461
Merged
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.2
->4.6.3
Release Notes
remkop/picocli
v4.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
Default branch renamed to
main
The default branch has been renamed!
master
is now namedmain
.If you have a local clone, you can update it by running the following commands:
Autocompletion script improvements
compopt: command not found
on older versions of Bashcompinit
onceFixed issues
DuplicateOptionAnnotationsException
when multiple commands had a subcommand in common and an inherited (scope = ScopeType.INHERIT
) option. Thanks to nemetsSY for raising this.-Averbose=true
no longer incorrectly triggerswarning: The following options were not recognized by any processor: '[verbose]'
. Thanks to Lorenz Leutgeb for raising this.UnsupportedCharsetException: cp65001
on Microsoft Windows console when code page is set to UTF-8. Thanks to epuni for raising this.parseArgs
invocations whenCommandLine
instance is reused. Thanks to kaushalkumar for raising this.compopt: command not found
on older versions Bash. Thanks to Andres Almiray for raising this.AbstractCommandSpecProcessor#extractTypedMember
. Thanks to Ross Goldberg for raising this.help
command only works on the first argument. Thanks to Patrice Duroux for the pull request.CommandSpec#validateSubcommandName
implementation. Thanks to Ross Goldberg for the pull request.org.junit.Assert.assertThat
deprecation warning; Thanks to Ross Goldberg for the pull request.AbstractCommandSpecProcessor#isSubcommand
; Thanks to Ross Goldberg for the pull request.DefaultFactory#create(Class<T>)
. Thanks to Ross Goldberg for the pull request.TypedMember
constructor. Thanks to Ross Goldberg for the pull request.compinit
once. Thanks to Ben Herweyer for the pull request.System.exit
tests on Java 18.jline-console
inpicocli-shell-jline3
. Thanks to kaushalkumar for raising this.Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.