You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/06/09 22:57:16 UTC

[jira] Commented: (OWB-394) Any idea why our BeforeBeanDiscovery.addInterceptorBinding() has different signature?

    [ https://issues.apache.org/jira/browse/OWB-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877202#action_12877202 ] 

Mark Struberg commented on OWB-394:
-----------------------------------

The explanation is actually much easier: the spec on the JSR page is still outdated!

Gavin pushed a newer version of the specification document with fixed issues on January 8th:

http://markmail.org/message/c354l4eq6phnnqys

LieGrue,
strub

> Any idea why our BeforeBeanDiscovery.addInterceptorBinding() has different signature?
> -------------------------------------------------------------------------------------
>
>                 Key: OWB-394
>                 URL: https://issues.apache.org/jira/browse/OWB-394
>             Project: OpenWebBeans
>          Issue Type: TCK Challenge
>          Components: TCK
>    Affects Versions: 1.0.0-GA
>            Reporter: YING WANG
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.0.0-GA
>
>
> It seems we have a different signature for BeforeBeanDiscovery.addInterceptorBinding method.  see the link: http://java.sun.com/javaee/6/docs/api/javax/enterprise/inject/spi/BeforeBeanDiscovery.html.  It seems we did change the method for about a year. So probably, it is caused by recent change in the spec/api?
> Missing Methods
> ---------------
> javax.enterprise.inject.spi.BeforeBeanDiscovery:            method public abstract void javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation>)
> Added Methods
> -------------
> javax.enterprise.inject.spi.BeforeBeanDiscovery:            method public abstract !varargs void javax.enterprise.inject.spi.BeforeBeanDiscovery.addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation[])

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.