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 9256a4d Add and use a Converter interface and implementations without using BeanUtils (#216) new 26acfdc [CLI-321] Add and use a Converter interface and implementations without using BeanUtils new 00fb0a1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-cli new 6a64704 Sort members new c56d473 Remove trailing whitespace The 4 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: src/changes/changes.xml | 2 + .../java/org/apache/commons/cli/CommandLine.java | 52 ++++---- .../java/org/apache/commons/cli/Converter.java | 6 +- src/main/java/org/apache/commons/cli/Option.java | 66 +++++----- .../org/apache/commons/cli/ParseException.java | 22 ++-- .../apache/commons/cli/PatternOptionBuilder.java | 24 ++-- .../java/org/apache/commons/cli/TypeHandler.java | 141 ++++++++++---------- .../org/apache/commons/cli/ConverterTests.java | 62 ++++----- .../java/org/apache/commons/cli/OptionTest.java | 36 +++--- .../commons/cli/PatternOptionBuilderTest.java | 2 +- .../org/apache/commons/cli/TypeHandlerTest.java | 144 ++++++++++----------- 11 files changed, 279 insertions(+), 278 deletions(-)