[cdi-dev] [JBoss JIRA] (CDI-389) Revert CDI-85
Mark Struberg (JIRA)
jira-events at lists.jboss.org
Sun Sep 1 09:51:03 EDT 2013
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800748#comment-12800748 ]
Mark Struberg commented on CDI-389:
-----------------------------------
Sadly this slipped through to the final release I fear. It is really important to get this reverted as this effectively prevents us from creating generic producer methods.
See the discussion in https://issues.apache.org/jira/browse/DELTASPIKE-405
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list