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 93eba16 Cleanup deprecation issues #272 93eba16 is described below commit 93eba1602263113f3e71dcc0ac2d07c70820beca Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Wed May 15 08:41:04 2024 -0400 Cleanup deprecation issues #272 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e021867..b171608 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,6 +29,7 @@ <!-- FIX --> <action type="fix" issue="CLI-331" dev="ggregory" due-to="Claude Warren, Gary Gregory">Handle reporting of deprecated options when parameters are not String type. #270.</action> <action type="fix" dev="ggregory" due-to="Claude Warren, Gary Gregory">Avoid throwing NullPointerException when calling CommandLineParser will null array elements.</action> + <action type="fix" dev="ggregory" due-to="Claude Warren">Cleanup deprecation issues #272.</action> <!-- UPDATE --> </release> <release version="1.7.0" date="2024-04-13" description="This release contains new features and bug fixes and requires Java 8 or above.">