]
Viacheslav Kabanovich resolved JBIDE-6425.
------------------------------------------
Resolution: Done
Bean type may be an array.
--------------------------
Key: JBIDE-6425
URL:
https://jira.jboss.org/browse/JBIDE-6425
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.next
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M1
For example:
class SpiderProducer {
@Produces public Spider[] getSpiders() {...}
}
public class CrabSpider extends Spider {...}
then IBeanManager.getBeans() for [QSpider; should return this producer method and should
not return CrabSpider bean since it doesn't have Spider[] type.
ResolutionByTypeTest.testResolveByTypeWithArray() should pass.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: