You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/01/11 13:41:42 UTC

[GitHub] dkulp commented on issue #365: [CXF-7520]:Ensure CXF can build with JDK9 GA(build 9+181)

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:
users@infra.apache.org


With regards,
Apache Git Services