RFR: 8320918: Fix errors in the built-in Catalog implementation

Naoto Sato naoto at openjdk.org
Tue Nov 28 20:30:07 UTC 2023


On Tue, 28 Nov 2023 20:11:42 GMT, Joe Wang <joehw at openjdk.org> wrote:

> Fix errors in the built-in Catalog implementation, specifically:
>     -- incorrect case in the property name as defined in the CSR (https://bugs.openjdk.org/browse/JDK-8306056)
>     -- tests needed to be updated accordingly
>     -- jaxp.properties updated with documentation for the new properties
>     
> Tests: passed after the update.

src/java.xml/share/conf/jaxp.properties line 52:

> 50: # For example, the FILES property in CatalogFeatures has an associated system
> 51: # property called javax.xml.catalog.files. An entry for the FILES property in the
> 52: # configuration file would therefore use javax.xml.catalog.files as the key, that

Should these lines be changed as well? Applies to the other locations too.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16862#discussion_r1408381325


More information about the core-libs-dev mailing list