RFR: 8303530: Redefine JAXP Configuration File [v12]
Joe Wang
joehw at openjdk.org
Thu May 25 21:16:07 UTC 2023
> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 12 additional commits since the last revision:
- Merge branch 'master' into JDK-8303530
- address review comments
- update to address review comments
- Merge branch 'master' into JDK-8303530
- Update based on the review meeting on 4/5. Added (duplicated) definitions in jaxp.properties; Rewrote Property Precedence with samples; Other updates.
- update javadoc as discussed in the review meeting; add a sample configuration file jaxp.properties; update impl and tests accordingly.
- continue support stax.properties at the impl level, though dropped from the spec
- change prefix from jdk to java
- change prefix from jdk to java; rm zip file that accidentally checked in
- update config file description; add a general scope and order section; move value definition for external properties to class description
- ... and 2 more: https://git.openjdk.org/jdk/compare/5ebcd202...6506451c
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12985/files
- new: https://git.openjdk.org/jdk/pull/12985/files/474d3470..6506451c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12985&range=11
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12985&range=10-11
Stats: 190530 lines in 3310 files changed: 143376 ins; 22624 del; 24530 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
More information about the core-libs-dev
mailing list