[
https://issues.apache.org/jira/browse/CLI-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542745
]
Brian Egge commented on CLI-140:
--------------------------------
I took a look at the CLI-140_no_141.patch, and I don't see any reason why it
shouldn't be applied. I ran a clirr check, and the changes are backwards
compatible.
INFO: 4000: org.apache.commons.cli.CommandLine: Added java.io.Serializable to
the set of implemented interfaces
INFO: 4000: org.apache.commons.cli.Option: Added java.io.Serializable to the
set of implemented interfaces
INFO: 4000: org.apache.commons.cli.OptionGroup: Added java.io.Serializable to
the set of implemented interfaces
INFO: 4000: org.apache.commons.cli.Options: Added java.io.Serializable to the
set of implemented interfaces
> Make some CLI classes serializable
> ----------------------------------
>
> Key: CLI-140
> URL: https://issues.apache.org/jira/browse/CLI-140
> Project: Commons CLI
> Issue Type: Improvement
> Components: CLI-1.x
> Affects Versions: 1.0, 1.1
> Reporter: Henning Schmiedehausen
> Priority: Minor
> Fix For: 1.2
>
> Attachments: CLI-140_no_141.patch, CLI-140_yes_141.patch
>
>
> A number of CLI classes are serializable and could be used e.g. with RMI if
> only they would implement Serializable
> - Option.java
> - OptionGroup.java
> - CommandLine.java
> - Options.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.