[
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:
[email protected]
> 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)