|
||||||||
|
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

It looks like the underlying code InjectionServicesImpl#aroundInvoke uses to set fields includes statics already (when the target is null) so using InjectionServices#aroundInject should work after I add a check for target not null in aroundInject itself.