[weld-issues] [JBoss JIRA] Commented: (WELD-6) cache serialization checks

David Allen (JIRA) jira-events at lists.jboss.org
Mon Jan 4 07:36:31 EST 2010


    [ https://jira.jboss.org/jira/browse/WELD-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12501984#action_12501984 ] 

David Allen commented on WELD-6:
--------------------------------

This is mostly done.  The approach taken was to keep the information as OO as possible, thus the change to WeldClass.  The only part of the code that is still redundantly checking class serializability is for class declared interceptors.  Since all we have are the Class<?> objects for these interceptors, a global would be required to cache the serialization; a solution that is not such a good idea.

If we can live with this one special case, class declared interceptors, being redundantly (only twice) checked for serializability, then this issue can be resolved.

> cache serialization checks
> --------------------------
>
>                 Key: WELD-6
>                 URL: https://jira.jboss.org/jira/browse/WELD-6
>             Project: Weld
>          Issue Type: Feature Request
>          Components: Class Beans (Managed and Session), Producers (Methods, Fields and Disposers)
>            Reporter: Pete Muir
>            Assignee: David Allen
>             Fix For: 1.0.1.CR1
>
>


-- 
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 weld-issues mailing list