[jboss-jira] [JBoss JIRA] Created: (JBMAN-25) Drop the Serializable requirement
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Tue Oct 21 15:28:20 EDT 2008
Drop the Serializable requirement
---------------------------------
Key: JBMAN-25
URL: https://jira.jboss.org/jira/browse/JBMAN-25
Project: JBoss Managed
Issue Type: Feature Request
Affects Versions: JBossMan.2.0.0.CR1
Reporter: Scott M Stark
Assignee: Scott M Stark
Fix For: JBossMan.2.0.0.CR2
Its too cumbersome to require implementations of java.io.Serializable in several of the current apis:
ManagedObject.attachment
ManagedObjectFactory
InstanceClassFactory
ManagedObjectPopulator
The problem is that Serializable is a detail of marshalling, and often the object/attachment adheres to a specific interface and only the implementation is serializable. KernelDeployment attachments are one example.
Serializable will be changed to simply Object.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list