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

InjectionServices SPI does not support this usecase.
We can extend the SPI to support static fields. It would probably end up looking like JpaInjectionServices and its derivates. Actually, if GF provided JpaInjectionServices implementation now and only handle static members, this would probably work now.
Alternatively, GF could simply inject the static field and Weld would pick up the value from there.
@jjsnyder Any comments on this?