Apache Commons logo Commons CLI
Apache Commons CLI ™
  • Last Published: 08 Nov 2025
  • |
  • Version: 1.11.0

JIRA Report

Fix Version Key Component Summary Type Resolution Status
- CLI-327 CLI-1.x Date processing tests fail on some systems Bug Fixed Resolved
- CLI-326 Options definition Make options.getKey() public Bug Fixed Resolved
- CLI-254 - "test" gets parsed as test, quotes die :-( Bug Fixed Resolved
- CLI-232 CLI-1.x Download link gives HTTP/1.1 403 Forbidden Bug Fixed Resolved
- CLI-198 Documentation Download links for CLI 1.2 binaries are broken Bug Fixed Resolved
- CLI-146 - SVN repository link incorrect / related to TLP change Bug Fixed Closed
- CLI-139 CLI-1.x, CLI-2.x Broken Links on the Web-Site Bug Fixed Closed
- CLI-128 - Remove Commons-logging from CLI's pom.xml Bug Fixed Closed
- CLI-337 Parser Parse arguments in a single string Improvement Fixed Closed
- CLI-242 - PATCH: Util Class Cleaning Improvement Fixed Closed
1.11.0 CLI-351 Help formatter Multiple traililng BREAK_CHAR_SET characters cause infinite loop in HelpFormatter Task Fixed Resolved
1.10.0 CLI-349 Options definition, Parser DefaultParser.parse() throws NullPointerException when options parameter is null Bug Fixed Resolved
1.10.0 CLI-347 - Options.addOptionGroup() does not remove required options from requiredOpts list Bug Fixed Resolved
1.10.0 CLI-344 Options definition Option.processValue() throws NullPointerException when passed null value with value separator configured Bug Fixed Resolved
1.10.0 CLI-341 Help formatter HelpFormatter infinite loop with 0 width input Bug Fixed Resolved
1.10.0 CLI-340 CLI-1.x Add CommandLine.getParsedOptionValues() Improvement Fixed Resolved
1.10.0 CLI-339 Help formatter Help formatter framework is hard to extend. Improvement Fixed Resolved
1.9.0 CLI-335 Documentation Defining Default Properties documentation has errors. Bug Fixed Resolved
1.9.0 CLI-336 CLI-1.x Deprecation use not always reported. Improvement Fixed Resolved
1.9.0 CLI-334 Documentation Fix Javadoc pathing Improvement Fixed Resolved
1.8.0 CLI-331 CLI-1.x Deprecated option usage is not detected if non string keys are used for resolution. Bug Fixed Resolved
1.8.0 CLI-332 Help formatter Add optional HelpFormatter Function to document Deprecated options Improvement Fixed Resolved
1.8.0 CLI-322 Parser Allow minus for kebab-case options New Feature Fixed Resolved
1.7.0 CLI-325 Parser When properties are retrieve for an Option that has both multiple arguments and a value separator only the first is retrieved. Bug Fixed Resolved
1.7.0 CLI-320 - Awkward behavior of Option.builder() for multiple optional args Bug Fixed Resolved
1.7.0 CLI-312 Parser Inconsistent behaviour in key/value pairs (Java property style) Bug Fixed Closed
1.7.0 CLI-324 CLI-1.x Make adding OptionGroups and Options to existing Options easier Improvement Fixed Resolved
1.7.0 CLI-323 CLI-1.x Add methods to accept Supplier<T> for getParsedOptionValue Improvement Fixed Resolved
1.7.0 CLI-321 Parser Add and use a Converter interface and implementations without using BeanUtils Improvement Fixed Resolved
1.7.0 CLI-329 - Support "Deprecated" CLI Options New Feature Fixed Resolved
1.6.0 CLI-318 Documentation Inconsistent date format in changes report Bug Fixed Resolved
1.6.0 CLI-317 Parser NullPointerException thrown by CommandLineParser.parse() Bug Fixed Resolved
1.6.0 CLI-314 - Release notes are missing Bug Fixed Resolved
1.6.0 CLI-313 Parser StringIndexOutOfBoundsException thrown by CommandLineParser.parse() on invalid input Bug Fixed Resolved
1.6.0 CLI-303 Documentation Doc: "Usage Scenarios" refers to deprecated methods Bug Fixed Resolved
1.6.0 CLI-283 CLI-2.x Missing Null pointer checks in CommandLine.java Bug Fixed Resolved
1.6.0 CLI-299 - Add Automatic-Module-Name to MANIFEST.MF Improvement Fixed Resolved
avalon-1.0 CLI-104 - [CLI] Avalon Excalibur CLI package with bugfixes Improvement Fixed Closed
2.0 CLI-171 CLI-2.x, Documentation Typo in ant documentation, more logical example code Bug Fixed Closed
2.0 CLI-159 CLI-2.x The required property for the child groups of a group should be more consistent Bug Fixed Closed
2.0 CLI-158 CLI-2.x deafult arguments only works if no arguments are submitted Bug Fixed Closed
2.0 CLI-150 CLI-2.x, Parser Negative numbers mistaken for options Bug Fixed Closed
2.0 CLI-145 CLI-2.x ArgumentBuilder.withMaximum causes parse errors: Unexpeced <value> while processing options Bug Fixed Closed
2.0 CLI-144 CLI-2.x adding a FileValidator results in ClassCastException in parser.parseAndHelp(args) Bug Fixed Closed
2.0 CLI-143 CLI-2.x Put CLI 2.x into Maven repository Bug Fixed Closed
2.0 CLI-127 CLI-2.x Date validation tests are locale dependent Bug Fixed Closed
2.0 CLI-123 CLI-2.x the minimum and maximum constraints on a group do not take other groups into account Bug Fixed Closed
2.0 CLI-121 CLI-2.x Tests fail under 1.6 + error at end that may or may not be related Bug Fixed Closed
2.0 CLI-74 CLI-2.x Prefix ignored with DefaultOption Bug Fixed Closed
2.0 CLI-72 CLI-2.x support anonymous arguments explicity Bug Fixed Closed
2.0 CLI-64 CLI-2.x [cli][PATCH] cli2.commandline.Parser.parseAndHelp need not throw IOException Bug Fixed Closed
2.0 CLI-63 CLI-2.x [cli] parser confuses values with similar options Bug Fixed Closed
2.0 CLI-62 CLI-2.x Error parsing options a-la Java property option Bug Fixed Closed
2.0 CLI-61 CLI-2.x [cli] argument defaults prevent commandline usage. Bug Fixed Closed
2.0 CLI-55 CLI-2.x [cli] PatternOptionBuilder does not support required Options Bug Fixed Closed
2.0 CLI-52 CLI-2.x Add support for stuff like [target [target2 [target3] ...]] Bug Fixed Closed
2.0 CLI-50 CLI-2.x [cli] TestHelpFormatter.testAutomaticUsage unit test failure Bug Fixed Closed
2.0 CLI-46 CLI-2.x java.lang.StringIndexOutOfBoundsException Bug Fixed Closed
2.0 CLI-42 CLI-2.x [PATCH][CLI] Remove dependency on commons-logging Bug Fixed Closed
2.0 CLI-41 CLI-2.x, Help formatter HelpFormatter shouldn't throw IOException Bug Fixed Closed
2.0 CLI-40 CLI-2.x, Validation DateValidatorTest & FileValidatorTest problems Bug Fixed Closed
2.0 CLI-32 CLI-2.x [cli] ant test needs resources copied. Bug Fixed Closed
2.0 CLI-31 CLI-2.x readme lists deprecate maven goal and old maven URL Bug Fixed Closed
2.0 CLI-30 CLI-2.x [cli] Really strange parsing behaviour Bug Fixed Closed
2.0 CLI-25 CLI-2.x [PATCH] [CLI] Default Values for Arguments at definition stage Bug Fixed Closed
2.0 CLI-20 CLI-2.x MissingArgumentException: no argument for <option> is thrown when the option's parameter equals to an existing option. Bug Fixed Closed
2.0 CLI-19 CLI-2.x [cli] Broken link report (13 404s) Bug Fixed Closed
2.0 CLI-17 CLI-2.x Interrogation using switch statement Bug Fixed Closed
2.0 CLI-12 CLI-2.x [cli] Not handling property=value followed by 'remaining' args Bug Fixed Closed
2.0 CLI-10 CLI-2.x [cli] testNewMessage1Param fails Bug Fixed Closed
2.0 CLI-7 CLI-2.x [cli][PATCH] Javadoc warning Bug Fixed Closed
2.0 CLI-4 CLI-2.x, Validation Mispelled functions in DateValidator Bug Fixed Closed
2.0 CLI-3 CLI-2.x [cli] CLI2 Group Parser skips arguments Bug Fixed Closed
2.0 CLI-126 CLI-2.x CLI2 should support multiple property args on command line Improvement Fixed Closed
2.0 CLI-124 CLI-2.x, Help formatter HelpFormatter should be more cunning when deciding if a Group is Optional and therefore square-bracketing it Improvement Fixed Closed
2.0 CLI-114 CLI-2.x Multiple Option Occurrences Improvement Fixed Closed
2.0 CLI-112 CLI-2.x Defaults supplied at interrogation stage Improvement Fixed Closed
2.0 CLI-108 CLI-2.x the ability to add validate to options that spanned multiple options Improvement Fixed Closed
2.0 CLI-106 CLI-2.x CommandLine.hasOption type method that takes argument name Improvement Fixed Closed
2.0 CLI-105 CLI-2.x [cli] Options.getOptions() should return options in the order they were insterted Improvement Fixed Closed
2.0 CLI-101 CLI-2.x the ability to have long options that only use one hyphen Improvement Fixed Closed
2.0 CLI-100 CLI-2.x Default Values at Definition Stage Improvement Fixed Closed
2.0 CLI-99 CLI-2.x [cli] separate definition and values Improvement Fixed Closed
2.0 CLI-98 CLI-2.x Javadoc crosslinking Improvement Fixed Closed
2.0 CLI-97 CLI-2.x [patch] small error text patch Improvement Fixed Closed
2.0 CLI-96 CLI-2.x [cli][PATCH] HelpWriter.printWrapped() should have public access Improvement Fixed Closed
2.0 CLI-91 CLI-2.x [cli] distinction between required arguments in help formatter Improvement Fixed Closed
2.0 CLI-89 CLI-2.x All arguments should have ConsumeRemaining behaviour Improvement Fixed Closed
2.0 CLI-83 CLI-2.x OptionBuilder only has static methods, yet many return an OptionBuilder instance Improvement Fixed Closed
2.0 CLI-80 CLI-2.x [cli] support validation for one/many values Improvement Fixed Closed
2.0 CLI-76 CLI-2.x auto usage/help issues Improvement Fixed Closed
2.0 CLI-153 CLI-2.x Add svn:eol-style=native Task Fixed Closed
1.5.0 CLI-308 Documentation Website has very out of date usage (site generation issue) Bug Fixed Closed
1.5.0 CLI-282 - TypeHandler should throw ParseException for an unsupported class Bug Fixed Closed
1.5.0 CLI-274 Parser Option parser type EXISTING_FILE_VALUE not check file existing Bug Fixed Resolved
1.5.0 CLI-294 - Update Java from version 5 to 7 Improvement Fixed Resolved
1.5.0 CLI-279 - @param or @return lines should end with a period in CommandLine.java Improvement Fixed Resolved
1.5.0 CLI-277 - Add generics to TypeHandler Improvement Fixed Resolved
1.5.0 CLI-276 CLI-1.x Adjust access-modifier of checkRequiredOptions() to protected Improvement Fixed Closed
1.5.0 CLI-271 CLI-1.x CommandLine.getXXX and CommandLine.hasXXX should accept an Option as a parameter Improvement Fixed Resolved

Copyright © 2002-2025 The Apache Software Foundation. All Rights Reserved.

Apache Commons, Apache Commons CLI, Apache, the Apache logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

AltStyle によって変換されたページ (->オリジナル) /