Hi, I will review and commit this. Thanks, -- Olivier
2009/5/10 Andrei Solntsev <[email protected]>: > Hi, > I have create this issue for Maven-SCM project. > Though it has low priority, it could be quickly closed since it has a > patch attached. > > Could anyone commit the patch? > > Thanks, > Andrei Solntsev > > > -----Original Message----- > From: Andrei Solntsev (JIRA) [mailto:[email protected]] > Sent: Monday, May 04, 2009 9:53 PM > To: [email protected] > Subject: [jira] Updated: (SCM-467) Make core SCM API objects > Serializable > > > [ > http://jira.codehaus.org/browse/SCM-467?page=com.atlassian.jira.plugin.s > ystem.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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
