Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.3, 2.0, future
-
Fix Version/s: 1.3
-
Component/s: maven-scm-api
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
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.
Activity
Andrei Solntsev
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MNG-467-maven-core.patch [ 41773 ] |
Olivier Lamy
made changes -
| Fix Version/s | 1.3 [ 14523 ] | |
| Assignee | Olivier Lamy [ olamy ] |
Olivier Lamy
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Trivial fix:
1) Added "implements Serializable" to several classes.
2) Generated serialVersionID using Eclipse built-in generator.