Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3-alpha
-
None
-
OS:fedora and RHEL (64 bit)
Platform: x86, POWER, and SystemZ
JVM Vendor = IBM
Description
Porting to a non-JVM vendor solution by replacing:
import com.sun.org.apache.xml.internal.serialize.OutputFormat;
import com.sun.org.apache.xml.internal.serialize.XMLSerializer;
with
import org.apache.xml.serialize.OutputFormat;
import org.apache.xml.serialize.XMLSerializer;
Attachments
Attachments
Issue Links
- breaks
-
HBASE-16340 ensure no Xerces jars included
- Resolved
- is depended upon by
-
HADOOP-11124 Java 9 removes/hides Java internal classes
- Resolved
- is related to
-
HADOOP-10892 Suppress 'proprietary API' warnings
- Open