JDK-8000354 : (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-10-03
  • Updated: 2014-05-10
  • Resolved: 2012-10-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 b61Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
As part of the compact profiles work for JDK8, and also for JDK modularization, we need to decouple the properties methods that depend on XML so that a complete JAXP is not required to use these methods.

This issue tracks changing Properties so that it makes use of ServiceLoader to locate an implementation. A second phase will add a small parser that can be used a fallback when JAXP is not present.