Modified: websites/production/commons/content/proper/commons-cli/japicmp.diff
==============================================================================
--- websites/production/commons/content/proper/commons-cli/japicmp.diff
(original)
+++ websites/production/commons/content/proper/commons-cli/japicmp.diff Thu Aug
15 00:03:23 2024
@@ -1,9 +1,31 @@
-Comparing source compatibility of commons-cli-1.8.1-SNAPSHOT.jar against
commons-cli-1.7.0.jar
-*** MODIFIED CLASS: PUBLIC org.apache.commons.cli.HelpFormatter (not
serializable)
+Comparing source compatibility of commons-cli-1.9.0.jar against
commons-cli-1.8.0.jar
+*** MODIFIED CLASS: PUBLIC org.apache.commons.cli.CommandLine (compatible)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW METHOD: PUBLIC(+) STATIC(+) java.lang.String
getDescription(org.apache.commons.cli.Option)
-*** MODIFIED CLASS: PUBLIC STATIC FINAL
org.apache.commons.cli.HelpFormatter$Builder (not serializable)
+ +++ NEW METHOD: PUBLIC(+) java.lang.String
getOptionValue(org.apache.commons.cli.OptionGroup)
+ +++ NEW METHOD: PUBLIC(+) java.lang.String
getOptionValue(org.apache.commons.cli.OptionGroup, java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) java.lang.String
getOptionValue(org.apache.commons.cli.OptionGroup,
java.util.function.Supplier<java.lang.String>)
+ +++ NEW METHOD: PUBLIC(+) java.lang.String[]
getOptionValues(org.apache.commons.cli.OptionGroup)
+ +++ NEW METHOD: PUBLIC(+) java.lang.Object
getParsedOptionValue(org.apache.commons.cli.OptionGroup)
+ +++ NEW EXCEPTION: org.apache.commons.cli.ParseException
+ GENERIC TEMPLATES: +++ T:java.lang.Object
+ +++ NEW METHOD: PUBLIC(+) java.lang.Object
getParsedOptionValue(org.apache.commons.cli.OptionGroup,
java.util.function.Supplier<T>)
+ +++ NEW EXCEPTION: org.apache.commons.cli.ParseException
+ GENERIC TEMPLATES: +++ T:java.lang.Object
+ +++ NEW METHOD: PUBLIC(+) java.lang.Object
getParsedOptionValue(org.apache.commons.cli.OptionGroup, java.lang.Object)
+ +++ NEW EXCEPTION: org.apache.commons.cli.ParseException
+ GENERIC TEMPLATES: +++ T:java.lang.Object
+ +++ NEW METHOD: PUBLIC(+) boolean
hasOption(org.apache.commons.cli.OptionGroup)
+*** MODIFIED CLASS: PUBLIC STATIC NON_FINAL (<- FINAL)
org.apache.commons.cli.HelpFormatter$Builder (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW METHOD: PUBLIC(+) org.apache.commons.cli.HelpFormatter$Builder
setShowDeprecated(java.util.function.Function<org.apache.commons.cli.Option,java.lang.String>)
+ +++ NEW METHOD: PUBLIC(+) org.apache.commons.cli.HelpFormatter$Builder
setShowSince(boolean)
+*** MODIFIED CLASS: PUBLIC org.apache.commons.cli.Option (compatible)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) java.lang.String getSince()
+*** MODIFIED CLASS: PUBLIC STATIC FINAL org.apache.commons.cli.Option$Builder
(not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) org.apache.commons.cli.Option$Builder
since(java.lang.String)
+*** MODIFIED CLASS: PUBLIC org.apache.commons.cli.OptionGroup (compatible)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) boolean isSelected()
Semantic versioning suggestion: 0.0.1
\ No newline at end of file
Modified: websites/production/commons/content/proper/commons-cli/japicmp.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/japicmp.html
(original)
+++ websites/production/commons/content/proper/commons-cli/japicmp.html Thu Aug
15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – </title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -464,26 +464,26 @@ ul {
</style>
-<span class="title">Comparing source compatibility of
commons-cli-1.8.1-SNAPSHOT.jar against commons-cli-1.7.0.jar</span>
+<span class="title">Comparing source compatibility of commons-cli-1.9.0.jar
against commons-cli-1.8.0.jar</span>
<br/>
<div class="meta-information">
<table>
<tr>
<td>Old:</td>
<td>
- commons-cli-1.7.0.jar
+ commons-cli-1.8.0.jar
</td>
</tr>
<tr>
<td>New:</td>
<td>
- commons-cli-1.8.1-SNAPSHOT.jar
+ commons-cli-1.9.0.jar
</td>
</tr>
<tr>
<td>Created:</td>
<td>
- 2024-05-28T14:12:28.348-0400
+ 2024-08-15T00:02:53.648+0000
</td>
</tr>
<tr>
@@ -551,8 +551,8 @@ ul {
<span class="modified">MODIFIED</span>
</td>
<td>
- <a href="#org.apache.commons.cli.HelpFormatter">
- org.apache.commons.cli.HelpFormatter
+ <a href="#org.apache.commons.cli.CommandLine">
+ org.apache.commons.cli.CommandLine
</a>
</td>
</tr>
@@ -566,6 +566,36 @@ ul {
</a>
</td>
</tr>
+<tr>
+ <td>
+ <span class="modified">MODIFIED</span>
+ </td>
+ <td>
+ <a href="#org.apache.commons.cli.Option">
+ org.apache.commons.cli.Option
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>
+ <span class="modified">MODIFIED</span>
+ </td>
+ <td>
+ <a href="#org.apache.commons.cli.Option$Builder">
+ org.apache.commons.cli.Option$Builder
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>
+ <span class="modified">MODIFIED</span>
+ </td>
+ <td>
+ <a href="#org.apache.commons.cli.OptionGroup">
+ org.apache.commons.cli.OptionGroup
+ </a>
+ </td>
+</tr>
</tbody>
</table>
@@ -574,16 +604,16 @@ ul {
<span>Binary incompatible changes are marked with (!) while source
incompatible changes are marked with (*).</span>
</div>
<div>
- <div class="class" id="org.apache.commons.cli.HelpFormatter">
+ <div class="class" id="org.apache.commons.cli.CommandLine">
<div class="class_header">
<span class="label">
- <a
name="org.apache.commons.cli.HelpFormatter"></a>
+ <a
name="org.apache.commons.cli.CommandLine"></a>
<span class="modified">MODIFIED</span>
-
+ <span class="new"> (Serializable
compatible) </span>
<span class="modifier unchanged">public</span>
<span class="unchanged">class</span>
- org.apache.commons.cli.HelpFormatter
+ org.apache.commons.cli.CommandLine
</span>
<a href="#toc" class="toc_link">top</a>
</div>
@@ -598,7 +628,32 @@ ul {
<div class="class_interfaces">
</div>
-
+ <div class="class_serialVersionUid">
+ <table>
+ <thead>
+ <tr>
+ <td></td>
+ <td>Serializable</td>
+ <td>default serialVersionUID</td>
+ <td>serialVersionUID in class</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td class="matrix_layout">Old</td><td class="">true</td>
+<td class="modified">4988380614288182788</td>
+<td class="">1</td>
+</tr>
+<tr>
+<td class="matrix_layout">New</td><td class="">true</td>
+<td class="modified">-7836781388036331746</td>
+<td class="">1</td>
+</tr>
+
+ </tbody>
+ </table>
+</div>
+
<div class="class_fields">
</div>
@@ -623,13 +678,301 @@ ul {
<tbody>
<tr>
<td><span class="new">NEW</span></td>
-<td><span class="modifier new">static</span>
-<span class="modifier new">public</span>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">java.lang.String</span></td>
+<td>getOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 359
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">java.lang.String</span></td>
+<td>getOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>, <span
class="method_parameter unchanged">java.lang.String</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 372
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
</td>
<td>n.a.</td>
<td><span class="method_return_type new">java.lang.String</span></td>
-<td>getDescription(<span class="method_parameter
unchanged">org.apache.commons.cli.Option</span>)</td>
+<td>getOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>, <span
class="method_parameter unchanged">java.util.function.Supplier<div
class="tooltip"><span class="unchanged
method_parameter"><..></span><div class="tooltiptext"><table><tr><td
class="table_head_td">New:</td><td>java.lang.String</td></tr></table></div></div></span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 384
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">java.lang.String[]</span></td>
+<td>getOptionValues(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 464
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td><span class="label_class_member">Generic Templates:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Change Status</td>
+ <td>Name</td>
+ <td>Old Type</td>
+ <td>New Type</td>
+ <td>Generics</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>T</td>
+<td>n.a.</td>
+<td>java.lang.Object</td>
+<td></td>
+</tr>
+
+ </tbody>
+</table>
+</td>
+<td><span class="method_return_type new">java.lang.Object</span></td>
+<td>getParsedOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>)</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Status:</td>
+ <td>Name:</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>org.apache.commons.cli.ParseException</td>
+</tr>
+
+ </tbody>
+</table>
+</td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 591
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td><span class="label_class_member">Generic Templates:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Change Status</td>
+ <td>Name</td>
+ <td>Old Type</td>
+ <td>New Type</td>
+ <td>Generics</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>T</td>
+<td>n.a.</td>
+<td>java.lang.Object</td>
<td></td>
+</tr>
+
+ </tbody>
+</table>
+</td>
+<td><span class="method_return_type new">java.lang.Object</span></td>
+<td>getParsedOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>, <span
class="method_parameter unchanged">java.util.function.Supplier<div
class="tooltip"><span class="unchanged
method_parameter"><..></span><div class="tooltiptext"><table><tr><td
class="table_head_td">New:</td><td>T</td></tr></table></div></div></span>)</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Status:</td>
+ <td>Name:</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>org.apache.commons.cli.ParseException</td>
+</tr>
+
+ </tbody>
+</table>
+</td>
<td><div class="class_compatibilityChanges">
<span class="label_class_member">Compatibility Changes:</span>
<table>
@@ -658,7 +1001,130 @@ ul {
n.a.
</td>
<td>
- 203
+ 606
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td><span class="label_class_member">Generic Templates:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Change Status</td>
+ <td>Name</td>
+ <td>Old Type</td>
+ <td>New Type</td>
+ <td>Generics</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>T</td>
+<td>n.a.</td>
+<td>java.lang.Object</td>
+<td></td>
+</tr>
+
+ </tbody>
+</table>
+</td>
+<td><span class="method_return_type new">java.lang.Object</span></td>
+<td>getParsedOptionValue(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>, <span
class="method_parameter unchanged">java.lang.Object</span>)</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Status:</td>
+ <td>Name:</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td>org.apache.commons.cli.ParseException</td>
+</tr>
+
+ </tbody>
+</table>
+</td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 624
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+<tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">boolean</span></td>
+<td>hasOption(<span class="method_parameter
unchanged">org.apache.commons.cli.OptionGroup</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 733
</td>
</tr>
</tbody>
@@ -680,7 +1146,7 @@ ul {
<a
name="org.apache.commons.cli.HelpFormatter$Builder"></a>
<span class="modified">MODIFIED</span>
- <span class="modifier unchanged">final</span>
+ <span class="modifier
modified">NON_FINAL (<- FINAL) </span>
<span class="modifier unchanged">static</span>
<span class="modifier unchanged">public</span>
@@ -729,7 +1195,356 @@ ul {
</td>
<td>n.a.</td>
<td><span class="method_return_type
new">org.apache.commons.cli.HelpFormatter$Builder</span></td>
-<td>setShowDeprecated(<span class="method_parameter
unchanged">java.util.function.Function<div class="tooltip"><span
class="unchanged method_parameter"><..></span><div
class="tooltiptext"><table><tr><td
class="table_head_td">New:</td><td>org.apache.commons.cli.Option</td><td>java.lang.String</td></tr></table></div></div></span>)</td>
+<td>setShowSince(<span class="method_parameter unchanged">boolean</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 142
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+
+ </tbody>
+</table>
+
+ </div>
+
+ </div>
+</div>
+<div>
+ <div class="class" id="org.apache.commons.cli.Option">
+ <div class="class_header">
+ <span class="label">
+ <a name="org.apache.commons.cli.Option"></a>
+ <span class="modified">MODIFIED</span>
+ <span class="new"> (Serializable
compatible) </span>
+ <span class="modifier unchanged">public</span>
+
+ <span class="unchanged">class</span>
+ org.apache.commons.cli.Option
+ </span>
+ <a href="#toc" class="toc_link">top</a>
+ </div>
+
+
+ <div class="class_generictemplates">
+
+ </div>
+ <div class="class_superclass">
+
+ </div>
+ <div class="class_interfaces">
+
+ </div>
+ <div class="class_serialVersionUid">
+ <table>
+ <thead>
+ <tr>
+ <td></td>
+ <td>Serializable</td>
+ <td>default serialVersionUID</td>
+ <td>serialVersionUID in class</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td class="matrix_layout">Old</td><td class="">true</td>
+<td class="modified">-2824670409319972993</td>
+<td class="">1</td>
+</tr>
+<tr>
+<td class="matrix_layout">New</td><td class="">true</td>
+<td class="modified">15783033580600091</td>
+<td class="">1</td>
+</tr>
+
+ </tbody>
+ </table>
+</div>
+
+ <div class="class_fields">
+
+ </div>
+ <div class="class_constructors">
+
+ </div>
+ <div class="class_methods">
+ <span class="label_class_member">Methods:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Status</td>
+ <td>Modifier</td>
+ <td>Generic Templates</td>
+ <td>Type</td>
+ <td>Method</td>
+ <td>Exceptions</td>
+ <td>Compatibility Changes:</td>
+ <td>Line Number</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">java.lang.String</span></td>
+<td>getSince()</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 668
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+
+ </tbody>
+</table>
+
+ </div>
+
+ </div>
+</div>
+<div>
+ <div class="class" id="org.apache.commons.cli.Option$Builder">
+ <div class="class_header">
+ <span class="label">
+ <a
name="org.apache.commons.cli.Option$Builder"></a>
+ <span class="modified">MODIFIED</span>
+
+ <span class="modifier unchanged">final</span>
+<span class="modifier unchanged">static</span>
+<span class="modifier unchanged">public</span>
+
+ <span class="unchanged">class</span>
+ org.apache.commons.cli.Option$Builder
+ </span>
+ <a href="#toc" class="toc_link">top</a>
+ </div>
+
+
+ <div class="class_generictemplates">
+
+ </div>
+ <div class="class_superclass">
+
+ </div>
+ <div class="class_interfaces">
+
+ </div>
+
+ <div class="class_fields">
+
+ </div>
+ <div class="class_constructors">
+
+ </div>
+ <div class="class_methods">
+ <span class="label_class_member">Methods:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Status</td>
+ <td>Modifier</td>
+ <td>Generic Templates</td>
+ <td>Type</td>
+ <td>Method</td>
+ <td>Exceptions</td>
+ <td>Compatibility Changes:</td>
+ <td>Line Number</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type
new">org.apache.commons.cli.Option$Builder</span></td>
+<td>since(<span class="method_parameter
unchanged">java.lang.String</span>)</td>
+<td></td>
+<td><div class="class_compatibilityChanges">
+ <span class="label_class_member">Compatibility Changes:</span>
+ <table>
+ <thead>
+ <tr>
+ <td>Change</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td>METHOD_ADDED_TO_PUBLIC_CLASS</td></tr>
+
+ </tbody>
+ </table>
+</div>
+</td>
+<td><table>
+ <thead>
+ <tr>
+ <td>Old file</td>
+ <td>New file</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ n.a.
+ </td>
+ <td>
+ 293
+ </td>
+ </tr>
+ </tbody>
+</table>
+</td>
+</tr>
+
+ </tbody>
+</table>
+
+ </div>
+
+ </div>
+</div>
+<div>
+ <div class="class" id="org.apache.commons.cli.OptionGroup">
+ <div class="class_header">
+ <span class="label">
+ <a
name="org.apache.commons.cli.OptionGroup"></a>
+ <span class="modified">MODIFIED</span>
+ <span class="new"> (Serializable
compatible) </span>
+ <span class="modifier unchanged">public</span>
+
+ <span class="unchanged">class</span>
+ org.apache.commons.cli.OptionGroup
+ </span>
+ <a href="#toc" class="toc_link">top</a>
+ </div>
+
+
+ <div class="class_generictemplates">
+
+ </div>
+ <div class="class_superclass">
+
+ </div>
+ <div class="class_interfaces">
+
+ </div>
+ <div class="class_serialVersionUid">
+ <table>
+ <thead>
+ <tr>
+ <td></td>
+ <td>Serializable</td>
+ <td>default serialVersionUID</td>
+ <td>serialVersionUID in class</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td class="matrix_layout">Old</td><td class="">true</td>
+<td class="modified">-6958516921744548806</td>
+<td class="">1</td>
+</tr>
+<tr>
+<td class="matrix_layout">New</td><td class="">true</td>
+<td class="modified">-5276235653402143667</td>
+<td class="">1</td>
+</tr>
+
+ </tbody>
+ </table>
+</div>
+
+ <div class="class_fields">
+
+ </div>
+ <div class="class_constructors">
+
+ </div>
+ <div class="class_methods">
+ <span class="label_class_member">Methods:</span>
+<table>
+ <thead>
+ <tr>
+ <td>Status</td>
+ <td>Modifier</td>
+ <td>Generic Templates</td>
+ <td>Type</td>
+ <td>Method</td>
+ <td>Exceptions</td>
+ <td>Compatibility Changes:</td>
+ <td>Line Number</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+<td><span class="new">NEW</span></td>
+<td><span class="modifier new">public</span>
+</td>
+<td>n.a.</td>
+<td><span class="method_return_type new">boolean</span></td>
+<td>isSelected()</td>
<td></td>
<td><div class="class_compatibilityChanges">
<span class="label_class_member">Compatibility Changes:</span>
@@ -759,7 +1574,7 @@ ul {
n.a.
</td>
<td>
- 127
+ 103
</td>
</tr>
</tbody>
Modified:
websites/production/commons/content/proper/commons-cli/jira-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/jira-report.html
(original)
+++ websites/production/commons/content/proper/commons-cli/jira-report.html Thu
Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – JIRA Report</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -374,7 +374,23 @@
<td>Fixed</td>
<td>Closed</td></tr>
<tr class="a">
-<td>1.8.1</td>
+<td>1.9.0</td>
+<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-335">CLI-335</a></td>
+<td>Documentation</td>
+<td>Defining Default Properties documentation has errors.</td>
+<td>Bug</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="b">
+<td>1.9.0</td>
+<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-336">CLI-336</a></td>
+<td>CLI-1.x</td>
+<td>Deprecation use not always reported.</td>
+<td>Improvement</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="a">
+<td>1.9.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-334">CLI-334</a></td>
<td>Documentation</td>
<td>Fix Javadoc pathing</td>
@@ -454,6 +470,14 @@
<td>Fixed</td>
<td>Resolved</td></tr>
<tr class="a">
+<td>1.7.0</td>
+<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-329">CLI-329</a></td>
+<td></td>
+<td>Support "Deprecated" CLI Options</td>
+<td>New Feature</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="b">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-318">CLI-318</a></td>
<td>Documentation</td>
@@ -461,7 +485,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-317">CLI-317</a></td>
<td>Parser</td>
@@ -469,7 +493,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-314">CLI-314</a></td>
<td></td>
@@ -477,7 +501,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-313">CLI-313</a></td>
<td>Parser</td>
@@ -485,7 +509,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-303">CLI-303</a></td>
<td>Documentation</td>
@@ -493,7 +517,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-283">CLI-283</a></td>
<td>CLI-2.x</td>
@@ -501,7 +525,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.6.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-299">CLI-299</a></td>
<td></td>
@@ -509,7 +533,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>avalon-1.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-104">CLI-104</a></td>
<td></td>
@@ -517,7 +541,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-171">CLI-171</a></td>
<td>CLI-2.x, Documentation</td>
@@ -525,7 +549,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-159">CLI-159</a></td>
<td>CLI-2.x</td>
@@ -533,7 +557,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-158">CLI-158</a></td>
<td>CLI-2.x</td>
@@ -541,7 +565,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-150">CLI-150</a></td>
<td>CLI-2.x, Parser</td>
@@ -549,7 +573,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-145">CLI-145</a></td>
<td>CLI-2.x</td>
@@ -557,7 +581,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-144">CLI-144</a></td>
<td>CLI-2.x</td>
@@ -565,7 +589,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-143">CLI-143</a></td>
<td>CLI-2.x</td>
@@ -573,7 +597,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-127">CLI-127</a></td>
<td>CLI-2.x</td>
@@ -581,7 +605,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-123">CLI-123</a></td>
<td>CLI-2.x</td>
@@ -589,7 +613,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-121">CLI-121</a></td>
<td>CLI-2.x</td>
@@ -597,7 +621,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-74">CLI-74</a></td>
<td>CLI-2.x</td>
@@ -605,7 +629,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-72">CLI-72</a></td>
<td>CLI-2.x</td>
@@ -613,7 +637,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-64">CLI-64</a></td>
<td>CLI-2.x</td>
@@ -621,7 +645,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-63">CLI-63</a></td>
<td>CLI-2.x</td>
@@ -629,7 +653,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-62">CLI-62</a></td>
<td>CLI-2.x</td>
@@ -637,7 +661,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-61">CLI-61</a></td>
<td>CLI-2.x</td>
@@ -645,7 +669,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-55">CLI-55</a></td>
<td>CLI-2.x</td>
@@ -653,7 +677,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-52">CLI-52</a></td>
<td>CLI-2.x</td>
@@ -661,7 +685,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-50">CLI-50</a></td>
<td>CLI-2.x</td>
@@ -669,7 +693,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-46">CLI-46</a></td>
<td>CLI-2.x</td>
@@ -677,7 +701,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-42">CLI-42</a></td>
<td>CLI-2.x</td>
@@ -685,7 +709,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-41">CLI-41</a></td>
<td>CLI-2.x, Help formatter</td>
@@ -693,7 +717,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-40">CLI-40</a></td>
<td>CLI-2.x, Validation</td>
@@ -701,7 +725,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-32">CLI-32</a></td>
<td>CLI-2.x</td>
@@ -709,7 +733,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-31">CLI-31</a></td>
<td>CLI-2.x</td>
@@ -717,7 +741,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-30">CLI-30</a></td>
<td>CLI-2.x</td>
@@ -725,7 +749,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-25">CLI-25</a></td>
<td>CLI-2.x</td>
@@ -733,7 +757,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-20">CLI-20</a></td>
<td>CLI-2.x</td>
@@ -741,7 +765,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-19">CLI-19</a></td>
<td>CLI-2.x</td>
@@ -749,7 +773,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-17">CLI-17</a></td>
<td>CLI-2.x</td>
@@ -757,7 +781,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-12">CLI-12</a></td>
<td>CLI-2.x</td>
@@ -765,7 +789,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-10">CLI-10</a></td>
<td>CLI-2.x</td>
@@ -773,7 +797,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-7">CLI-7</a></td>
<td>CLI-2.x</td>
@@ -781,7 +805,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-4">CLI-4</a></td>
<td>CLI-2.x, Validation</td>
@@ -789,7 +813,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-3">CLI-3</a></td>
<td>CLI-2.x</td>
@@ -797,7 +821,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-126">CLI-126</a></td>
<td>CLI-2.x</td>
@@ -805,7 +829,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-124">CLI-124</a></td>
<td>CLI-2.x, Help formatter</td>
@@ -813,7 +837,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-114">CLI-114</a></td>
<td>CLI-2.x</td>
@@ -821,7 +845,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-112">CLI-112</a></td>
<td>CLI-2.x</td>
@@ -829,7 +853,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-108">CLI-108</a></td>
<td>CLI-2.x</td>
@@ -837,7 +861,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-106">CLI-106</a></td>
<td>CLI-2.x</td>
@@ -845,7 +869,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-105">CLI-105</a></td>
<td>CLI-2.x</td>
@@ -853,7 +877,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-101">CLI-101</a></td>
<td>CLI-2.x</td>
@@ -861,7 +885,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-100">CLI-100</a></td>
<td>CLI-2.x</td>
@@ -869,7 +893,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-99">CLI-99</a></td>
<td>CLI-2.x</td>
@@ -877,7 +901,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-98">CLI-98</a></td>
<td>CLI-2.x</td>
@@ -885,7 +909,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-97">CLI-97</a></td>
<td>CLI-2.x</td>
@@ -893,7 +917,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-96">CLI-96</a></td>
<td>CLI-2.x</td>
@@ -901,7 +925,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-91">CLI-91</a></td>
<td>CLI-2.x</td>
@@ -909,7 +933,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-89">CLI-89</a></td>
<td>CLI-2.x</td>
@@ -917,7 +941,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-83">CLI-83</a></td>
<td>CLI-2.x</td>
@@ -925,7 +949,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-80">CLI-80</a></td>
<td>CLI-2.x</td>
@@ -933,7 +957,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-76">CLI-76</a></td>
<td>CLI-2.x</td>
@@ -941,7 +965,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>2.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-153">CLI-153</a></td>
<td>CLI-2.x</td>
@@ -949,7 +973,7 @@
<td>Task</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-308">CLI-308</a></td>
<td>Documentation</td>
@@ -957,7 +981,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-282">CLI-282</a></td>
<td></td>
@@ -965,7 +989,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-274">CLI-274</a></td>
<td>Parser</td>
@@ -973,7 +997,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-294">CLI-294</a></td>
<td></td>
@@ -981,7 +1005,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-279">CLI-279</a></td>
<td></td>
@@ -989,7 +1013,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-277">CLI-277</a></td>
<td></td>
@@ -997,7 +1021,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-276">CLI-276</a></td>
<td>CLI-1.x</td>
@@ -1005,7 +1029,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.5.0</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-271">CLI-271</a></td>
<td>CLI-1.x</td>
@@ -1013,7 +1037,7 @@
<td>Improvement</td>
<td>Fixed</td>
<td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.4</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-266">CLI-266</a></td>
<td>CLI-1.x, Help formatter</td>
@@ -1021,7 +1045,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.4</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-269">CLI-269</a></td>
<td>Build</td>
@@ -1029,7 +1053,7 @@
<td>New Feature</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.4</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-267">CLI-267</a></td>
<td>Options definition</td>
@@ -1037,7 +1061,7 @@
<td>New Feature</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.3.1</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-252">CLI-252</a></td>
<td>Parser</td>
@@ -1045,7 +1069,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.3</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-248">CLI-248</a></td>
<td>Documentation</td>
@@ -1053,7 +1077,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.3</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-241">CLI-241</a></td>
<td>Validation</td>
@@ -1061,7 +1085,7 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="a">
+<tr class="b">
<td>1.3</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-230">CLI-230</a></td>
<td>CLI-1.x, Options definition</td>
@@ -1069,37 +1093,13 @@
<td>Bug</td>
<td>Fixed</td>
<td>Closed</td></tr>
-<tr class="b">
+<tr class="a">
<td>1.3</td>
<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-224">CLI-224</a></td>
<td>CLI-1.x</td>
<td>OptionBuilder only has static methods, yet many return an OptionBuilder
instance</td>
<td>Bug</td>
<td>Fixed</td>
-<td>Closed</td></tr>
-<tr class="a">
-<td>1.3</td>
-<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-220">CLI-220</a></td>
-<td>CLI-1.x, Documentation</td>
-<td>MissingOptionException.getMissingOptions() returns OptionGroup, not just
String</td>
-<td>Bug</td>
-<td>Fixed</td>
-<td>Closed</td></tr>
-<tr class="b">
-<td>1.3</td>
-<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-215">CLI-215</a></td>
-<td>CLI-1.x</td>
-<td>String as default Option type</td>
-<td>Bug</td>
-<td>Fixed</td>
-<td>Closed</td></tr>
-<tr class="a">
-<td>1.3</td>
-<td><a class="externalLink"
href="https://issues.apache.org/jira/browse/CLI-209">CLI-209</a></td>
-<td>CLI-1.x</td>
-<td>OptionBuilder is not thread-safe</td>
-<td>Bug</td>
-<td>Fixed</td>
<td>Closed</td></tr></table></section>
</td>
</tr>
Modified: websites/production/commons/content/proper/commons-cli/mail-lists.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/mail-lists.html
(original)
+++ websites/production/commons/content/proper/commons-cli/mail-lists.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Apache Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Apache Commons CLI Mailing
Lists</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified:
websites/production/commons/content/proper/commons-cli/mailing-lists.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/mailing-lists.html
(original)
+++ websites/production/commons/content/proper/commons-cli/mailing-lists.html
Thu Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Project Mailing Lists</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -148,8 +148,8 @@
Mailing Lists</a>
</li>
<li class="none">
- <a href="dependency-info.html" title="Dependency
Information">
- Dependency Information</a>
+ <a href="dependency-info.html" title="Maven Coordinates">
+ Maven Coordinates</a>
</li>
<li class="none">
<a href="dependency-management.html" title="Dependency
Management">
Modified: websites/production/commons/content/proper/commons-cli/pmd.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/pmd.html (original)
+++ websites/production/commons/content/proper/commons-cli/pmd.html Thu Aug 15
00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – PMD Results</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -292,7 +292,7 @@
<td class="content">
<section>
<h2><a name="PMD_Results"></a>PMD Results</h2><a name="PMD_Results"></a>
-<p>The following document contains the results of <a class="externalLink"
href="https://pmd.github.io">PMD</a> 7.1.0.</p>
+<p>The following document contains the results of <a class="externalLink"
href="https://pmd.github.io">PMD</a> 7.3.0.</p>
<p>PMD found no problems in your source code.</p><section>
<h3><a name="Suppressed_Violations"></a>Suppressed Violations</h3><a
name="Suppressed_Violations"></a>
<table border="0" class="bodyTable">
Modified:
websites/production/commons/content/proper/commons-cli/project-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/project-info.html
(original)
+++ websites/production/commons/content/proper/commons-cli/project-info.html
Thu Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Project Information</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -148,8 +148,8 @@
Mailing Lists</a>
</li>
<li class="none">
- <a href="dependency-info.html" title="Dependency
Information">
- Dependency Information</a>
+ <a href="dependency-info.html" title="Maven Coordinates">
+ Maven Coordinates</a>
</li>
<li class="none">
<a href="dependency-management.html" title="Dependency
Management">
@@ -313,7 +313,7 @@
<td align="left"><a href="mailing-lists.html">Mailing Lists</a></td>
<td align="left">This document provides subscription and archive information
for this project's mailing lists.</td></tr>
<tr class="b">
-<td align="left"><a href="dependency-info.html">Dependency Information</a></td>
+<td align="left"><a href="dependency-info.html">Maven Coordinates</a></td>
<td align="left">This document describes how to include this project as a
dependency using various dependency management tools.</td></tr>
<tr class="a">
<td align="left"><a href="dependency-management.html">Dependency
Management</a></td>
Modified:
websites/production/commons/content/proper/commons-cli/project-reports.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/project-reports.html
(original)
+++ websites/production/commons/content/proper/commons-cli/project-reports.html
Thu Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Generated Reports</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -324,7 +324,7 @@
<td align="left">JaCoCo Coverage Report.</td></tr>
<tr class="b">
<td align="left"><a href="japicmp.html">japicmp</a></td>
-<td align="left">Comparing source compatibility of
commons-cli-1.8.1-SNAPSHOT.jar against commons-cli-1.7.0.jar</td></tr>
+<td align="left">Comparing source compatibility of commons-cli-1.9.0.jar
against commons-cli-1.8.0.jar</td></tr>
<tr class="a">
<td align="left"><a href="checkstyle.html">Checkstyle</a></td>
<td align="left">Report on coding style conventions.</td></tr>
Modified: websites/production/commons/content/proper/commons-cli/properties.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/properties.html
(original)
+++ websites/production/commons/content/proper/commons-cli/properties.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="commons-dev" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Defining Option Properties</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -248,7 +248,7 @@
<a
href="javadocs/api-release/org/apache/commons/cli/Option.html">Option</a> has.
All of these
can be set using the accessors or using the methods
defined in the
- <a
href="javadocs/api-release/org/apache/commons/cli/OptionBuilder.html">OptionBuilder</a>.
+ <a
href="javadocs/api-release/org/apache/commons/cli/Option.Builder.html">Option.Builder</a>.
</p>
<table border="0" class="bodyTable">
@@ -264,114 +264,134 @@
<tr class="b">
-<td align="left">opt</td>
+<td align="left">arg</td>
-<td>java.lang.String</td>
+<td>boolean</td>
-<td>the identification string of the Option.</td>
+<td>A flag to say whether the option takes an argument.</td>
</tr>
<tr class="a">
-<td align="left">longOpt</td>
+<td align="left">args</td>
-<td>java.lang.String</td>
+<td>boolean</td>
-<td>an alias and more descriptive identification string</td>
+<td>A flag to say whether the option takes more than one argument.</td>
</tr>
<tr class="b">
-<td align="left">description</td>
+<td align="left">argName</td>
<td>java.lang.String</td>
-<td>a description of the function of the option</td>
+<td>The name of the argument value for the usage statement.</td>
</tr>
<tr class="a">
-<td align="left">required</td>
+<td align="left">converter</td>
-<td>boolean</td>
+<td>org.apache.commons.cli.Converter<T, E extends Throwable></td>
-<td>a flag to say whether the option <b>must</b> appear on
- the command line.</td>
+<td>A FunctionalInterface that converts a String to type T and may throw an
exception E. When
+ CommandLine.getParsedValue() is called this FunctionalInterface
will perform the conversion from the
+ command line argument to the parsed type. This is used when a
desired type is not registered, or to
+ provide a custom type implementation. The 'type' property is not
required to use the 'converter' property.</td>
</tr>
<tr class="b">
-<td align="left">arg</td>
+<td align="left">deprecated</td>
-<td>boolean</td>
+<td>org.apache.commons.cli.DeprecatedAttributes</td>
-<td>a flag to say whether the option takes an argument</td>
+<td>Marks the option as deprecated and has the deprecation properties.</td>
</tr>
<tr class="a">
-<td align="left">args</td>
+<td align="left">description</td>
-<td>boolean</td>
+<td>java.lang.String</td>
-<td>a flag to say whether the option takes more than one argument</td>
+<td>A description of the function of the option.</td>
</tr>
<tr class="b">
-<td align="left">optionalArg</td>
+<td align="left">longOpt</td>
-<td>boolean</td>
+<td>java.lang.String</td>
-<td>a flag to say whether the option's argument is optional</td>
+<td>An alias and more descriptive identification string. May be null or not
specified if 'opt' is provided.</td>
</tr>
<tr class="a">
-<td align="left">argName</td>
+<td align="left">opt</td>
<td>java.lang.String</td>
-<td>the name of the argument value for the usage statement</td>
+<td>The identification string of the Option. May be null or not specified if
'longOpt' is provided.</td>
</tr>
<tr class="b">
-<td align="left">valueSeparator</td>
+<td align="left">optionalArg</td>
-<td>char</td>
+<td>boolean</td>
-<td>the character value used to split the argument string, that
- is used in conjunction with multipleArgs e.g.
- if the separator is ',' and the argument string is 'a,b,c' then
- there are three argument values, 'a', 'b' and 'c'.</td>
+<td>A flag to say whether the option's argument is optional.</td>
</tr>
<tr class="a">
-<td align="left">type</td>
+<td align="left">required</td>
-<td>java.lang.Object</td>
+<td>boolean</td>
-<td>the type of the argument</td>
+<td>A flag to say whether the option <b>must</b> appear on the command
line.</td>
</tr>
<tr class="b">
+<td align="left">type</td>
+
+<td>java.lang.Class<?></td>
+
+<td>The class of the object returned from getParsedValue(). The class must be
registered in TypeHandler instance.
+ See also 'converter' property.</td>
+ </tr>
+
+<tr class="a">
+
<td align="left">value</td>
<td>java.lang.String</td>
-<td>the value of the option</td>
+<td>The value of the option.</td>
</tr>
-<tr class="a">
+<tr class="b">
<td align="left">values</td>
<td>java.lang.String[]</td>
-<td>the values of the option</td>
+<td>The values of the option.</td>
+ </tr>
+
+<tr class="a">
+
+<td align="left">valueSeparator</td>
+
+<td>char</td>
+
+<td>The character value used to split the argument string, that is used in
conjunction with multipleArgs e.g.
+ if the separator is ',' and the argument string is 'a,b,c' then
there are three argument values, 'a', 'b'
+ and 'c'.</td>
</tr>
</table>
</section>
Modified: websites/production/commons/content/proper/commons-cli/rat-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/rat-report.html
(original)
+++ websites/production/commons/content/proper/commons-cli/rat-report.html Thu
Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Rat (Release Audit Tool)
results</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -299,14 +299,14 @@
*****************************************************
Summary
-------
-Generated at: 2024-05-28T14:12:27-04:00
+Generated at: 2024-08-15T00:02:51Z
Notes: 3
Binaries: 4
Archives: 0
-Standards: 106
+Standards: 105
-Apache Licensed: 106
+Apache Licensed: 105
Generated Documents: 0
JavaDocs are generated, thus a license header is optional.
@@ -326,7 +326,6 @@ Generated files do not require license h
N NOTICE.txt
AL CONTRIBUTING.md
AL .github/GH-ROBOTS.txt
- AL .github/workflows/coverage.yml
AL .github/workflows/maven.yml
AL .github/workflows/codeql-analysis.yml
AL .github/workflows/scorecards-analysis.yml
Modified:
websites/production/commons/content/proper/commons-cli/release_1_0.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/release_1_0.html
(original)
+++ websites/production/commons/content/proper/commons-cli/release_1_0.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Release notes for CLI 1.0</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified:
websites/production/commons/content/proper/commons-cli/release_1_2.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/release_1_2.html
(original)
+++ websites/production/commons/content/proper/commons-cli/release_1_2.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Release notes for CLI 1.2</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified:
websites/production/commons/content/proper/commons-cli/release_1_3.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/release_1_3.html
(original)
+++ websites/production/commons/content/proper/commons-cli/release_1_3.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Release notes for CLI 1.3</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified:
websites/production/commons/content/proper/commons-cli/release_1_3_1.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/release_1_3_1.html
(original)
+++ websites/production/commons/content/proper/commons-cli/release_1_3_1.html
Thu Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Release notes for CLI 1.3.1</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified:
websites/production/commons/content/proper/commons-cli/release_1_4.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/release_1_4.html
(original)
+++ websites/production/commons/content/proper/commons-cli/release_1_4.html Thu
Aug 15 00:03:23 2024
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Commons Documentation Team" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Release notes for CLI 1.4</title>
@@ -41,8 +41,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
Modified: websites/production/commons/content/proper/commons-cli/scm.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/scm.html (original)
+++ websites/production/commons/content/proper/commons-cli/scm.html Thu Aug 15
00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Source Code Management</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -148,8 +148,8 @@
Mailing Lists</a>
</li>
<li class="none">
- <a href="dependency-info.html" title="Dependency
Information">
- Dependency Information</a>
+ <a href="dependency-info.html" title="Maven Coordinates">
+ Maven Coordinates</a>
</li>
<li class="none">
<a href="dependency-management.html" title="Dependency
Management">
Modified: websites/production/commons/content/proper/commons-cli/spotbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/spotbugs.html
(original)
+++ websites/production/commons/content/proper/commons-cli/spotbugs.html Thu
Aug 15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – SpotBugs Bug Detector Report</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -293,7 +293,7 @@
<section>
<h2><a name="SpotBugs_Bug_Detector_Report"></a>SpotBugs Bug Detector
Report</h2>
<p>The following document contains the results of <a class="externalLink"
href="https://spotbugs.github.io/">SpotBugs</a></p>
-<p>SpotBugs Version is <i>4.8.5</i></p>
+<p>SpotBugs Version is <i>4.8.6</i></p>
<p>Threshold is <i>medium</i></p>
<p>Effort is <i>default</i></p></section><section>
<h2><a name="Summary"></a>Summary</h2>
Modified: websites/production/commons/content/proper/commons-cli/summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/summary.html
(original)
+++ websites/production/commons/content/proper/commons-cli/summary.html Thu Aug
15 00:03:23 2024
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 28 May 2024
+ | Generated by Apache Maven Doxia at 15 August 2024
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20240528" />
+ <meta name="Date-Revision-yyyymmdd" content="20240815" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Commons CLI – Project Summary</title>
@@ -40,8 +40,8 @@
<a class="brand"
href="https://commons.apache.org/proper/commons-cli/">Apache Commons CLI
™</a>
<ul class="nav">
- <li id="publishDate">Last Published: 28 May 2024</li>
- <li class="divider">|</li> <li id="projectVersion">Version:
1.8.1-SNAPSHOT</li>
+ <li id="publishDate">Last Published: 15 August 2024</li>
+ <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
</ul>
<div class="pull-right"> <ul class="nav">
<li>
@@ -148,8 +148,8 @@
Mailing Lists</a>
</li>
<li class="none">
- <a href="dependency-info.html" title="Dependency
Information">
- Dependency Information</a>
+ <a href="dependency-info.html" title="Maven Coordinates">
+ Maven Coordinates</a>
</li>
<li class="none">
<a href="dependency-management.html" title="Dependency
Management">
@@ -326,7 +326,7 @@
<td>commons-cli</td></tr>
<tr class="b">
<td align="left">Version</td>
-<td>1.8.1-SNAPSHOT</td></tr>
+<td>1.9.0</td></tr>
<tr class="a">
<td align="left">Type</td>
<td>jar</td></tr>