[weld-issues] [JBoss JIRA] (WELD-1659) Optimize use of proxies for reference injection

2014-05-02 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger updated  WELD-1659 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1659 
 
 
 
  Optimize use of proxies for reference injection  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jozef Hartinger 
 
 
 

Status:
 
 PullRequestSent Resolved 
 
 
 

Resolution:
 
 Done 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2.3#6260-sha1:63ef1d6) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1659) Optimize use of proxies for reference injection

2014-04-22 Thread Jozef Hartinger (JIRA)












































Jozef Hartinger
 created  WELD-1659


Optimize use of proxies for reference injection















Issue Type:


Task



Assignee:


Martin Kouba



Components:


Proxies



Created:


22/Apr/14 4:41 AM



Description:


The spec allows the following optimization to be put in place:


For certain combinations of scopes, the container is permitted to optimize the above procedure:

	The container is permitted to directly inject a contextual instance of the bean, as defined in Section 6.5.2.
	If an incompletely initialized instance of the bean is registered with the current CreationalContext, as defined in Section 6.1, the container is permitted to directly inject this instance.
However, in performing these optimizations, the container must respect the rules of injectable reference validity.



Start by enumerating the set of allowed combinations of scopes.




Project:


Weld



Priority:


Major




Reporter:


Jozef Hartinger




























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




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1659) Optimize use of proxies for reference injection

2014-04-22 Thread Martin Kouba (JIRA)










































 
Martin Kouba
 edited a comment on  WELD-1659


Optimize use of proxies for reference injection


















The scope of a bean \ The scope of a bean eligible for injection
Request
Session
Application
Conversation


Request
OK
OK
OK
OK


Session
X
X
X
X


Application
X
X
OK
X


Conversation
X
X
X
X






























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




___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues