diff --git a/picocli-extras.changes b/picocli-extras.changes index 2f960b2..9eb8be3 100644 --- a/picocli-extras.changes +++ b/picocli-extras.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Oct 31 00:22:20 UTC 2024 - Fridrich Strba + +- Update to version 4.7.6 + * Enhancements + + PropertiesDefaultProvider should try to load properties from + classpath (last). + + Change log level from WARN to INFO when bean not found in + ApplicationContext. + + Don't show hidden commands in JLine3 command description. + + Use ... vararg instead of array parameter to match overridden + method signature. + * Bugfixes: + + defaultValue should not be applied in addition to + user-specified value for options with a custom + IParameterConsumer. + + Fix NPE in jline3 Example.jar as ConfigurationPath cannot be + null anymore. + + fix bug for Optional arguments with initial value. + + @Option-annotated setter method not invoked with default value + when used in mixin for both command and subcommand. + + Custom type converter for primitive boolean options should not + be ignored. + * BUILD fixes: + + fix errorprone TruthSelfEquals warnings + + Fix broken build. + + Fix .gitattributes related CR/LF problems. + + Add Error Prone. + * CLEAN fix: + + Remove unused extra format arguments. + * DOC fixes: + + Fix a few typos in CommandLine's JavaDoc. + + Clarify documentation for negatable options. + + Clarify that ParseResult passed to IExecutionExceptionHandler + is the top-level parse result, not the parse result of the + subcommand that failed. +- Due to a bug in the upstream github repository, fetch sources from + our private fork until https://github.com/remkop/picocli/pull/2347 + gets integrated upstream + ------------------------------------------------------------------- Wed Oct 30 22:45:12 UTC 2024 - Fridrich Strba diff --git a/picocli.changes b/picocli.changes index 2f960b2..9eb8be3 100644 --- a/picocli.changes +++ b/picocli.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Oct 31 00:22:20 UTC 2024 - Fridrich Strba + +- Update to version 4.7.6 + * Enhancements + + PropertiesDefaultProvider should try to load properties from + classpath (last). + + Change log level from WARN to INFO when bean not found in + ApplicationContext. + + Don't show hidden commands in JLine3 command description. + + Use ... vararg instead of array parameter to match overridden + method signature. + * Bugfixes: + + defaultValue should not be applied in addition to + user-specified value for options with a custom + IParameterConsumer. + + Fix NPE in jline3 Example.jar as ConfigurationPath cannot be + null anymore. + + fix bug for Optional arguments with initial value. + + @Option-annotated setter method not invoked with default value + when used in mixin for both command and subcommand. + + Custom type converter for primitive boolean options should not + be ignored. + * BUILD fixes: + + fix errorprone TruthSelfEquals warnings + + Fix broken build. + + Fix .gitattributes related CR/LF problems. + + Add Error Prone. + * CLEAN fix: + + Remove unused extra format arguments. + * DOC fixes: + + Fix a few typos in CommandLine's JavaDoc. + + Clarify documentation for negatable options. + + Clarify that ParseResult passed to IExecutionExceptionHandler + is the top-level parse result, not the parse result of the + subcommand that failed. +- Due to a bug in the upstream github repository, fetch sources from + our private fork until https://github.com/remkop/picocli/pull/2347 + gets integrated upstream + ------------------------------------------------------------------- Wed Oct 30 22:45:12 UTC 2024 - Fridrich Strba