On Mon, 16 May 2022 19:34:11 GMT, Joe Wang <jo...@openjdk.org> wrote:
> Update to Xerces 2.12.2. > > The update also fixes JDK-8144117. Added a test. > > Tests: local XML tests passed. Tier2 passed. Two JCK tests failed with this > update. See related issue report. Changes look good to me. Some minor nits follow. test/jaxp/javax/xml/jaxp/unittest/validation/SchemaTest.java line 48: > 46: */ > 47: public class SchemaTest { > 48: private static final String XSD_8144117 = "<?xml version='1.0'?>\n" + If it is not from the upstream Xerces test but our own, can we utilize text blocks here? test/jaxp/javax/xml/jaxp/unittest/validation/SchemaTest.java line 79: > 77: > 78: /* > 79: * DataProvider: valid xsd This comment is the same as the above provider. Can we change it to a more meaningful one? ------------- PR: https://git.openjdk.java.net/jdk/pull/8732