Description
When using CXF in WebSphere Liberty and using the jaxb-2.2 feature (which uses IBM's XLXP JAXB implementation), the following warning is logged:
[11/1/18 11:44:33:625 CDT] 0000009c ws.org.apache.cxf.cxf.core.3.2:1.0.23.20181020-2100(id=193)] W Failed to createMinimumEscapeHandler for unknown jaxb class:class com.ibm.xml.xlxp2.jaxb.marshal.MarshallerProxy
The XLXP implementation should be able to use the same EscapeHandler as the com.sun.xml.bind implementation, so the main issue to remove the warning when using the XLXP impl.