|
||||||||||||||
|
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 [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

OK, so the UnresolvedDependencyException is actually what we want in such cases.
I've looked at all the commits that would have to be backported to 1.1 in order to introduce SpecializationAndEnablementRegistry to 1.1 and it was just too many. That's why I opted for a very simple solution where I simply share a single BeansClosure among all the BeanManagers of a deployment. I hope this fix is acceptable at least for now.