[ 
https://issues.apache.org/jira/browse/DELTASPIKE-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755711#comment-13755711
 ] 

Jozef Hartinger commented on DELTASPIKE-405:
--------------------------------------------

The resolution that came out of DELTASPIKE-295, that is:

{code}
public <T> JsfMessage<T> createJsfMessage(InjectionPoint injectionPoint)
{code}

1) Was compliant with both CDI 1.0 and CDI 1.1
2) Worked on Weld 1, Weld 2 and also OWB
3) Did not make use of discouraged raw types and therefore *did not cause 
compiler warnings*

What was your motivation for switching back to a raw type?
                
> producer for JsfMessage<T> does not match CDI-1.1 rules 
> --------------------------------------------------------
>
>                 Key: DELTASPIKE-405
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-405
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: JSF-Module
>    Affects Versions: 0.4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 0.5
>
>
> Some containers don't find the JsfMessageProducer as it is of a generic type 
> <T>.

--
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

Reply via email to