[weld-issues] [JBoss JIRA] Closed: (WELD-217) Weld still uses the old interface for ObserverMethod
Pete Muir (JIRA)
jira-events at lists.jboss.org
Fri Oct 30 09:20:05 EDT 2009
[ https://jira.jboss.org/jira/browse/WELD-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed WELD-217.
--------------------------
Resolution: Done
> 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: Pete Muir
> 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