[weld-issues] [JBoss JIRA] Created: (WELD-793) Make bootstrap more granular

Pete Muir (JIRA) jira-events at lists.jboss.org
Wed Dec 15 12:00:18 EST 2010


Make bootstrap more granular
----------------------------

                 Key: WELD-793
                 URL: https://issues.jboss.org/browse/WELD-793
             Project: Weld
          Issue Type: Feature Request
    Affects Versions: 1.1.0.CR1
            Reporter: Pete Muir
            Priority: Blocker
             Fix For: 1.2.0.Beta1


Currently the bootstrap is fairly coarse grained, not allowing the container to "skip" parts of bootstrap if it can provide the information externally.

The primary goal here is to allow the container to skip the the bootstrap up until after all ProcessAnnotatedType events have been sent, and the modified class metadata has been built. My proposal for this is to introduce a new method to bootstrap that passes in a map of BDA->AnnotatedType that Weld can use to boot.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list