[JBoss JIRA] Created: (JBIDE-7721) CDI validator should be aware of custom decorators/interceptors/...
by Alexey Kazakov (JIRA)
CDI validator should be aware of custom decorators/interceptors/...
-------------------------------------------------------------------
Key: JBIDE-7721
URL: https://jira.jboss.org/browse/JBIDE-7721
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.x
For example we have:
class CustomDecoratorImplementation implements Decorator<VehicleDecorator> {
...
}
and
class VehicleDecorator implements Vehicle {
@Inject @Delegate Vehicle delegate;
...
}
Then is VehicleDecorator is a decorator though it doesn't have @Decorator annotation. So CDI validator should not treat @Inject @Delegate Vehicle delegate; as a definition error.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-6575) CDI deployment problems validation.
by Alexey Kazakov (JIRA)
CDI deployment problems validation.
-----------------------------------
Key: JBIDE-6575
URL: https://jira.jboss.org/browse/JBIDE-6575
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.x
Such as:
5.2.1. Unsatisfied and ambiguous dependencies
- If an unsatisfied or unresolvable ambiguous dependency exists, the container automatically detects the problem and
treats it as a deployment problem.
5.2.4. Primitive types and null values
- if an injection point of primitive type resolves to a bean that may have null values, such as a producer method
with a non-primitive return type or a producer field with a non-primitive type, the container automatically detects the problem
and treats it as a deployment problem.
...
--
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
15 years, 2 months