You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2013/10/28 10:15:30 UTC

[jira] [Created] (XBEAN-253) Create a multithreaded annotation finder for inheritance

Romain Manni-Bucau created XBEAN-253:
----------------------------------------

             Summary: Create a multithreaded annotation finder for inheritance
                 Key: XBEAN-253
                 URL: https://issues.apache.org/jira/browse/XBEAN-253
             Project: XBean
          Issue Type: Bug
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 3.15


JavaEE 7 uses more and more inheritance scanning. This leads to findSubclasses and findImplementations in our AnnotationFinder but this is quite slow.

The algorithm could be improved but not that much without breaking the whole API but at least we can:
1) multithread it
2) make it asynchronous letting the server scan annotations first



--
This message was sent by Atlassian JIRA
(v6.1#6144)