]
George Gastaldi updated FURNACE-56:
-----------------------------------
Fix Version/s: 2.x Future
@Inject Imported includes duplicate services
--------------------------------------------
Key: FURNACE-56
URL:
https://issues.jboss.org/browse/FURNACE-56
Project: Forge: Furnace
Issue Type: Bug
Components: Container - CDI
Reporter: Jess Sightler
Fix For: 2.x Future
Attachments: duplicateservicetest.zip
Interface: SampleInterface
Implementations:
SampleServiceBase
SampleServiceSubclass (subclass of SampleServiceBase)
@Inject
private Imported<SampleInterface> interfaces;
This injected list will contain two copies of SampleServiceSubclass.