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 946ecc2b [CLI-341] HelpFormatter infinite loop with 0 width input
946ecc2b is described below
commit 946ecc2bf9c9fadd09a1bd1853ca9f9fb128e946
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Jun 21 16:33:46 2025 -0400
[CLI-341] HelpFormatter infinite loop with 0 width input
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 40476962..e395629a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,7 +34,7 @@
<action type="fix" dev="ggregory" due-to="Arnout Engelen">Get mockito
version from parent pom (#351).</action>
<action type="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>
<action type="fix" dev="ggregory" due-to="Arnout Engelen">Deprecate
PatternOptionBuilder.PatternOptionBuilder().</action>
- <action type="fix" issue="CLI-341" dev="ggregory" due-to="Gary
Gregory">HelpFormatter infinite loop with 0 width input.</action>
+ <action type="fix" issue="CLI-341" dev="ggregory" due-to="Ruiqi Dong,
Gary Gregory">HelpFormatter infinite loop with 0 width input.</action>
<!-- ADD -->
<action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Help formatter extension in the new package #314.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">CommandLine.Builder implements Supplier<CommandLine>.</action>