Gerhard Petracek created OWB-923:
------------------------------------
Summary: wrong handling of bridge methods
Key: OWB-923
URL: https://issues.apache.org/jira/browse/OWB-923
Project: OpenWebBeans
Issue Type: Bug
Components: Interceptor and Decorators
Affects Versions: 1.2.1, 1.2.0
Reporter: Gerhard Petracek
Assignee: Arne Limburg
Priority: Critical
Fix For: 1.2.2
see OWB-828 for the original issue:
e.g. the following case is valid, but fails:
public interface MyContract<T> {
T getValue();
}
public abstract class BaseBean {
public String getValue() { /*...*/ }
}
public class MyBean extends BaseBean implements MyContract<String> {}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)