This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new d90c0bf  [CLI-320] Awkward behavior of Option.builder() for multiple 
optional args #206
d90c0bf is described below

commit d90c0bf24daedd7f38844ef5b0f461a10ea99ed7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 19 09:25:16 2024 -0500

    [CLI-320] Awkward behavior of Option.builder() for multiple optional
    args #206
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 385c883..933e6bf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,13 +25,14 @@
     <release version="1.7.0" date="202Y-MM-DD" description="New features and 
bug fixes">
       <!-- FIX -->
       <action type="fix" issue="CLI-312" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Inconsistent behavior in key/value pairs (Java property 
style).</action>
-      <action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid 
NullPointerException in Util.stripLeadingAndTrailingQuotes(String).</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid 
NullPointerException in Util.stripLeadingAndTrailingQuotes(String).</action
+      <action type="fix" issue="CLI-320" dev="ggregory" due-to="Paul King, 
Claude Warren">Awkward behavior of Option.builder() for multiple optional 
args.</action
       <!-- ADD -->
       <action type="add" issue="CLI-321" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Add and use a Converter interface and implementations without 
using BeanUtils #216.</action>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven 
property project.build.outputTimestamp for build reproducibility.</action>
       <action type="add" issue="CLI-322" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Add '-' as an option char and implemented extensive tests 
#217.</action>
       <action type="add" issue="CLI-324" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Make adding OptionGroups and Options to existing Options easier 
#230.</action>
-      <action type="add" issue="CLI-323" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Added Supplier&lt;T&gt; defaults for getParsedOptionValue #229 
.</action>
+      <action type="add" issue="CLI-323" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Added Supplier&lt;T&gt; defaults for getParsedOptionValue 
#229.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 64 to 66.</action>
     </release>

Reply via email to