[cdi-dev] [JBoss JIRA] Commented: (CDI-159) overly strict final check on proxyable methods
Mark Struberg (JIRA)
jira-events at lists.jboss.org
Sat Oct 1 17:05:26 EDT 2011
[ https://issues.jboss.org/browse/CDI-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631657#comment-12631657 ]
Mark Struberg commented on CDI-159:
-----------------------------------
here comes the fix:
https://github.com/jboss/cdi/pull/55
> 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 (Proposed)
>
>
> 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: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list