-
Bug
-
Resolution: Done
-
Major
-
None
-
None
- Bar extends Foo
- Bar have one public no-arg constructor
- Foo have one public with args constructor
- Bar is ApplicationScoped
Instance<Foo> instance
instance.get() produce an error.
Indeed we can't create Foo proxy but we can create Bar proxy
@See pull request
- is related to
-
WELD-2466 Unproxyable bean type check in BeanManager.getInjectableReference(InjectionPoint, CreationalContext<?>) is too strict
- Resolved