RFR: 8303530: Add system property for custom JAXP configuration file [v2]
Joe Wang
joehw at openjdk.org
Mon Mar 13 18:05:28 UTC 2023
On Mon, 13 Mar 2023 10:01:21 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> clean up tests; fix copy&paste error.
>
> src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java line 171:
>
>> 169: * system properties, and
>> 170: * <a href="../../../module-summary.html#ConfigurationFile">configuration file</a>,
>> 171: * with a preference in the same order.
>
> You may need to clarify the preference order a bit further, is is left-to-right or right-to-left in this list?
The order was described in the Scope and Order section below the table. The columns here are definitions. I'll see if I can make it clearer, along with what to be added to the module summary.
-------------
PR: https://git.openjdk.org/jdk/pull/12985
More information about the core-libs-dev
mailing list