This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
from c7de56e9 The next release will be 1.11.0
new 6f482380 Call static APIs directly
new 9c41b90d Call static APIs directly
new f53ab49e Javadoc
new 95f2d837 Javadoc
new 472bdd59 Javadoc
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../commons/cli/AlreadySelectedException.java | 10 +--
.../commons/cli/AmbiguousOptionException.java | 8 +--
.../java/org/apache/commons/cli/BasicParser.java | 8 +--
.../org/apache/commons/cli/CommandLineParser.java | 33 ++++------
.../java/org/apache/commons/cli/Converter.java | 2 +-
.../java/org/apache/commons/cli/DefaultParser.java | 44 +++++++------
.../java/org/apache/commons/cli/GnuParser.java | 8 +--
.../java/org/apache/commons/cli/OptionBuilder.java | 59 ++++++++---------
.../org/apache/commons/cli/OptionValidator.java | 2 +-
.../org/apache/commons/cli/ParseException.java | 14 ++--
src/main/java/org/apache/commons/cli/Parser.java | 38 +++++------
.../apache/commons/cli/PatternOptionBuilder.java | 6 +-
.../java/org/apache/commons/cli/PosixParser.java | 19 ++----
.../java/org/apache/commons/cli/TypeHandler.java | 64 +++++++++---------
.../commons/cli/UnrecognizedOptionException.java | 8 +--
.../commons/cli/help/AbstractHelpFormatter.java | 34 +++++-----
.../apache/commons/cli/help/OptionFormatter.java | 14 ++--
.../java/org/apache/commons/cli/help/Util.java | 2 +-
.../org/apache/commons/cli/OptionBuilderTest.java | 75 ++++++++++------------
.../org/apache/commons/cli/bug/BugCLI13Test.java | 17 ++---
.../org/apache/commons/cli/bug/BugCLI252Test.java | 4 +-
21 files changed, 220 insertions(+), 249 deletions(-)