[
https://issues.apache.org/jira/browse/CXF-7520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322216#comment-16322216
]
ASF GitHub Bot commented on CXF-7520:
-------------------------------------
dkulp commented on issue #365: [CXF-7520]:Ensure CXF can build with JDK9
GA(build 9+181)
URL: https://github.com/apache/cxf/pull/365#issuecomment-356937052
The deps are scope=provided so they shouldn't affect anyone downstream as
they won't be pulled in. Thus, the profile is likely not needed.
HOWEVER, there is an issue at runtime if the
com.sun.xml.bind.marshaller.CharacterEscapeHandler class is not found (example:
using in JDK version of jaxb instead of the jar), then the writer won't be
createable at all and everything will fail.
----------------------------------------------------------------
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]
> Ensure CXF can build with JDK9 GA(build 9+181)
> ----------------------------------------------
>
> Key: CXF-7520
> URL: https://issues.apache.org/jira/browse/CXF-7520
> Project: CXF
> Issue Type: Bug
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.2.2
>
>
> a couple of cxf test failied with JDK9 GA due to recent change
> Mainly in JAXB and SAAJ
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)