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 098737d  NullPointerException thrown by CommandLineParser.parse().
098737d is described below

commit 098737d76328bece529ad53da670d52a8ca24297
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 19 09:52:48 2023 -0400

    NullPointerException thrown by CommandLineParser.parse().
    
    Site docs: "Usage Scenarios" refers to deprecated methods.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 45a7cfb..5e23313 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,9 +58,12 @@
       <action dev="ggregory" type="fix" due-to="Gary Gregory" issue="CLI-283">
         CommandLine.addArgs(String) should not allow a null String.
       </action>
-      <action dev="ggregory" type="fix" due-to="Gary Gregory" issue="CLI-303">
+      <action dev="ggregory" type="fix" due-to="Julian Schilling, Gary 
Gregory" issue="CLI-303">
         Site docs: "Usage Scenarios" refers to deprecated methods.
       </action>
+      <action dev="ggregory" type="fix" due-to="Philippe Bastiani, Sruteesh 
Kumar Paramata, Gary Gregory" issue="CLI-317">
+        NullPointerException thrown by CommandLineParser.parse().
+      </action>
       <!-- ADD -->
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
         Add github/codeql-action.

Reply via email to