You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@
35
35
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).</action>
<actiontype="fix"issue="CLI-341"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory">HelpFormatter infinite loop with 0 width input.</action>
38
-
<actiontype="fix"issue="CLI-349"dev="ggregory"due-to="Leo Fernandes, Gary Gregory">DefaultParser.parse() throws NullPointerException when options parameter is null.</action>
38
+
<actiontype="fix"issue="CLI-349"dev="ggregory"due-to="Leo Fernandes, Gary Gregory">Fail faster with a more precise NullPointerException: Option.processValue() throws NullPointerException when passed null value with value separator configured.</action>
39
+
<actiontype="fix"issue="CLI-344"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory">Fail faster with a more precise NullPointerException: DefaultParser.parse() throws NullPointerException when options parameter is null.</action>
39
40
<!-- ADD -->
40
41
<actiontype="add"issue="CLI-339"dev="ggregory"due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action>
0 commit comments