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