]
Brian Stansberry closed JBCACHE-1548.
-------------------------------------
Resolution: Done
StringFqn is missing serialVersionUID field
-------------------------------------------
Key: JBCACHE-1548
URL:
https://jira.jboss.org/jira/browse/JBCACHE-1548
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.2.1.CR1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 3.2.1.GA
JBAS-7265 reports StringFqn has a changed serialVersionUID:
FAIL: serialVersionUID error for org.jboss.cache.StringFqn, 500 -1886519334118453717,
current: 4293894402785112380
The serialization format hasn't changed; it's just that the class has no
serializationVersionUID field. So I'll add
private static long serialVersionUID = -1886519334118453717;
Note that this class is annotated @Experimental and isn't actually used anywhere.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: