You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/17 20:04:00 UTC

[jira] [Commented] (CXF-7711) Allow providing CXF compiler instance to be used in JavaToWS

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

ASF GitHub Bot commented on CXF-7711:
-------------------------------------

rsearls opened a new pull request #406: [CXF-7711] enable JavaToWS to use custom compiler
URL: https://github.com/apache/cxf/pull/406
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Allow providing CXF compiler instance to be used in JavaToWS
> ------------------------------------------------------------
>
>                 Key: CXF-7711
>                 URL: https://issues.apache.org/jira/browse/CXF-7711
>             Project: CXF
>          Issue Type: Improvement
>          Components: Tooling
>            Reporter: Rebecca Searls
>            Priority: Major
>
> To control the way generated sources are compiled, we want to allow JavaToWS users to provide a custom org.apache.cxf.common.util.Compiler instance into the ToolContext.
> That would give users a chance to control how sources are actually compiled by leveraging the Java Compiler API (e.g. by creating a custom JavaFileManager instance, etc.)
> This functionality was implemented in WSDLToJava (see CXF-4777).  We would like
> to expand this to include JavaToWS.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)