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.7.6
->4.7.7
4.7.6
->4.7.7
4.7.6
->4.7.7
Release Notes
remkop/picocli (info.picocli:picocli-codegen)
v4.7.7
The picocli community is pleased to announce picocli 4.7.7.
This release includes bugfixes and enhancements.
Many thanks to the picocli community for raising these issues and providing the pull requests to address them!
This is the eighty-sixth 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
This release fixes a problem that was introduced in the previous release (4.7.6), where using an
ArgGroup
in aMixin
would result in options being added twice, orDuplicateOptionAnnotationsException
.The built-in
picocli.CommandLine.HelpCommand
subcommand now implementsCallable<Integer>
and returns the exit code of the subcommand'sexitCodeOnUsageHelp
value for the subcommand whose help was requested.From this release, if a command implements both
Callable
andRunnable
, then the default execution strategy will invoke thecall
method instead of therun
method.Fixed issues
picocli.shell.jline3.PicocliCommands::invoke
now returnsParseResult
instead of null. Thanks to Paul for raising this.paramLabel
values starting with a digit. Thanks to Ruud Senden and Tobias Knerr for raising this.ArgGroup.heading
attribute. Thanks to Marc Philipp for raising this.help
subcommand should return the exit code of the subcommand'sexitCodeOnUsageHelp
value for the subcommand whose help was requested. Thanks to marco-brandizi for raising this.negatable=true
option in anArgGroup
should not add negated option twice. Thanks to Robin Fritz for raising this.ArgGroup
from aMixin
. Thanks to s-falke for raising this. Thanks to Simon Gamma for providing a pull request for this.ArgGroup
when used inMixin
. Thanks to Selene Feigl for raising this.ArgGroup
+ defaultValue + split + List/Set. Thanks to Mithun Josalyn Gonsalvez for raising this.DuplicateOptionAnnotationsException
on using negatable option inArgGroup
. Thanks to Bhavik Patel for raising this.arity=0
anddefaultValue=false
behaved unexpectedly. Thanks to Leonard Brünings for raising this.[#2399] DEP: Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1
[#2403] DEP: Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.2.0
[#2400] DEP: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0 to 2.1.20
[#2401] DEP: Bump org.jetbrains.kotlin:kotlin-script-runtime from 2.0.0 to 2.1.20
[#2402] DEP: Bump org.jline:jline from 3.26.1 to 3.29.0
Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.