RFR: 8351969: Add Public Identifiers to the JDK built-in Catalog [v3]
Joe Wang
joehw at openjdk.org
Wed Mar 19 16:40:23 UTC 2025
On Wed, 19 Mar 2025 00:43:28 GMT, Joe Wang <joehw at openjdk.org> wrote:
>> Add public identifiers to the JDK built-in Catalog; Replace the incorrect Schema 1.1 DTD files (note the Public Identifier at line 2) with the correct Schema 1.0 DTDs. The JDK built-in Catalog contains Schema 1.0 files only.
>>
>> DTD files: the Schema 1.1 files, XMLSchema.dtd and datatypes.dtd, were removed and replaced with those of Schema 1.0. These files were downloaded from w3.org without modification. The file names were unfortunately the same, which (with the Diffs) made it look like they were modified though they were not.
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>
> replace JDK Catalog in the java.xml module with public API
Thanks all for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24039#issuecomment-2737323255
More information about the core-libs-dev
mailing list