[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-918) Investigate Serializable interfaces for classes that are not streamed.
Manik Surtani (JIRA)
jira-events at jboss.com
Fri Dec 29 09:40:27 EST 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-918?page=comments#action_12349397 ]
Manik Surtani commented on JBCACHE-918:
---------------------------------------
Ok, we have a problem with these classes:
org.jboss.cache.OptimisticTreeNode
org.jboss.cache.optimistic.DefaultDataVersion
org.jboss.cache.optimistic.FqnComparator
They currently (1.4.1.CR1) have svuid fields set to be compatible with 1.4.0, which is not compatible with 1.3.0. If I change these to be compatible with 1.3.0, it will break compat with 1.4.0, which I think is more important.
Setting svuid fields in 1.4.x to make sure it is compatible with 1.4.0.
> Investigate Serializable interfaces for classes that are not streamed.
> ----------------------------------------------------------------------
>
> Key: JBCACHE-918
> URL: http://jira.jboss.com/jira/browse/JBCACHE-918
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Replication
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Priority: Minor
> Fix For: 2.0.0.GA, 1.4.1.GA, 2.0.0.ALPHA2
>
>
> These classes implement Serializable:
> org.jboss.cache.OptimisticTreeNode
> org.jboss.cache.optimistic.DefaultDataVersion
> org.jboss.cache.optimistic.FqnComparator
> For 1.4.x:
> * Add compat svuid props
> For 2.x.x:
> * Remove Serializable from all 3
> * Make DefaultDataVersion streamed using the marshaller and magic numbers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list