2024-04-29 13:54:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 29 11:53:54 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- The binaries are compatible with java 1.8
|
|
|
|
|
2023-09-10 12:27:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 10 10:27:31 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Reproducible builds: Do not create timestamps with bnd wrap
|
|
|
|
|
2023-08-27 08:51:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 27 06:46:38 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.7.5
|
|
|
|
* Enhancements:
|
|
|
|
+ Java 22 update: improve logic for detecting if the output
|
|
|
|
stream is connected to a terminal.
|
|
|
|
+ Mask parameters in trace log when echo=false for interactive
|
|
|
|
options and positional parameters.
|
|
|
|
* Bugfixes:
|
|
|
|
+ Fix positional parameters bug with late-resolved arity
|
|
|
|
variable.
|
|
|
|
+ Don't generate auto-complete for hidden attributes in
|
|
|
|
picocli.shell.jline3.PicoCommand.
|
|
|
|
+ ArgGroup with exclusive=false and multiplicity=1 should
|
|
|
|
require at least one option; fix regression and refine
|
|
|
|
solution introduced in [#1848][#2030].
|
|
|
|
* DOC fixes:
|
|
|
|
+ Improve GraalVM documentation: add
|
|
|
|
graalvm-native-image-plugin.
|
|
|
|
+ Commit html files with LF line-endings.
|
2023-08-27 08:54:34 +02:00
|
|
|
- Removed patch:
|
|
|
|
* revert-version.patch
|
|
|
|
+ not needed any more
|
2023-08-27 08:51:14 +02:00
|
|
|
|
2023-08-26 07:12:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 26 05:11:45 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Fetch sources from upstream repository, since our pull request
|
|
|
|
https://github.com/remkop/picocli/pull/2045 has been integrated
|
|
|
|
|
2023-06-13 14:57:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 13 12:49:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 4.7.4
|
|
|
|
* Fixes:
|
|
|
|
+ API: Add setter for name in
|
|
|
|
picocli.shell.jline3.PicocliCommands.
|
|
|
|
+ Enhancement: Improved feedback on mistyped subcommands
|
|
|
|
+ Enhancement: prevent
|
|
|
|
java.nio.charset.UnsupportedCharsetException: cp0 on windows,
|
|
|
|
and fall back to the default charset if the charset provided
|
|
|
|
by System property sun.stdout.encoding is invalid
|
|
|
|
+ Bugfix: Option "mapFallbackValue" ignored when inherited to
|
|
|
|
subcommand
|
2023-06-14 13:37:30 +02:00
|
|
|
+ Bugfix: fix issue with required options in ArgGroup becoming
|
2023-06-13 14:57:07 +02:00
|
|
|
optional when combined with DefaultValueProvider
|
|
|
|
- Fetch sources using source service: this allows filter out
|
|
|
|
binaries with spurious legal status and which we don't use for
|
|
|
|
build
|
|
|
|
- Due to a bug in the upstream github repository, fetch sources from
|
|
|
|
our private fork until https://github.com/remkop/picocli/pull/2045
|
2023-06-13 15:04:23 +02:00
|
|
|
gets integrated upstream
|
|
|
|
- Added patch:
|
|
|
|
* revert-version.patch
|
|
|
|
+ revert a version change between our fixed code and the
|
|
|
|
upstream tag
|
2023-06-13 14:57:07 +02:00
|
|
|
|
2023-06-05 18:42:10 +02:00
|
|
|
-------------------------------------------------------------------
|
2023-06-05 20:01:06 +02:00
|
|
|
Mon Jun 5 17:59:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Require java 9 for build so that we can build the module-info.java
|
|
|
|
always
|
|
|
|
- Build all classes with source/target 8 and the module-info.java
|
|
|
|
with release 9, which makes the jars usable with java 8 and higher
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-06-05 18:42:10 +02:00
|
|
|
Thu Jun 1 11:46:11 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Upgrade to version 4.7.3
|
|
|
|
* full changes from previous versions are in
|
|
|
|
https://github.com/remkop/picocli/blob/v4.7.3/RELEASE-NOTES.md
|
|
|
|
- Package artifacts: picocli-{codegen,shell-jline2}
|
|
|
|
- JPMS: package module discriptors when building with java >= 9
|
|
|
|
- Take POMs from Maven Central
|
|
|
|
|
2022-06-24 11:52:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 24 09:48:56 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Build picocli using ant to avoid cycles
|
|
|
|
|
2022-01-18 09:16:07 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 18 08:15:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to version 4.6.2
|
|
|
|
* full changes from previous versions are in
|
|
|
|
https://github.com/remkop/picocli/blob/v4.6.2/RELEASE-NOTES.md
|
|
|
|
|
2019-11-08 10:48:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 8 09:48:24 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging of picocli 4.0.4
|