]
Aslak Knutsen updated ARQ-528:
------------------------------
Fix Version/s: 1.0.0.CR3
(was: 1.0.0.Final)
@Inject for ServiceLoader is not triggered for fallback
implementation
----------------------------------------------------------------------
Key: ARQ-528
URL:
https://issues.jboss.org/browse/ARQ-528
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.0.0.CR2
Reporter: Karel Piwko
Assignee: Aslak Knutsen
Fix For: 1.0.0.CR3
The serviceLoader injects values in all created classes. However, for the following:
{code}
service.onlyOne(TheClass.class, TheClassDefault.class)
{code}
if no implementation of TheClass is found, it instantiates TheClassDefault. This instance
will not get its field injected.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: