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

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Oct 30 07:40:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/WELD-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492259#action_12492259 ] 

Pete Muir commented on WELD-217:
--------------------------------

Also, I see that ProcessObserverMethod has it's generic type parameters reveresed

> 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
>            Assignee: David Allen
>            Priority: Blocker
>             Fix For: 1.0.0.CR2
>
>
> 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