|
1 |
| -Apache Commons CLI Version 1.9.0 Release Notes |
| 1 | +Apache Commons CLI 1.10.0 Release Notes |
| 2 | +--------------------------------------- |
| 3 | + |
| 4 | +Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface. |
| 5 | + |
| 6 | +This is a feature and maintenance release. Java 8 or later is required. |
| 7 | + |
| 8 | + |
| 9 | +New Features |
| 10 | +------------ |
| 11 | + |
| 12 | +* CLI-339: Help formatter extension in the new package #314. Thanks to Claude Warren, Gary Gregory. |
| 13 | +* CommandLine.Builder implements Supplier<CommandLine>. Thanks to Gary Gregory. |
| 14 | +* DefaultParser.Builder implements Supplier<DefaultParser>. Thanks to Gary Gregory. |
| 15 | +* CLI-340: Add CommandLine.getParsedOptionValues() #334. Thanks to Claude Warren, Gary Gregory. |
| 16 | + |
| 17 | +Fixed Bugs |
| 18 | +---------- |
| 19 | + |
| 20 | +* Deprecate CommandLine.Builder() in favor of CommandLine.builder(). Thanks to Gary Gregory. |
| 21 | +* Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder(). Thanks to Gary Gregory. |
| 22 | +* Refactor default parser test #294. Thanks to Dávid Szigecsán. |
| 23 | +* Port to JUnit 5. Thanks to Gary Gregory. |
| 24 | +* Generics for Converter should use Exception not Throwable. Thanks to Gary Gregory. |
| 25 | +* Pick up maven-antrun-plugin version from parent POM org.apache:apache. Thanks to Gary Gregory. |
| 26 | + |
| 27 | +Updates |
| 28 | +------- |
| 29 | + |
| 30 | +* Bump org.apache.commons:commons-parent from 72 to 79 #302, #304, #310, #315, #320, #327. Thanks to Gary Gregory, Dependabot. |
| 31 | +* [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 #309, #337. Thanks to Gary Gregory, Dependabot. |
| 32 | +* [test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 #344. Thanks to Gary Gregory, Dependabot. |
| 33 | + |
| 34 | + |
| 35 | +Historical list of changes: https://commons.apache.org/proper/commons-cli/changes-report.html |
| 36 | + |
| 37 | +For complete information on Apache Commons CLI, including instructions on how to submit bug reports, |
| 38 | +patches, or suggestions for improvement, see the Apache Commons CLI website: |
| 39 | + |
| 40 | +https://commons.apache.org/proper/commons-cli/ |
| 41 | + |
| 42 | +Download page: https://commons.apache.org/proper/commons-cli/download_cli.cgi |
| 43 | + |
| 44 | +Have fun! |
| 45 | +The Apache Commons Team |
| 46 | + |
| 47 | +------------------------------------------------------------------------------ |
| 48 | + |
| 49 | +Apache Commons CLI 1.9.0 Release Notes |
2 | 50 |
|
3 | 51 | Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
|
4 | 52 |
|
@@ -40,7 +88,7 @@ The Apache Commons Team
|
40 | 88 |
|
41 | 89 | ------------------------------------------------------------------------------
|
42 | 90 |
|
43 |
| -Apache Commons CLI Version 1.8.0 Release Notes |
| 91 | +Apache Commons CLI 1.8.0 Release Notes |
44 | 92 |
|
45 | 93 | Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
|
46 | 94 |
|
|
0 commit comments