jimma 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-357194506 > One more question: does this actually WORK? What happens if you try to send a < or a > character? Those need to be escaped. @dkulp Looked at jaxb code again, we may need to look at if setting MinimumEscapeHandler https://github.com/javaee/jaxb-v2/blob/master/jaxb-ri/runtime/impl/src/main/java/com/sun/xml/bind/marshaller/MinimumEscapeHandler.java work for these failed tests with JDK9. NoEscapeHandler is too much.
---------------------------------------------------------------- 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] With regards, Apache Git Services
