[
https://issues.apache.org/jira/browse/RAT-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036547#comment-18036547
]
Philipp Ottlinger edited comment on RAT-442 at 11/8/25 11:17 PM:
-----------------------------------------------------------------
Test failures are due to the missing adaptions of the deprecation reporter:
branch master:
-a [Deprecated for removal
since 0.17: Use --edit-license instead.]
-A,--addLicense [Deprecated for removal
since 0.17: Use --edit-license instead.]
Add the Apache-2.0
license header to any file with an unknown
And
org.apache.commons.cli.help.HelpFormatter replaced the old HelpFormatter in RAT
after update:
-a
-A,--addLicense Add the Apache-2.0
license header to any file with an unknown
was (Author: hugo.hirsch):
Test failures are due to the missing adaptions of the deprecation reporter:
branch master:
-a [Deprecated for removal
since 0.17: Use --edit-license instead.]
-A,--addLicense [Deprecated for removal
since 0.17: Use --edit-license instead.]
Add the Apache-2.0
license header to any file with an unknown
after update:
-a
-A,--addLicense Add the Apache-2.0
license header to any file with an unknown
> Migrate to commons-cli 1.10.0 when released
> -------------------------------------------
>
> Key: RAT-442
> URL: https://issues.apache.org/jira/browse/RAT-442
> Project: Apache RAT
> Issue Type: Improvement
> Components: Client - cli
> Reporter: Claude Warren
> Assignee: Philipp Ottlinger
> Priority: Minor
> Fix For: 1.0.0
>
>
> Commons-cli provides better interfaces for extending the help system.
> This change will involve reworking the help display(s) to take advantage of
> the updated capabilities. Also, adding the "since" field to the options.
>
> Also update the getParsedOptionValues from Arg. And the Arg constructs for
> retrieving objects from the ObjectGroups
--
This message was sent by Atlassian Jira
(v8.20.10#820010)