JDK-8013434 : Xalan and Xerces internal ObjectFactory need rework
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-04-29
  • Updated: 2017-05-17
  • Resolved: 2013-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b96Fixed
Related Reports
Relates :  
Description
src/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java
defines a method that parses META-INF, but the method is never called.

src/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java
parses META-INF services  in a way that could be  replaced with a call to
java.util.ServiceLoader.

This is some cleanup & preparation for modules.