[infinispan-issues] [JBoss JIRA] (ISPN-2748) ExternalizerTable should look for annotations when not finding an externalizer in its writers

Randall Hauch (JIRA) jira-events at lists.jboss.org
Wed Jan 23 09:53:47 EST 2013


Randall Hauch created ISPN-2748:
-----------------------------------

             Summary: ExternalizerTable should look for annotations when not finding an externalizer in its writers
                 Key: ISPN-2748
                 URL: https://issues.jboss.org/browse/ISPN-2748
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 5.2.0.CR2, 5.1.2.FINAL
            Reporter: Randall Hauch
            Assignee: Galder Zamarreño
             Fix For: 5.2.0.Final


The {{ExternalizerTable.isMarshallableCandidate(Object)}} method currently looks in its writers to see if there is an externalizer for the supplied class. However, under certain circumstances, a user-friendly externalizer is not registered. So this method should also look for annotations to see if the class has a user-friendly externalizer.

See MODE-1769 for background.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list