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.