-
Bug
-
Resolution: Done
-
Major
-
1.1.5.Final
-
None
-
Release Notes
According to the specification, a deployment that contains the following bean:
public interface FooInterface { } @ApplicationScoped public final class Foo implements FooInterface { }
is valid as long as there is no injection point injecting Foo directly.
The following injection point is valid:
@Inject
private FooInterface foo;
- blocks
-
CDITCK-263 UnproxyableManagedBeanTest should test runtime exception
- Resolved
- is related to
-
WELD-2466 Unproxyable bean type check in BeanManager.getInjectableReference(InjectionPoint, CreationalContext<?>) is too strict
- Resolved