https://issues.apache.org/bugzilla/show_bug.cgi?id=56372

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The comment already states that the method declaration must match the
specification which is clearly referring to the EL 2.2 specifcation where the
method signature for javax.el.ResourceBundleELResolver#getFeatureDescriptors()
is:

public java.util.Iterator getFeatureDescriptors(javax.el.ELContext52 context,
java.lang.Object base)

It is not an issue of API breakage but one of specifcation compliance. In order
to pass the TCK the API definitions must match those of the specification
exactly.

This was fixed in the EL 3.0 specification so generics were correctly used in
this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to