]
Pete Muir closed CDI-159.
-------------------------
Fix Version/s: 1.1 (Confirmed)
(was: 1.1 (Proposed))
Resolution: Done
overly strict final check on proxyable methods
----------------------------------------------
Key: CDI-159
URL:
https://issues.jboss.org/browse/CDI-159
Project: CDI Specification Issues
Issue Type: Bug
Components: Interceptors
Affects Versions: 1.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.1 (Confirmed)
CDI-1.0 currently specifies:
5.4.1. Unproxyable bean types
Certain legal bean types cannot be proxied by the container:
...
• classes which are declared final or have final methods,
But actually this is overly strict, since this criteria should only apply to non-static
and non-private methods.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: