[weld-issues] [JBoss JIRA] (WELD-1135) Investigate faster ways of performing type safe resolution
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Mon May 14 02:44:17 EDT 2012
Stuart Douglas created WELD-1135:
------------------------------------
Summary: Investigate faster ways of performing type safe resolution
Key: WELD-1135
URL: https://issues.jboss.org/browse/WELD-1135
Project: Weld
Issue Type: Bug
Reporter: Stuart Douglas
Fix For: 1.2.0.CR1
At the moment quite a lot of bootstrap time is spent resolving injection points and events. By far the majority of this time is spent resolving container events that form part of the portable extensions SPI. As these events are parameterised types the resolution cannot be cached (as ProcessAnnotatedType<ClassA> can resolve differently to ProcessAnnotatedType<ClassB> ).
We should investigate if there is a faster way to do this, if not in the general case then at least for these container events.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list