> Add a system property, jdk.xml.config.file, to return the path to a custom > JAXP configuration file. The current configuration file, jaxp.properties, > that the JDK supports will become the default configuration file. > > CSR: https://bugs.openjdk.org/browse/JDK-8303531 > > Tests: XML SQE and JCK tests passed.
Joe Wang has updated the pull request incrementally with one additional commit since the last revision: Update based on the review meeting on 4/5. Added (duplicated) definitions in jaxp.properties; Rewrote Property Precedence with samples; Other updates. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/12985/files - new: https://git.openjdk.org/jdk/pull/12985/files/f621b5d8..98a312cd Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=12985&range=07 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12985&range=06-07 Stats: 378 lines in 5 files changed: 216 ins; 33 del; 129 mod Patch: https://git.openjdk.org/jdk/pull/12985.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/12985/head:pull/12985 PR: https://git.openjdk.org/jdk/pull/12985