[ https://issues.apache.org/jira/browse/SCM-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961666#comment-17961666 ]
ASF GitHub Bot commented on SCM-467: ------------------------------------ jira-importer commented on issue #684: URL: https://github.com/apache/maven-scm/issues/684#issuecomment-2964613107 **[Andrei Solntsev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=asolntsev)** commented 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: https://issues.apache.org/jira/browse/SCM-467 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-scm-api > Affects Versions: 1.3, 3.0.0, future > Reporter: Andrei Solntsev > Assignee: Olivier Lamy > Priority: Trivial > Fix For: 1.3 > > 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 was sent by Atlassian Jira (v8.20.10#820010)