[ 
http://jira.codehaus.org/browse/SCM-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrei Solntsev updated SCM-467:
--------------------------------

    Attachment: MNG-467-maven-core.patch

Trivial fix: 
1) Added "implements Serializable" to several classes.
2) Generated serialVersionID using Eclipse built-in generator.

> Make core SCM API objects Serializable
> --------------------------------------
>
>                 Key: SCM-467
>                 URL: http://jira.codehaus.org/browse/SCM-467
>             Project: Maven SCM
>          Issue Type: Improvement
>          Components: maven-scm-api
>    Affects Versions: 1.3, 2.0, future
>            Reporter: Andrei Solntsev
>            Priority: Trivial
>         Attachments: MNG-467-maven-core.patch
>
>
> The following classes from package org.apache.maven.scm are Serialzable by 
> nature, but don't implement java.io.Serializable interface:
> AbstractScmVersion, 
> ChangeFile,
> ChangeSet,
> CommandParameter,
> CommandParameters,
> etc.
> Add "implements Serializable" to those classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to