[weld-issues] [JBoss JIRA] Updated: (WELD-217) Weld still uses the old interface for ObserverMethod

Gavin King (JIRA) jira-events at lists.jboss.org
Tue Oct 20 10:16:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/WELD-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin King updated WELD-217:
----------------------------

    Priority: Blocker  (was: Major)


> Weld still uses the old interface for ObserverMethod
> ----------------------------------------------------
>
>                 Key: WELD-217
>                 URL: https://jira.jboss.org/jira/browse/WELD-217
>             Project: Weld
>          Issue Type: Bug
>          Components: Events
>            Reporter: Mark Struberg
>            Priority: Blocker
>
> The API in the RI still uses the ObserverMethod of an old spec Version.
> {noformat}
> public interface ObserverMethod<X, T>
> {
>   public Bean<X> getBean();
> ...
> {noformat}
> Please update 2 the latest spec and also apply those changes to the TCK.
> {noformat}
> public interface ObserverMethod<T> {
>     public Class<?> getBeanClass();
> ...
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list