You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -269,9 +270,9 @@ If you like picocli, help others discover picocli:
269
270
#### Spread the joy! :tada:
270
271
* Tweet about picocli! What do you like about it? How has it helped you? How is it different from the alternatives?
271
272
* Mention that your project uses picocli in the documentation of your project.
272
-
* Show that your GitHub project uses picocli, with this badge in your README.md: [](https://github.com/remkop/picocli)
273
+
* Show that your GitHub project uses picocli, with this badge in your README.md: [](https://github.com/remkop/picocli)
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# picocli Release Notes
2
2
3
3
4
-
# <a name="4.7.1"></a> Picocli 4.7.1 (UNRELEASED)
4
+
# <a name="4.7.1"></a> Picocli 4.7.1
5
5
The picocli community is pleased to announce picocli 4.7.1.
6
6
7
7
This release includes bugfixes and enhancements.
@@ -21,14 +21,37 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
21
21
## <a name="4.7.1-new"></a> New and Noteworthy
22
22
23
23
## <a name="4.7.1-fixes"></a> Fixed issues
24
+
* [#1874][#1885][#1933] Bugfix: The `picocli-groovy` module should not declare `org.codehaus.groovy:groovy-all` as dependency. Thanks to [Mattias Andersson](https://github.com/attiand) and [Michael Kutz](https://github.com/mkutz) for raising this, and to [Paul King](https://github.com/paulk-asert) for the analysis.
24
25
* [#1886][#1896] Bugfix: AsciiDoc generator now correctly outputs options even if all options are in ArgGroups. Thanks to [Ruud Senden](https://github.com/rsenden) for the discussion and the pull request.
25
26
* [#1878][#1876] Bugfix: Annotation processor now avoids loading resource bundles at compile time. Thanks to [Ruud Senden](https://github.com/rsenden) for the discussion and the pull request.
27
+
* [#1911] Avoid using boxed boolean in `CommandLine.Interpreter.applyValueToSingleValuedField`. Thanks to [Jiehong](https://github.com/Jiehong) for the pull request.
28
+
* [#1870] Bugfix: `StringIndexOutOfBoundsException` in usage help when command has too many (and long) aliases. Thanks to [Martin](https://github.com/martlin2cz) for raising this.
29
+
* [#1904] Bugfix: Apply `fallbackValue` to vararg multi-value options, not just single-value options. Thanks to [Andreas Sewe](https://github.com/sewe) for raising this.
30
+
* [#1930] Bugfix: Ensure tests pass in environments for Java 5-18.
31
+
* [#1940] Bugfix: fix 3 failing tests in `ManPageGeneratorTest`. Thanks to [Mike Snowden](https://github.com/wtfacoconut) for the pull request.
26
32
* [#1881] DOC: Many documentation improvements. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
27
33
* [#1855][#1857] DOC: Add new user manual section called [Rare Use Cases](https://picocli.info/#_rare_use_cases) detailing `System.exit` usage. Thanks to [Tadaya Tsuyukubo](https://github.com/ttddyy) for the pull request.
28
34
* [#1880] DOC: Improve documentation for negatable options that are true by default. Thanks to [Sebastian Hoß](https://github.com/sebhoss) for raising this.
29
35
* [#1815] DOC: Improve user manual section for non-validating ArgGroups. Thanks for [Paul Harris](https://github.com/rolfyone) for raising this.
30
36
* [#1908] DOC: Update the user manual GraalVM section to use the new official native-maven-plugin. Thanks to [tison](https://github.com/tisonkun) for the pull request.
31
-
37
+
* [#1924] DOC: Update `picocli-codegen/README.adoc`. Thanks to [Seyyed Emad Razavi](https://github.com/razavioo) for the pull request.
38
+
* [#1910][#1917] DOC: Fix broken link to Zero Bug Commitment. Thanks to [Jiehong](https://github.com/Jiehong) for raising this and thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
39
+
* [#1915] DOC: Improve default provider examples. Thanks to [David](https://github.com/DavidTheExplorer) for raising this.
40
+
* [#1918][#1920] DOC: Removed unused Travis CI badge and associated broken link from README. Thanks to [Andreas Deininger](https://github.com/deining) for raising this and the pull request.
41
+
* [#706] DOC: Add GitHub badge with test count to README.
42
+
* [#1939] BUILD: Fix `picocli-annotation-processing-tests` failures on Java 16+: rewrite tests to avoid Google `compiler-test` API that internally uses `com.sun.tools.javac.util.Context`.
43
+
* [#1887] DEP: Bump biz.aQute.bnd.gradle from 6.3.1 to 6.4.0
44
+
* [#1865] DEP: Bump ivy from 2.5.0 to 2.5.1
45
+
* [#1931] DEP: Bump springBootVersion from 2.7.5 to 3.0.2
46
+
* [#1929] DEP: Bump github/codeql-action from 2.1.29 to 2.1.39
47
+
* [#1926] DEP: Bump step-security/harden-runner from 1.5.0 to 2.1.0
48
+
* [#1914] DEP: Bump actions/checkout from 3.1.0 to 3.3.0
49
+
* [#1897] DEP: Bump actions/setup-java from 3.6.0 to 3.9.0
50
+
* [#1902] DEP: Bump ossf/scorecard-action from 2.0.6 to 2.1.2
51
+
* [#1938] DEP: Bump actions/upload-artifact from 3.1.1 to 3.1.2
52
+
* [#1937] DEP: Bump asciidoctorj-pdf from 2.3.3 to 2.3.4
53
+
* [#1936] DEP: Bump jline from 3.21.0 to 3.22.0
54
+
* [#1935] DEP: Bump compile-testing from 0.19 to 0.21.0
0 commit comments