Mark Struberg created OWB-922:
---------------------------------
Summary: Instance#select() rules are wrong
Key: OWB-922
URL: https://issues.apache.org/jira/browse/OWB-922
Project: OpenWebBeans
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.2.2
@Inject Instance<Foo> i;
i.select(new DefaultListeral()).get();
currently complains that the Default qualifier is added twice.
This check in the spec only concerns the parameters of select itself. A
redundant qualifier from the Instance<T> InjectionPoint should gracefully be
ignored.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)