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

Mark Struberg (JIRA) jira-events at lists.jboss.org
Tue Oct 20 10:14:05 EDT 2009


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


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