This commit is contained in:
parent
631608315e
commit
2581635ba0
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 00:22:20 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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<T> 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 <fstrba@suse.com>
|
Wed Oct 30 22:45:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 00:22:20 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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<T> 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 <fstrba@suse.com>
|
Wed Oct 30 22:45:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user