-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.0.1.Final, 2.4.5.Final
-
None
For covariant return types and generics a compiler must generate synthetic bridge methods. Weld does not intercept these methods, instead the underlying implementation methods are intercepted. However, this approach does not work if a bridge method impl uses invokespecial instruction. Note that neither JLS nor JVM spec define how bridge methods should be implemented.
- relates to
-
WELD-2414 Interceptor for generic method with generic implementation is not invoked
- Resolved