[
https://jira.jboss.org/browse/JBIDE-6380?page=com.atlassian.jira.plugin.s...
]
Max Rydahl Andersen updated JBIDE-6380:
---------------------------------------
Fix Version/s: 3.2.0.M1
(was: 3.2.x)
Specializing bean should inherit the qualifiers and name of
specialized bean.
-----------------------------------------------------------------------------
Key: JBIDE-6380
URL:
https://jira.jboss.org/browse/JBIDE-6380
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.x
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M1
For example:
@Mock @Specializes
public class MockAsynchronousService extends AsynchronousService {
...
}
@Default @Asynchronous @Named("asyncService")
public class AsynchronousService implements Service{
...
}
then MockAsynchronousService inherits the qualifiers and name of AsynchronousService.
See 4.3 section of the spec.
All the tests of org.jboss.tools.cdi.core.test.tck.BeanSpecializationTest JUnit should
pass.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira