[ 
https://issues.apache.org/jira/browse/OWB-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg resolved OWB-923.
-------------------------------

    Resolution: Fixed
      Assignee: Mark Struberg  (was: Arne Limburg)

moved the isBridge() check to ClassUtil and already exclude those methods in 
the very first round of collecting all methods which might need to get proxied.

> 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.0, 1.2.1
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>            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)

Reply via email to