[
https://issues.apache.org/jira/browse/MYFACES-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434892#comment-17434892
]
Paul Nicolucci commented on MYFACES-4233:
-----------------------------------------
[~tandraschko] Are you asking if myfaces-buider-plugin is in github? If so it
is here:
[https://github.com/apache/myfaces-build-tools/blob/master/maven2-plugins/myfaces-builder-plugin/]
We can try to update the version of qdox and revert some of the changes made to
work around this:
[https://github.com/apache/myfaces/pull/2/files|http://example.com]
> Support generics return type on myfaces-builder-plugin
> ------------------------------------------------------
>
> Key: MYFACES-4233
> URL: https://issues.apache.org/jira/browse/MYFACES-4233
> Project: MyFaces Core
> Issue Type: Improvement
> Components: JSR-372
> Reporter: Eduardo Breijo
> Priority: Minor
>
> On the JIRA issue below, there was an issue with the
> _UIWebsocket.getEventNames() method where the generic <String> in the return
> type of the method was missing in the auto-generated file UIWebsocket.
> {code:java}
> //BEGIN CODE COPIED FROM javax.faces.component._UIWebsocket
> public java.util.Collection getEventNames()
> {code}
> JIRA issue: https://issues.apache.org/jira/browse/MYFACES-4232
>
> To workaround this, the api/src/main/resources/META-INF/componentClass20.vm
> file was modified to actually generate the getEventNames() method with the
> correct return type.
>
> But I think we should fix this in the myfaces-builder-plugin, and then revert
> back the changes in the componentClass20.vm and
> javax.faces.component._UIWebsocket files.
>
> I'm not familiar with the myfaces-builder-plugin, so any help here would be
> appreciated.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)