[
https://issues.apache.org/jira/browse/CASSANDRA-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795065#action_12795065
]
Eric Evans commented on CASSANDRA-655:
--------------------------------------
Casandra uses its own serialization for many of these classes, including Token.
Some of these implement Serializable as well only to accommodate JMX. For
these, we left serialVerionUID unset to discourage people from treating it as
stable and using it over the hand-rolled serialization. Obviously this needs to
be rethought now.
> need serialVersionUID for Token
> -------------------------------
>
> Key: CASSANDRA-655
> URL: https://issues.apache.org/jira/browse/CASSANDRA-655
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.5, 0.9
> Reporter: Eric Evans
> Priority: Minor
>
> Similar to CASSANDRA-595, Token needs a serialVersionUID or JMX client
> applications will be required to use the same build in order to work (and
> this is highly inconvenient).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.