Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change, Reviewed
-
xmlenc dependency has been removed. If you rely on the transitive dependency, you need to set the dependency explicitly in your code after this change.
Description
The xmlenc library is used only in the following two classes:
o.a.h.fs.MD5MD5CRC32FileChecksum o.a.h.hdfs.server.namenode.DfsServlet
Given that Hadoop already includes other fast XML encoders as dependencies, we can lose this one.